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;
}
The social media landscape has changed dramatically since 2020 began. If you aren’t working from a current strategy, you have no strategy at all. That’s why we recommend auditing your social media programs annually.
If you’re just getting started with a social media review, here’s my (free) course on completing competitive audit and a C&C primer on the be… Read More