首页 > 网站 > 建站经验 > 正文

pjblog中添加各种GOOGLE广告的方法总结

2019-11-02 16:55:17
字体:
来源:转载
供稿:网友
添加各种GOOGLE广告的方法总结

第一种:pjblog中如何在文章中加入GOOGLE广告(也可以放其他的东西)

首先,做一个背景图片(如我做的这个),上传到模版目录中的images目录下,宽和高555×79,当然背景图的大小你完全可以自已定义,这取决于你将展示的Google Adsense广告尺寸大小。

然后,在模板的style.css样式表文件中加入下面的代码:

#gsbg_single { 

width: 480px; 

height: 70px; 

background-image: url(images/gsbg2.jpg); 

padding-top: 10px; 

padding-left: 75px; 

最后在确定你需要显示的地方,在模版中的相应地方插入下面代码:

<div id=gsbg_single> 

##这里插入Google adsense代码 

</div> 

第二种

方法一、在静态页面日志底部增加Google广告代码

1. 打开Template文件夹;

2. 找到Article.asp;

3. 通过记事本或是FrontPage打开;

4. 找到如下代码:

<div id="logPanel" class="Content-body">

                  <$ArticleContent$>

<br/><br/>

5. 把你的Google Adsense广告代码加入,如下示例:

<div id="logPanel" class="Content-body">

                  <$ArticleContent$>

<br/><br/>

<script type="text/javascript"><!--

google_ad_client = "";

google_ad_width = 300;

google_ad_height = 250;

google_ad_format = "300x250_as";

google_ad_type = "text";

google_ad_channel = "";

google_color_border = "FFFFFF";

google_color_bg = "FFFFFF";

google_color_link = "0000FF";

google_color_text = "000000";

google_color_url = "0000FF";

//--></script>

<script type="text/javascript"

  src="http://pagead2.googlesyndication.com/pagead/show_ads.js"

</script>

                 </div>

      <br/><br/>

6. 保存并上传你的ftp,然后进入管理面板----站点基本设置-----初始化数据;

7. 点击[重建数据缓存], [重新统计网站数据], [重新生成所有日志到文件], [重新建立日子索引],最后点击[保存配置]即可!

方法二、在动态页面日志底部增加Google广告代码

用修改class下面的cls_article.asp即可。

<div class="Content-body">

<%if len(log_ViewArr(16,0))>0 then response.write (log_ViewArr(16,0)&"<br/>")%>

<script type="text/javascript"><!--

google_ad_client = "pub-0615630542242589";

google_ad_width = 468;

google_ad_height = 60;

google_ad_format = "468x60_as";

google_ad_type = "image";

google_ad_channel ="";
发表评论 共有条评论
用户名: 密码:
验证码: 匿名发表