Gebruiker:WikiSysop: verschil tussen versies
Uit JarvisWiki
Regel 13: | Regel 13: | ||
of: [http://jnana.wikinerds.org/index.php/How_to_comply_with_Google_AdSense_policies_in_a_MediaWiki_site http://jnana.wikinerds.org/index.php/How_to_comply_with_Google_AdSense_policies_in_a_MediaWiki_site]<br/> | of: [http://jnana.wikinerds.org/index.php/How_to_comply_with_Google_AdSense_policies_in_a_MediaWiki_site http://jnana.wikinerds.org/index.php/How_to_comply_with_Google_AdSense_policies_in_a_MediaWiki_site]<br/> | ||
en deze lijkt het beste: [http://wincent.com/knowledge-base/Adding_Google_AdSense_to_MediaWiki http://wincent.com/knowledge-base/Adding_Google_AdSense_to_MediaWiki] | en deze lijkt het beste: [http://wincent.com/knowledge-base/Adding_Google_AdSense_to_MediaWiki http://wincent.com/knowledge-base/Adding_Google_AdSense_to_MediaWiki] | ||
+ | ===Initiele code=== | ||
+ | <pre> | ||
+ | <script type="text/javascript"><!-- | ||
+ | google_ad_client = "pub-6392170364361679"; | ||
+ | google_ad_width = 160; | ||
+ | google_ad_height = 600; | ||
+ | google_ad_format = "160x600_as"; | ||
+ | google_ad_type = "text"; | ||
+ | //2007-07-02: Omzet | ||
+ | google_ad_channel = "2393578425"; | ||
+ | google_color_border = "336699"; | ||
+ | google_color_bg = "FFFFFF"; | ||
+ | google_color_link = "0000FF"; | ||
+ | google_color_text = "000000"; | ||
+ | google_color_url = "008000"; | ||
+ | google_ui_features = "rc:0"; | ||
+ | //--> | ||
+ | </script> | ||
+ | <script type="text/javascript" | ||
+ | src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> | ||
+ | </script> | ||
+ | </pre> | ||
==Sjablonen== | ==Sjablonen== | ||
[[Sjabloon:wiu]] | [[Sjabloon:wiu]] |
Versie van 2 jul 2007 om 18:29
Hier mijn persoonlijke pagina's
Lavasoft
email sales: sales@lavasoft.com
affiliate pages: http://www.lavasoft.com/partners/affiliate_program.php
Verdien geld met relevante advertenties op uw website AdSense
Implementatie
Zie : http://www.how2setup.org/en/wiki/index.php?title=Google_AdSense_in_Wiki
of: http://www.dankohn.com/archives/000338.html
of: http://jnana.wikinerds.org/index.php/How_to_comply_with_Google_AdSense_policies_in_a_MediaWiki_site
en deze lijkt het beste: http://wincent.com/knowledge-base/Adding_Google_AdSense_to_MediaWiki
Initiele code
<script type="text/javascript"><!-- google_ad_client = "pub-6392170364361679"; google_ad_width = 160; google_ad_height = 600; google_ad_format = "160x600_as"; google_ad_type = "text"; //2007-07-02: Omzet google_ad_channel = "2393578425"; google_color_border = "336699"; google_color_bg = "FFFFFF"; google_color_link = "0000FF"; google_color_text = "000000"; google_color_url = "008000"; google_ui_features = "rc:0"; //--> </script> <script type="text/javascript" src="http://pagead2.googlesyndication.com/pagead/show_ads.js"> </script>