Insert Adsense Ads & Chitika Ads inside your Blogger Posts
As you know that if you want to earn handsome amount of money through an advertising program .You need a good advertisement placement plan . Placing ads between title and post can be very useful . It means more clicks and more revenue .If your platform is blogspot , so today's tutorial is for you .
In this post we will see how to place AdSense Ads & Chitika Ads Above Or Below Posts or Anywhere in Blogger.
Firstly you need an HTML Parser tool to convert your Chitika ad code into the XML format . Go to this Post and convert your Chitika ad code into the XML format through this tool and save it in notepad .
Go to blogspot dashboard and click on << Template << Edit Html >>
Tick mark on " Expand Widget Templates " and if you want to place a Chitika ad between title and post body , press " F + CTRL " and search this line .
<div class='post-header-line-1'/>
IF YOU WANT TO SHOW IT ON LEFT SIDE
<b:if cond='data:blog.pageType == "item"'>
<div style="float:left;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
IF YOU WANT TO SHOW IT ON RIGHT SIDE
<b:if cond='data:blog.pageType == "item"'>
<div style="float:right;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
IF YOU WANT TO SHOW IT AT THE CENTER
<b:if cond='data:blog.pageType == "item"'>
<div align="center">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
Save the template and see results .
If you want to place Chitika ads on below the post so follow these instructions . Go to blogspot dashboard and click on << Template << Edit Html >>
Tick mark on " Expand Widget Templates " and Press " F + CTRL " and search this line .
<data:post.body/>
Now paste your desired code after this line and save template and see results .
IF YOU WANT TO SHOW IT ON LEFT SIDE
<b:if cond='data:blog.pageType == "item"'>
<div style="float:left;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
IF YOU WANT TO SHOW IT ON RIGHT SIDE
<b:if cond='data:blog.pageType == "item"'>
<div style="float:right;">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
IF YOU WANT TO SHOW IT AT THE CENTER
<b:if cond='data:blog.pageType == "item"'>
<div align="center">
Your Converted Chitika Code Here (Saved in notepad)
</div>
</b:if>
So, Now it’s your turn to
earn handsome amount of money through an advertising.I
f you know about any other method, do let us know in the comments.
No comments