Changes

MyWikiBiz, Author Your Legacy — Friday May 03, 2024
Jump to navigationJump to search
Line 35: Line 35:  
==AdSense Examples==
 
==AdSense Examples==
    +
A wide banner is one option:
 
{{MWB728}}
 
{{MWB728}}
 +
<br>
 +
...which in this case is executed by means of a template, [[Template:MWB728]].
 +
<br><br><br>
 +
Or, another popular look is:
 +
 +
<center>
 +
<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: MWB 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>
 +
</center>
 +
 +
...Which can be installed as follows:
 +
<pre>
 +
<center>
 +
<adsense>
 +
google_ad_client    = 'pub-YOUR ADSENSE NUMBER HERE';
 +
google_ad_width    = 468;
 +
google_ad_height    = 60;
 +
google_ad_format    = '468x60_as';
 +
google_ad_type      = 'text_image';//2006-12-28: MWB 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>
 +
</center>
 +
</pre>

Navigation menu