如何在vbulletin中加入adsense代码
You need to modify the following templates:
Forumhome
Forumdisplay
Showthread
Place your code after $navbar in each of these templates.
Example:
$navbar
<br />
<!-- Google Ads Begin -->
<center>
<script type="text/javascript"><!--
google_ad_client = "your code here";
google_ad_width = 468;
google_ad_height = 60;
google_ad_format = "468x60_as";
google_ad_type = "text_image";
google_ad_channel ="";
google_color_border = "FFFFFF";
google_color_bg = "FFFFFF";
google_color_link = "FF4400";
google_color_url = "008000";
google_color_text = "000000";
//--></script>
<script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script></center>
<!-- Google Ads End -->
|