Widget:YaWidget: различия между версиями

Материал из FIJTeam Project Wiki
Перейти к навигации Перейти к поиску
(Новая страница: «<script>window.yaContextCb=window.yaContextCb||[]</script> <script src="https://yandex.ru/ads/system/context.js" async></script> <div id="yandex_rtb_R-A-10417805-1"></div> <script> window.yaContextCb.push(() => { Ya.Context.AdvManager.render({ "blockId": "R-A-10417805-1", "renderTo": "yandex_rtb_R-A-10417805-1" }); }); </script>»)
 
мНет описания правки
 
(не показано 6 промежуточных версий этого же участника)
Строка 1: Строка 1:
<script>window.yaContextCb=window.yaContextCb||[]</script>
<!-- Yandex.RTB R-A-10417805-1 -->
<script src="https://yandex.ru/ads/system/context.js" async></script>
<div id="yandex_rtb_R-A-10417805-1"></div>
<div id="yandex_rtb_R-A-10417805-1"></div>
<script>
<script>
window.yaContextCb.push(() => {
window.yaContextCb = window.yaContextCb || [];
    Ya.Context.AdvManager.render({
 
        "blockId": "R-A-10417805-1",
function renderAd() {
        "renderTo": "yandex_rtb_R-A-10417805-1"
    window.yaContextCb.push(() => {
        Ya.Context.AdvManager.render({
            "blockId": "R-A-10417805-1",
            "renderTo": "yandex_rtb_R-A-10417805-1"
        });
     });
     });
});
}
 
// Initial render
renderAd();
 
// Set interval for refreshing the ad every 32 seconds
setInterval(renderAd, 32000);
</script>
</script>

Текущая версия от 16:21, 22 июля 2024

<script> window.yaContextCb = window.yaContextCb || [];

function renderAd() {

   window.yaContextCb.push(() => {
       Ya.Context.AdvManager.render({
           "blockId": "R-A-10417805-1",
           "renderTo": "yandex_rtb_R-A-10417805-1"
       });
   });

}

// Initial render renderAd();

// Set interval for refreshing the ad every 32 seconds setInterval(renderAd, 32000); </script>