discuz 帖子模板加广告的方法
作者:
虽然系统自带里广告系统,但是点击率是在太低了,我还是喜欢广告和内容一起加载起来,没有突然跳出来那么无聊。
打开模板viewthread.htm
查找
XML/HTML代码
<div id="ad_thread3_$post[count]"></div><div id="ad_thread4_$post[count]"></div>
上面添加
<!--{if $post[number]==1}--><div style="float:left">
<script type="text/javascript"><!--
google_ad_client = "pub-4741390588082798";
/* 336x280, 创建于 08-2-21 */
google_ad_slot = "3351928229";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><!--{/if}-->
查找
XML/HTML代码
复制代码 代码如下:
<div id="ad_thread3_$post[count]"></div><div id="ad_thread4_$post[count]"></div>
上面添加
复制代码 代码如下:
<!--{if $post[number]==1}--><div style="float:left">
<script type="text/javascript"><!--
google_ad_client = "pub-4741390588082798";
/* 336x280, 创建于 08-2-21 */
google_ad_slot = "3351928229";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</div><!--{/if}-->