How To Show Adsense Ads Between Post Title In Blogger ?
Method no 1:
- First of all goto this link and convert your adsense code: http://htmlentities.net/
- Find <data:post.body/> using CTRL+F
- Now paste the following code above "<data:post.body/>"
<div style ="float: left; margin 10px 10px 10px 0px;">
YOUR ADSENSE CODE HERE</div>
- Replace "YOUR ADSENSE CODE HERE" to your converted code
All done!
If this method is not working try Method No 2:
Method No 2:
- First of all goto this link and convert your adsense code: http://htmlentities.net/
- Find <div class='post-body entry-content'> using CTRL+F
- Now paste the following code above "<div class='post-body entry-content'>"
<b:if cond='data:blog.pageType == "item"'>
<div align='left'>
YOUR ADSENSE CODE HERE
</div>
</b:if>
- Replace "YOUR ADSENSE CODE HERE" to your converted code
All done!
0 comments:
Post a Comment