Difference between revisions of "Help:Extensions/Google Adsense"
m (Unprotected "Centiare:Extensions/Google Adsense") |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1: | Line 1: | ||
− | + | {{DISPLAYTITLE:Google Adsense}} | |
==Description== | ==Description== | ||
− | + | You can run [http://adsense.google.com Google Adsense] advertisements at MyWikiBiz within '''[[Help:Spaces#Directory_Space|Directory]]''' listings. | |
− | You can run [http://adsense.google.com Google Adsense] advertisements at | ||
After you register and create an account at Google, just enter the appropriate ad information within the <nowiki><adsense> ... </adense></nowiki> tags on the page(s) you want the ads to appear. | After you register and create an account at Google, just enter the appropriate ad information within the <nowiki><adsense> ... </adense></nowiki> tags on the page(s) you want the ads to appear. | ||
− | (''Reminder:'' Adsense and other non-reference external hyper-links ([[ | + | (''Reminder:'' Adsense and other non-reference external hyper-links ([[Help:Link Spam|link spam]]) are prohibited from the Main space.) |
==Code== | ==Code== | ||
− | + | ||
Here's an example: | Here's an example: | ||
<pre> | <pre> | ||
<adsense> | <adsense> | ||
− | google_ad_client = | + | google_ad_client = 'ca-pub-4086838842346968'; |
− | google_ad_width = | + | google_ad_width = 468; |
− | google_ad_height = | + | google_ad_height = 60; |
− | google_ad_format = | + | google_ad_format = '468x60_as'; |
− | google_ad_type = | + | google_ad_type = 'text_image';//2006-12-28: MyWikiBiz Directory space |
− | google_ad_channel = | + | google_ad_channel = '2388332058'; |
− | google_color_border = | + | google_color_border = '6699CC'; |
− | google_color_bg = | + | google_color_bg = '003366'; |
− | google_color_link = | + | google_color_link = 'FFFFFF'; |
− | google_color_text = | + | google_color_text = 'AECCEB'; |
− | google_color_url = | + | google_color_url = 'AECCEB'; |
</adsense> | </adsense> | ||
</pre> | </pre> | ||
Line 31: | Line 30: | ||
<adsense> | <adsense> | ||
− | google_ad_client = | + | google_ad_client = 'ca-pub-4086838842346968'; |
− | google_ad_width = | + | google_ad_width = 468; |
− | google_ad_height = | + | google_ad_height = 60; |
− | google_ad_format = | + | google_ad_format = '468x60_as'; |
− | google_ad_type = | + | 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'; | |
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | // | ||
− | google_ad_channel = | ||
− | google_color_border = | ||
− | google_color_bg = | ||
− | google_color_link = | ||
− | google_color_text = | ||
− | google_color_url = | ||
</adsense> | </adsense> | ||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
− | |||
+ | [[Page Of::Help:Extensions]] | ||
[[Extension Name:=Google Adsense]] | [[Extension Name:=Google Adsense]] | ||
− | [[Category: | + | [[Category:MyWikiBiz Extensions]] |
Latest revision as of 17:38, 13 February 2010
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 = 'ca-pub-4086838842346968'; 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 = 'ca-pub-4086838842346968'; 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>
Help:Extensions Google Adsense