function redcircleIframe() { let iframe = document && document.createElement && document.createElement("iframe"); iframe.setAttribute("style","border: none;max-width: 100%;width:1px;min-width:100%;"); iframe.setAttribute("height", 170); iframe.setAttribute("scrolling", "no"); iframe.setAttribute("src", "https://redcircle.com/embedded-player/sh/117054a8-f04f-4ace-8f75-7e0a063a15c2/ep/ba568551-6fc7-4f1e-b6b9-21c9af4056fd”]?"); Array.prototype.forEach.call(document.getElementsByClassName("redcirclePlayer-ba568551-6fc7-4f1e-b6b9-21c9af4056fd”]"), el => { if (el.getElementsByTagName("iframe").length === 0) { el.appendChild(iframe) } }) } document.addEventListener("DOMContentLoaded", redcircleIframe)