I’m trying to put a whatsapp share button on my dynamic page. Searching here I could reach this result:
import wixLocation from ‘wix-location’;
let item = $w(“#dynamicDataset”).getCurrentItem();
$w.onReady(function (){
//Some code here…
$w(‘#image15’).link = whatsapp://send?text=See ${HERE I WANT TO SHOW AN FIELD ON MY DATABASE ALREADY SET ON THE TOP} on ListaLocALL. link: ${wixLocation.url}
;
});