Display Adsense Inside The Posts On Blogger

          Google Adsense is the better way to make huge revenue by displaying Ads on your blog. Placing Ads on different positions produces different amounts of revenue. Ad placing is an important role in improving your revenue. According to my experience, The Ad unit which was placed inside the post body (i.e: In between the post header and post body) makes a decent income than other Ad unit’s. The problem is that Ads should be displayed only when a single post is opened, but not on the home page. To Display Ads inside the post, Please follow some simple steps:

  • Login to your blogger account and select Template => Edit HTML. Before editing it, Please back it up.
  • Tick on “Expand Widget Templates” and Find the below line from the code (Shortcut To Find: ctrl + F).
                                           
  • After finding the above line, You need to place your adsense code below code just before it.
  • Before pasting the code you need to parse it. If you are not aware of parsing, you can use the below code and change the Client ID and Slot Id.
<script type=”text/javascript”><!–
google_ad_client = “ca-pub-XXXXXXXXXX”;
/* post_ad */
google_ad_slot = “XXXXXXXXX”;
google_ad_width = 336;
google_ad_height = 280;
//–>
</script>
<script type=”text/javascript”
src=”http://pagead2.googlesyndication.com/pagead/show_ads.js”>
</script>

 

  • Finally, Save the template and see the result. If you face any problem at any step, please let me know, so that i can help you out.

Leave a Reply

Your email address will not be published. Required fields are marked *