if (typeof BingeIframeRan === “undefined”) {
window.addEventListener(“message”, receiveMessage, false);
function receiveMessage(event) {
try {
var parsed = JSON.parse(event.data)
if (parsed.context === “iframe.resize”) {
var iframes = document.getElementsByClassName(“binge-iframe”);
for (let i = 0; i < iframes.length; ++i) {
if (iframes[i].src == parsed.src || iframes[i].contentWindow === event.source) {
iframes[i].height = parsed.height; }
iframes[i].style.opacity = 1;
}
}
} catch (error) {
}
}
var BingeIframeRan = true;
}
Even as we head close to post-pandemic times, webinars continue to be an invaluable content marketing tool for companies to attract and engage with prospects as well as retain existing customers to become your advocates. They are allow you tell a story beyond sound bites with real business outcomes.
Over the last 12 years, we have produced, delivered, and moderated hundreds of webinars acr… Read More