Don’t Ignore Social Commerce

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;
}

When 2022 began and the world was optimistic for a post-pandemic era, trend spotters predicted (despite the opening of brick-and-mortar stores) that e-commerce would continue to grow.  

According to a recent industry report, e-commerce will account for 20.4% of global retail sales by the end of 2022, up from 10% only five years ago.  

The real segment… Read More