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.
Read Also: Add Adsense in the middle of post in blogger
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;">
</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;">
</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;">
</div>
Before pasting the adsense code in your template, you have to first convert the adsense code into correct / suitable format
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"/>
1 comment
@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