Saturday, March 7, 2009

Insert Adsense Ads In Blogger Post

We Often think of placing ads in between posts but we don't know how to do it.I verified a lot of tutorials and trialed it on my blogs.It worked.I will explain how to embedd adsense ads in between posts body.

Step :- 1

Backup ur Template.In case some mishap occurs you can easily restore your original template. To save your blogger template first go to Layout -> Edit HTML -> Click the Download Full Template link and save the template on your PC.

Step :- 2

Generate Parsed code for adsense code b'coz we cannot put adsense code directly in the xml.So parse it using AdParser.


After parsing,your ad code Should look like this.

----------------------------------------------------------
<script type='text/javascript'><!--
google_ad_client = "pub-xxxxxxxxxxxxxxx";
/* 468x60, created 2/4/08 */
google_ad_slot = "xxxxxxxxx";
google_ad_width = 468;
google_ad_height = 60;
//-->
</script>
<script src='http://pagead2...../pagead/show_ads.js'
type='text/javascript'>
</script>
----------------------------------------------------------

Paste this Code Above or Below Post Header Line [Actual Code U have to use]

-----------------------------------------------------------
<p align="center">
Your Ad code
</p>

Note: /* Replace "center" with "left" or "right" for desired alignment */
-----------------------------------------------------------

To place ad above/below your post header, find the following code in your template.Layout->Edit Html->Click Expand Widget Templates

----------------------------------------------------------
<div class='post-header-line-1'/>
----------------------------------------------------------

To place ad above your post header.Paste the code above this line.
To place ad below your post header.Paste the code below this line.

To place the ad at the end of your post body, find the following line in your template.

----------------------------------------------------------
<p><data:post.body/></p>
----------------------------------------------------------

Paste the code below this line, to show your ad right at the end of your post.


To align the ad on left, right or middle


This is actual code u have to paste in the xml body.

Try this Technique.It Works.If u have any problem just comment in the comment form.

If u like our post.Please Subscribe us.

0 comments:

Post a Comment