Add Adsense Ads Below Post Title in left/right/center side in blogger

This tutorial will show you how to add Add Adsense Ads Below Post Title in left/right/center side in blogger. One more thing you have to do is you have to convert your adsense code into suitable form by using adsense convertor tool unless this trick will not work.








How To Install

  • Go to Blogger Dashboard 
  • Click on DropDown Menu and select Template
  • Backup your Template before making any changes to your blog
  • Now Click on Edit HTML --> Proceed --> Expand Widget Templates
  • Press Ctrl + F and search the code shown below

<data:post.body/>

  • Now Paste the Code Shown Below just above/before it

Code 1

If you want to show your Google Adsense ad below post tile in blogger in the left side then copy the code shown below

<div style="float: left; margin: 10px 10px 10px 0;">
YOUR ADSENSE CODE HERE
</div>

Code 2

If you want to show your Google Adsense ad below post tile in blogger in the right side then copy the code shown below

<div style="float: right; margin: 10px 0px 10px 10px;">
YOUR ADSENSE CODE HERE
</div>

Code 3

If you want to show your Google Adsense ad below post tile in blogger in the center then copy the below code

<div style="text-align: center; margin: 10px 0 10px 0;">
YOUR ADSENSE CODE HERE
</div>


Before pasting the adsense code in your template, you have to first convert the adsense code into correct / suitable format

CONVERT ADSENSE CODE

Now adsense ads displays besides your post content. If you want to write your content below your Google Adsense Ad then also paste this code just below the Code 1 or Code2 or Code3 that is

<div style="clear:both"/> 

Like it? Share it.

1 comment

9 May 2012 at 08:35 Author

@Bollywood NewsFind this code <data:post.body/> in your template and paste any above code below it. But you have to convert the adsense code

Click to Add a New Comment

  • If you're asking a question click on Subscribe By Email link, on the comment form, to be notified of replies.
  • Do NOT add links to the body of your comment as they will not be published.
  • Only the comments posted in ENGLISH will be approved.
  • If you have a problem check first the comments , maybe you will find the solution there.