Pages

Sunday, November 1, 2015

How to Add Two AdSense Ads Side by Side In Blogger Post

Adding Google adsense ads side by side in blogger blogs is one of the best ways you can increase your earnings. This post is also a tip on to how to display adsense ads below post title in blogger. A good place to add your ads is within the post because the chances of them  getting clicked by your readers are higher. Below are the guidelines, on how to add two adsense ads side by side after post title or below your blog post in blogger blog.

how to show adsense below blogger title
  • Goto your adsense account.
  • Click on the 'ads' tab
  • Get the codes for the ad sizes you'll like to display.
  • Parse the codes by using this html parse tool.
  • Save the generated parsed code in a notepad or text editor 
Also Read: How to Add Read More Attribution Links to Copied Text in Blogger 
                    How to Add  Nofollow Attribute to All External Links In Blogger
                    How to Add HTML Parse Tool To Blogger

How to Show Adsense Ads Within Blogger Post

  • Goto your blogger dashboard
  • Navigate to 'template'
  • Click on 'Edit HTML'
  • Cick inside your template, Using Ctrl+F keys, search for <data:post.body/>
To display the ads below blogger post title:
  • Copy the code below and paste 'above'  <data:post.body/> (paste it either 'above' the second or third <data:post.body/> you find in your template, it might not work if you place it on the first).
To display the ads after blogger post:
  • Copy the code below and paste 'below'  <data:post.body/> (paste it either 'below' the second or third <data:post.body/> you find in your template).


<b:if cond='data:blog.pageType == &quot;item&quot;'>
<table width="520" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="250" style="padding: 5px;" align="center">
ADSENSE CODE 1
</td>
<td width="250" style="padding: 5px;" align="left">
ADSENSE CODE 2
</td>
</tr>
</table>
</b:if>

  • Replace 'ADSENSE CODE 1' and 'ADSENSE CODE 2' with each of  the parsed adsense code respectively.
  • Save the template.