The new Blogger widget based template that built on XML specification has a feature to add Google AdSense ad unit inline between posts. These inline ads appear between 2 blog posts on homepage, archive and category or label pages, or after the blog content when the single post is viewed individually. :) However, the placement is kind of awkward and low performing in term of click through rate (CTR).
A lot of bloggers have put Google AdSense ad code inside the post or wrap the ad unit around blog post by editing template’s HTML to insert modified ad code manually. Some users may feel uneasy on modifying the AdSense ad code as it may violates AdSense TOS. Anyway, there is another workaround to put AdSense ads in Blogger posts, by using trick to move or duplicate built-in inline ads between posts block to inside the post section.
1. To use the trick to move around AdSense ad unit added by Ads Between Posts, enable and configure inline ads in Blogger using this guide. Note that you must login to your AdSense account from Blogger to establish access authentication. If you don’t have AdSense account yet, you can click on Sing Up button to register for one.
2. To display this ad within blog post also, click on Template tab, and then click on Edit HTML sub-tab link to open Blogger HTML code template editor to edit the contents of your template.
3. Backup a copy of your template by click on Download Full Template link, in case it’s is needed be uploaded to Blogger server
to recover the template in the event of mistake or corruption.
4. Click to tick the Expand Widget Templates checkbox.
5. Find the line with the following text:
<data:post.body/>
And paste the following block of text before (for ad position before content) or after (for ad position after content) the line above:
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
6. Note that maximum of 3 AdSense for Contents (non Link Unit type) ads are allowed on each page.
7. If you want the AdSense ads inside blog post to appear only when individual blog post is visited, and not on homepage, category or archive pages, wrap the following lines to before and after code added above
<b:if cond='data:blog.pageType == "item"'>
</b:if>
The whole block added will look like below:
<b:if cond='data:blog.pageType == "item"'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</b:if>
8. After enabling Show Ads Between Posts in step 1, you will notice that AdSense ads will be shown between posts on all multiple blog posts page, and also after the article on individual single post view. If you don’t want these ads to appear, i.e. to move built-in inline ads to within post, the locate the following block of text which is same with the one we added above:
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
And delete these code from template. Note that we have just added a same block of code from step above, so do not remove the newly added code, but the existing code in the template.If you still want the AdSense ad unit to appear between posts when visitors view your blog homepage, label or category pages or archive pages, wrap the code above on top and bottom with the following 2 lines:
<b:if cond='data:blog.pageType != "item"'>
</b:if>
so that it looks like the following:
<b:if cond='data:blog.pageType != "item"'>
<b:if cond='data:post.includeAd'>
<data:adEnd/>
<data:adCode/>
<data:adStart/>
</b:if>
</b:if>
Note that the two lines should be added to the existing block of code in template, not the block which we added in step above.
9. Click on SAVE TEMPLATE button to save the new hacked template. Now the ad should be appear inside blog post without actually modify ad code. You can also use the same hack theory above to place the ads on different location.
ANOTHER ARTICLE MUST READ :
- SEO Submissions from Submitedge.com
- Placing Adsense ads inside or between blog posts
- Trick to Add AdSense, AdBrite and Other JavaScript Ad Code Directly to Blogger HTML Template
- Blogger Hacks-Wrap adsense text ads on left and right side or in between blog post of blogger.com
- Place AdSense Ad Unit In Various Positions Inside Within Blogger Post Contents
- How to Use AdSense™ Preview Tool
- Ads in the middle
- How To Add The Blogger “Read More” Expandable Posts Link
- AdSense Code in Blogger Post Body
- How to add adsense ads inside Blogger blog posts or between blog posts
- Boost your Adsense by $100 with this 5 minute trick!
- How to Increase Your Adsense CTR x20 in 3 Minutes
- Placing Adsense ads inside or between blog posts
- Automated Section Targetting for bloggers
- Trick to Add AdSense, AdBrite and Other JavaScript Ad Code Directly to Blogger HTML Template
- Blogger Hacks-Wrap adsense text ads on left and right side or in between blog post of blogger.com
- Place AdSense Ad Unit In Various Positions Inside Within Blogger Post Contents
- Ads in the middle
- How To Add The Blogger “Read More” Expandable Posts Link
- AdSense Code in Blogger Post Body
- How to add adsense ads inside Blogger blog posts or between blog posts
- Great Paid Review Site
- SEO Submissions from Submitedge.com
- Placing Adsense ads inside or between blog posts
- Automated Section Targetting for bloggers
- Why Isn't My Website In The Search Engine?
- Trick to Add AdSense, AdBrite and Other JavaScript Ad Code Directly to Blogger HTML Template
- Blogger Hacks-Wrap adsense text ads on left and right side or in between blog post of blogger.com
- Scenario (CHEATING) Increasing Earning AdSense Did It Save?
- You MUST Have Your Site Set Up Correctly For an AdSense Income
- Tips on Searching the Highest Paid Google Ad Keyword
- Discover the Secrets of Creating a Formidable AdSense Money Machine
- High Paying AdSense Keywords - How to Find ?
- Why AdSense Isn't Performing Well on Your Blog
- Google AdSense - Autopilot Money From a Website Or Free Blog
- SUCCESS WITH ADSENSE ??
- Monitor Google AdSense Account With Shock AdSense
- Place AdSense Ad Unit In Various Positions Inside Within Blogger Post Contents
- How to Use AdSense™ Preview Tool
- Adsense Optimization (blacklist low pay)
- Ads in the middle
- How To Add The Blogger “Read More” Expandable Posts Link
- AdSense Code in Blogger Post Body
- How to add adsense ads inside Blogger blog posts or between blog posts
- Boost your Adsense by $100 with this 5 minute trick!
1 comments:
That's a great tip but I've found that beginners are lazy to even do that. I've ask them and they find it too technical.
I think I should do it for them and charge and high price.
Post a Comment
Note: Only a member of this blog may post a comment.