HH365 2008-5-19 00:11
Google谷歌广告自己随意定义,TMD进来看!
欢迎测试使用---使用代码请慎用
[color=Red]一、在论坛所有页面顶部banner位(Logo右侧)添加广告代码[/color]
[color=Blue]1、系统设置---基本设置---基本设置---网站备案信息代码
添加代码[/color]
<script type="text/javascript">if(document.getElementById("ad_headerbanner") != null){document.getElementById("ad_headerbanner").innerHTML=document.getElementById("ggad_headerbanner").innerHTML;}</script>
[color=Blue]2、系统设置---基本设置--搜索引擎优化---其它头部信息
添加代码[/color]
<div id="ggad_headerbanner" style="display:none;">你要添加的广告代码(如Google AdSense代码)</div>
[color=Red]二、在论坛所有页面底部添加广告代码[/color]
[color=Blue]1、系统设置---基本设置---基本设置---网站备案信息代码
添加代码[/color]
<script type="text/javascript">if(document.getElementById("ad_footerbanner1") != null){document.getElementById("ad_footerbanner1").innerHTML=document.getElementById("ggad_footerbanner1").innerHTML;}</script>
[color=Blue]2、系统设置---基本设置--搜索引擎优化---其它头部信息
添加代码[/color]
<div id="ggad_footerbanner1" style="display:none;">你要添加的广告代码(如Google AdSense代码)</div>
[color=Red]三、在论坛帖子页面一楼正文的上方添加广告代码[/color]
[color=Blue]1、系统设置---基本设置---基本设置---网站备案信息代码
添加代码[/color]
<script type="text/javascript">if(document.getElementById("ad_thread3_0") != null){document.getElementById("ad_thread3_0").innerHTML=document.getElementById("ggad_thread3_0").innerHTML;}</script>
[color=Blue]2、系统设置---基本设置--搜索引擎优化---其它头部信息
添加代码[/color]
<div id="ggad_thread3_0" style="display:none;">你要添加的广告代码(如Google AdSense代码)</div>
以上修改中的3_0改成3_1(共四处)既是添加到2楼的相同位置,改成3_2既是添加到3楼的相同位置,依此类推......
[color=Red]四、在论坛帖子页面一楼正文的右侧添加广告代码[/color]
[color=Blue]1、系统设置---基本设置---基本设置---网站备案信息代码
添加代码[/color]
<script type="text/javascript">if(document.getElementById("ad_thread4_0") != null){document.getElementById("ad_thread4_0").outerHTML=document.getElementById("ggad_thread4_0").innerHTML;}</script>
[color=Blue]2、系统设置---基本设置--搜索引擎优化---其它头部信息
添加代码[/color]
<div id="ggad_thread4_0" style="display:none;"><div style="float:right;">你要添加的广告代码(如Google AdSense代码)</div></div>
注意:以上修改中的4_0改成4_1既是添加到2楼的相同位置,改成4_2既是添加到3楼的相同位置,依此类推......
将right改为left,即是让广告向左漂浮
[color=Red]五、在论坛帖子页面一楼正文的下方添加广告代码[/color]
[color=Blue]1、系统设置---基本设置---基本设置---网站备案信息代码
添加代码[/color]
<script type="text/javascript">if(document.getElementById("ad_thread1_0") != null){document.getElementById("ad_thread1_0").innerHTML=document.getElementById("ggad_thread1_0").innerHTML;}</script>
[color=Blue]2、系统设置---基本设置--搜索引擎优化---其它头部信息
添加代码[/color]
<div id="ggad_thread1_0" style="display:none;"><div style="float:right;">你要添加的广告代码(如Google AdSense代码)</div></div>
注意:以上修改中的1_0改成1_1既是添加到2楼的相同位置,改成1_2既是添加到3楼的相同位置,依此类推,改成1_3即是添加到4楼的相同位置......
[color=Red]六、在论坛帖子页面1楼和2楼之间添加广告代码[/color]
[color=Blue]1、系统设置---基本设置---基本设置---网站备案信息代码
添加代码[/color]
<script type="text/javascript">if(document.getElementById("ad_interthread") != null){document.getElementById("ad_interthread")").innerHTML=document.getElementById("ggad_interthread").innerHTML;}</script>
[color=Blue]2、系统设置---基本设置--搜索引擎优化---其它头部信息
添加代码[/color]
<div id="ggad_interthread" style="display:none;">你要添加的广告代码(如Google AdSense代码)</div>
[color=Red]七、在论坛导航栏下方添加广告代码[/color]
[color=Blue]1、系统设置---基本设置---基本设置---网站备案信息代码
添加代码[/color]
<script type="text/javascript">if(document.getElementById("ad_text") != null){document.getElementById("ad_text").innerHTML=document.getElementById("ggad_text").innerHTML;}</script>
[color=Blue]2、系统设置---基本设置--搜索引擎优化---其它头部信息
添加代码[/color]
<div id="ggad_text" style="display:none;">你要添加的广告代码(如Google AdSense代码)</div>
[color=Red]八、在论坛首页版块分区的下方添加广告代码[/color]
这里,我们假设要在gid=8的分区下方添加广告
[color=Blue]1、系统设置---基本设置---基本设置---网站备案信息代码
添加代码[/color]
<script type="text/javascript">if(document.getElementById("ad_intercat_8") != null){document.getElementById("ad_intercat_8").innerHTML=document.getElementById("ggad_intercat_8").innerHTML;}</script>
[color=Blue]2、系统设置---基本设置--搜索引擎优化---其它头部信息
添加代码[/color]
<div id="ggad_intercat_8" style="display:none;">你要添加的广告代码(如Google AdSense代码)</div>
注意:如果要在其它分区下方添加广告,则修改intercat_8为intercat_gid的数值,共有四处
HH365 2008-5-19 00:21
优化代码方式:登陆Google AdSense-AdSense设置-管理广告-AdSense 内容广告-广告单元(选择仅文字广告)-继续-格式(大小尺寸自己选择)-更多选项(选择公益广告)-继续-提交并获取广告代码
40010106 2008-5-19 00:24
HH365真是速度快啊我刚刚才看到想放上来就被你给:Q
HH365 2008-5-19 00:31
[quote]原帖由 [i]40010106[/i] 于 2008-5-19 00:24 发表 [url=http://bbs.topzj.com/redirect.php?goto=findpost&pid=1788843&ptid=269071][img]http://bbs.topzj.com/images/common/back.gif[/img][/url]
HH365真是速度快啊我刚刚才看到想放上来就被你给:Q [/quote]
时间就是JB,时间就是生命,时间就是震撼!:lol