Problem with adsense codes in posts.
-
I have a problem with plugin.
This code is working well in posts.
<script type=”text/javascript”>
google_ad_client = “pub-4248056849488800”;
google_ad_width = 728;
google_ad_height = 90;
google_ad_format = “728x90_as”;
google_ad_type = “image”;
google_color_border = “CCCCCC”;
google_color_bg = “CCCCCC”;
google_color_link = “000000”;
google_color_text = “333333”;
google_color_url = “666666”;
</script><script type=”text/javascript” src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”></script>This code is not appears in posts but work fine in widget.
<script async src=”//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js”></script>
<!– Post Ad 2 –>
<ins class=”adsbygoogle”
style=”display:inline-block;width:728px;height:90px”
data-ad-client=”ca-pub-4248056849488800″
data-ad-slot=”3266416862″></ins>
<script>
(adsbygoogle = window.adsbygoogle || []).push({});
</script>How can i solve it?
The topic ‘Problem with adsense codes in posts.’ is closed to new replies.