window.parent.postMessage(msg, “http://mysite.com”);![]()
First, above all else, change the URL to your own site, which must be https.
window.parent.postMessage(msg, “http://mysite.com”);![]()
First, above all else, change the URL to your own site, which must be https.