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;
}
You’re not interesting simply because you run a company.
There. I said it.
While you may have incredible insight to share, so do the other C-level execs running companies in your category. Question is, how do you separate yourself as a trusted voice in the industry and use thought leadership as a business driver?
A survey of more than 3,000 B2B decision-makers … Read More