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

Материал из FIJTeam Project Wiki
Перейти к навигации Перейти к поиску
Нет описания правки
Метка: отменено
Нет описания правки
Метка: ручная отмена
Строка 1: Строка 1:
<!-- Widget:AdLoader -->
<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>
<div id="yandex_rtb_R-A-10417805-1"></div>
<script>
<script>
window.yaContextCb = window.yaContextCb || [];
(function() {
    var ya = document.createElement('script');
    ya.type = 'text/javascript';
    ya.async = true;
    ya.src = 'https://yandex.ru/ads/system/context.js';
    var s = document.getElementsByTagName('script')[0];
    s.parentNode.insertBefore(ya, s);
})();
window.yaContextCb.push(() => {
window.yaContextCb.push(() => {
     Ya.Context.AdvManager.render({
     Ya.Context.AdvManager.render({

Версия от 19:32, 20 июля 2024

<script>window.yaContextCb=window.yaContextCb||[]</script> <script src="https://yandex.ru/ads/system/context.js" async></script>

<script> window.yaContextCb.push(() => {

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

}); </script>