未捕获的 TagError:adsbygoogle.push() 错误:DOM 中 class=adsbygoogle 的所有 ins 元素都已包含广告。
我收到此代码的错误:
<script async src="http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js" type="text/javascript"></script>
<!-- -->
<ins class="ad-div adsbygoogle"
style="display:inline-block;width:300px;height:250px"
data-ad-client="ca-pub-XXXXXXXXXX"
data-ad-slot="XXXXXXX"></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>
Run Code Online (Sandbox Code Playgroud)
问题是这段代码适用于 Joomla,但不适用于 Ohanah 组件。这只是一个广告,不是很多。也不应该有任何 PHP 延迟。但它不起作用