我正在连续放置一个谷歌广告,而我的页面内容在下一行,所以同一个容器中的两行,如下所示:
<div class='container'>
<div class='row'>
<div class='span12'>
<div class="google_adsense leader_board"><script type="text/javascript">
//<![CDATA[
google_ad_client = "pub-4274068129397983";
google_ad_format = "728x90_as";
google_ad_height = 90;
google_ad_type = "text";
google_ad_width = 728;
//]]>
</script>
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script>
</div>
</div>
</div>
<div class='row'>
<div class='span12'>
My page content here
</div>
</div>
</div>
但是,我注意到谷歌行不会出现,任何想法为什么它不可见? 这是一个Twitter引导问题吗?
答案 0 :(得分:0)
我测试了你的代码并且它有效,但只有在我禁用Adblock Plus之后。您是否安装了广告拦截器?