Site Cloner PHP Script
Bargain Hunter PHP Script
Job Hunter PHP Script
Site Login and Access Control PHP Script

Google Adsense on WordPress

Google Adsense can be a widget in a sidebar, or embeded in WordPress posts. 

WordPress Widgets and Adsense

There are several WordPress plugins that can be installed to allow Google ads to be positioned in a typical ‘sidebar’ location.

However, they are not necessary.

A simple method to add Google Adsense to a sidebar,

1) Get the code from the ‘Ad Unit’ in WordPress.
The code looks like the following below, but with script tags:

google_ad_client = “ca-pub-idstring”;
/* Med Rectangle */
google_ad_slot = “slot_number”;
google_ad_width = 300;
google_ad_height = 250;
//–>
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
2) Select Appearance > Widgets.
3) Add a text Widget ‘Arbitary Text or HTML’
4) Paste the code.

5) Make a title, if desired.
6) Select Position.
7) Save widget.