Have you wondered how to add Adsense ad unit in post left or right corner in post content? This was my first question when I switched to wordpress. As you can see many wordpress blogs have ad units embedded in top left or right corner of the post content see example.
This Adsense ad unit in top left or right corner have highest CTR on my blogs like software Testing blog. Adding this ad unit is very simple and requires a bit of code before and after your regular Adsense ad script.
If you want to add a ad unit in Top left corner of your post then just include following lines in your ad code.
<div style=”display:block;float:left;margin: 0px 10px 0px 0px;”>
Your Adsense ad script
</div>
Just change the <div> float tag to “right”, if you want to place ad unit at right corner. The 250×250 square ad unit is most appropriate for this ad placement.
If you are using adsense delux or Adsense Manager plugin for ad management then add the same code before and after your ad tag. i.e
<div style=”display:block;float:left;margin: 0px 10px 0px 0px;”>
<–adsense unit name–>
</div>
Adsnese unit in middle of the post disturb the reading flow so its better to have ad units at the begging of the post. If you have any query adding this ad unit in your blog post let me know.