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;
}
“A-B-C. A: always, B: be, C: closing,” is the immortal advice Alec Baldwin’s character Blake imparts to a group of hapless salesmen in the movie Glengarry Glen Ross. This basic sales tenet has not changed much since, but the role of sales and marketing has definitely moved on (for the better).
Although many companies are taking social selling seriously these d… Read More