discuz 帖子模板加广告的方法
discuz 帖子模板加广告的方法详细介绍
虽然系统自带里广告系统,但是点击率是在太低了,我还是喜欢广告和内容一起加载起来,没有突然跳出来那么无聊。
查找
/代码
代码如下:
<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/script"><!--
google_ad_client = "pub-4741380098";
/* 336x280, 创建于 08-2-21 */
google_ad_slot = "3351928229";
google_ad_width = 336;
google_ad_height = 280; ;
//-->
</script>
<script type="text/"
BFmDmBddq
src="http://pagead2.googlesyndication.com/pagead/show_ads.">
</script>
</div><!- -{/if}-->
本文标题: discuz 帖子模板加广告的方法 ,