大家都知道,google adsense广告右下角有个 ads by google 的代码,稍懂点的人一看这个就知道是广告,如果把它去掉当热点击率会增加很多的。
现在我就叫你怎么去掉这行代码,先声明一下,去掉这行代码又被k的危险,请慎用。
例如你的广告代码是
- <script type=”text/javascript”><!–
- google_ad_client = “pub-xxxxxxxxxxxxxxx”;
- google_alternate_color = “#FFFFFF”;
- google_ad_width = 250;
- google_ad_height = 250;
- google_ad_format = “250×250_as”;
- google_ad_type = “text”;
- google_ad_channel =”xxxxxxxxxxxx”;
- google_color_border = “#FFFFFF”;
- google_color_link = “#0000FF”;
- google_color_bg = “#FFFFFF”;
- google_color_text = “#000000″;
- google_color_url = “#000000″;
- google_ui_features = “rc:0″;
- //–></script>
- <script type=”text/javascript” src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
- </script>
将 第五行 google ad height=250 改为230 去掉20个高度单位就可以了。
声明:本站所有文章,如无特殊说明或标注,均为本站原创发布。任何个人或组织,在未征得本站同意时,禁止复制、盗用、采集、发布本站内容到任何网站、书籍等各类媒体平台。如若本站内容侵犯了原著者的合法权益,可联系我们进行处理。