Whatsapp share does not working with web iframe embeded

Viewed 11

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

enter image description here

im cant use "" with href because i need share after another functions...

any ideas to fix it? Thanks in advance

0 Answers
Related