Ads inside posts have a higher CTR , higher CTR means more money. Wrapping adsense code is violating the adsense TOS, here is a way to place the ads without violating the TOS.1. First of all place ads between posts
2. Go to Layout , Edit HTML and check the Expand Widget Templates checkbox
3. Find the
- If you want to place the ads right under the posts title copy the following code before the above code line
- If you want to place the ads at the end of your posts copy the following code after the above code line
<b:if cond='data:blog.pageType == "item"'>4. Save your template.
<b:if cond='data:post.includeAd'> <data:adEnd/>
<data:adCode/> <data:adStart/> </b:if>
</b:if>
Comments
Post a Comment