Sign up for PayPal and start accepting credit card payments instantly.

Tuesday, February 16, 2010

Install Adsense in the post

Install Adsense in the post

 

How to put adsense code in posts easy enough just to copy and paste the code like below and replace the code that we mark, more information can view examples of the Google Adsense script after you parse.

 

Input this if Adsense placed on the left:

 

<div style="float:left;padding-left:15px;"><script type="text/javascript"><!--

google_ad_client = "pub-xxxxxxxxxxxxxxxx";

/*  */

google_ad_slot = "3290140858";

google_ad_width = 300;

google_ad_height = 250;

//-->

</script>

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script></div>

 

Input this if Adsense is placed to the right:

 

<div style="float:right;padding-left:15px;"><script type="text/javascript"><!--

google_ad_client = "pub- xxxxxxxxxxxxxxxx ";

/*  */

google_ad_slot = "3290140858";

google_ad_width = 300;

google_ad_height = 250;

//-->

</script>

<script type="text/javascript"

src="http://pagead2.googlesyndication.com/pagead/show_ads.js">

</script></div>

 


No comments: