How to place or insert Adsense ads between blog post and comment in Blogger


This is how to place or insert Google Adsense units or any other online ads right in between the blog post and comments section. This will also make the ad units appear in between posts in archive or label pages. This is a strategic location to enable visitor to spot the ads right after finish reading a blog post.


Steps

1. In the template source code, find this piece of code:
<b:include data='post' name='post'/>

2. Copy the code below and paste it below the code in step 1.
<div>
<!-- paste your adsense code here -->
</div>

3. Copy your Google Adsense code and paste it between the <div> codes as shown in step 2.

4. Save and reload your blog.

Note:

After pasted the Google Adsense code, modify the async part a bit.

Before:

<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

After:

<script async="true" src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>

Comments

  1. Thank you so much. I read so many blogs nothing was of real use. U are awesome

    ReplyDelete

Post a Comment

Popular posts from this blog

City Code Table for Casio SGW300HD-1AV Watch

How to force only 4G or LTE network connection for Samsung Galaxy Note 4

Mounting NFS share directory from D-link DNS 320L on Ubuntu 12.04 LTS