1.Click on design --> Edit html in your blogger.
2.Check Expand widgets.
3.Find <data:post.body/>.
4.Immediately above it add your adsense code as shown below.
<div class='post-body entry-content'>
<b:if cond='data:blog.pageType == "item"'>
<div style='float: left;'>
<script type="text/javascript"><!--
google_ad_client = "pub-xxxxxxxxxxxxxxxx";
google_ad_host = "pub-xxxxxxxxxxxxxxxx";
google_ad_slot = "xxxxxx";
google_ad_width = 336;
google_ad_height = 280;
//-->
</script>
<script type="text/javascript"
src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
</script>
</b:if>
</div>
<data:post.body/>
important note:Do remember to replace '<' with '<' and '>' with '>' in you adsense code.
No comments:
Post a Comment