Difference between revisions of "Help:Extensions/Google Adsense"
Line 8: | Line 8: | ||
==Code== | ==Code== | ||
− | + | ||
Here's an example: | Here's an example: | ||
Line 43: | Line 43: | ||
</adsense> | </adsense> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
[[Page Of::Help:Extensions]] | [[Page Of::Help:Extensions]] | ||
[[Extension Name:=Google Adsense]] | [[Extension Name:=Google Adsense]] | ||
[[Category:MyWikiBiz Extensions]] | [[Category:MyWikiBiz Extensions]] |
Revision as of 19:39, 26 December 2007
Description
You can run Google Adsense advertisements at MyWikiBiz within Directory listings.
After you register and create an account at Google, just enter the appropriate ad information within the <adsense> ... </adense> tags on the page(s) you want the ads to appear.
(Reminder: Adsense and other non-reference external hyper-links (link spam) are prohibited from the Main space.)
Code
Here's an example:
<adsense> google_ad_client = 'pub-4781341637005814'; google_ad_width = 468; google_ad_height = 60; google_ad_format = '468x60_as'; google_ad_type = 'text_image';//2006-12-28: MyWikiBiz Directory space google_ad_channel = '2388332058'; google_color_border = '6699CC'; google_color_bg = '003366'; google_color_link = 'FFFFFF'; google_color_text = 'AECCEB'; google_color_url = 'AECCEB'; </adsense>
In action:
<adsense> google_ad_client = 'pub-4781341637005814'; google_ad_width = 468; google_ad_height = 60; google_ad_format = '468x60_as'; google_ad_type = 'text_image';//2006-12-28: Centiare Directory space google_ad_channel = '2388332058'; google_color_border = '6699CC'; google_color_bg = '003366'; google_color_link = 'FFFFFF'; google_color_text = 'AECCEB'; google_color_url = 'AECCEB'; </adsense>
Help:Extensions Google Adsense