im need to embed specific page of my website at client custom domain, im using iframe but my whatsapp share button does not working inside of iframe
window.open(`https://wa.me/${phoneNumber}?text=${message} Tienda: ${url+param}`, '_self');
im calling this function when i need share the page and this is working at website but does not working at iframe embeded
im cant use "" with href because i need share after another functions...
any ideas to fix it? Thanks in advance
