var iframe = document.createElement("iframe");
iframe.setAttribute("src", "https://w.rulive.ru/wrapper?id=rulive");
iframe.setAttribute("marginWidth", "0");
iframe.setAttribute("marginHeight", "0");
iframe.setAttribute("frameBorder", "0");
iframe.setAttribute("width", "100%");
iframe.setAttribute("height", "100%");
iframe.setAttribute("style", "margin:0;padding:0;border:none; width: 100%; height: 100%");
iframe.setAttribute("scroll", "no");
iframe.onload = () => {iframe.contentWindow.postMessage({"appearance":"inread","baseURL":"https://w.rulive.ru/","canSwitch":true,"contentURLs":["https://rutube.ru/play/embed/415bed0082a679dc556a44a1c5e309eb?sid=33dce48e-8f2f-4cd0-889a-150b8a971a51%3Af8e4502dff671f973e83eb60b7cfc923"],"desktop_height":0,"desktop_position":"rb","desktop_width":0,"floating_show":false,"height":"100%","id":"33dce48e-8f2f-4cd0-889a-150b8a971a51:f8e4502dff671f973e83eb60b7cfc923","maxLength":300,"mobile_device":false,"mobile_height":0,"mobile_position":"rb","mobile_width":0,"pixelUrl":"","rutubeImpressionTimeout":1,"scriptContainer":"rulive","type":"web","width":"100%"}, '*');};

var container = document.getElementById("app_rulive");
container.appendChild(iframe);
