Wrap Adsense Inside Post


How to wrap adsense inside the post? That’s the question I’m always hear from a beginner in adsense. Many beginner in adsense getting frustated and give up when they’re trying to make the adsense ads wrapped inside their post.
With wrapping the adsense ads inside the post, it would boost more clickthroughrate (CTR) for publishers. That’s why many publisher want to make their ads being wrapped inside the post to make it blend with the post.
To make the adsense ads wrap inside your post or your contents, you need to know the size of the ads that would be wrapped at your post. This is very important things you have to know.
Wrapping adsense or another ads inside the post actually is simple ways to do, but you must know that adsense ads or another ads have many various type of ads size and that would be make different coding for each ads to make the adsense ads wrap inside the post.
Here are the codes to wrap adsense inside the post :

<div style=”float:left; width:$$px; height:##px;”>

Your adsense codes goes here

</div>

I will try explaining the codes once by once………
(1) style=”float:left;
This means that your adsense ads will be wrapped at the left side of your contents. If you want to make the adsense ads wrapped at the right side of your contents, you could change the value of “left” with “right”.
(2) width:$$px;
The “$$” would be the width of your ads PLUS 2 px. This additional px is useful to make some space between the ads and the contents.
eg. If you have the adsense ads with 336px width value, you must fill the “$$” with 338px.
(3) height:##px;
The “##” would be the height of your ads PLUS 2 px. This additional px is have the same purpose as the width (make some space).
eg. If you have the adsense ads with 280px width value, you must fill the “##” with 282px.

If that example being jointed then it would say like this :
<div style=”float:left; width:338px; height:282px;”>

336×280 Large Rectangle type ads here

</div>

In some editor, the <div> set tags would be changed automatically into <p> set tags.
That would be no problem. Just make sure that your wrapped adsense ads is working correctly and the adsense ads wrap inside your posts.


Tags: , , , , , , ,


Bloom in ADSENSE |
Monday, March 5th, 2007
Related Post:
How to Insert AdSense Codes Inside Post ?
How to Insert Multiple AdSense Inside Post?
How to Make Submit Links to Social Bookmarks?
How to Display Ads Depends on the Length of Content ?
Adsense Inside News

2 Responses to “Wrap Adsense Inside Post”

  1. arty Says:

    hello i think you forget to tell where we should place this code?

  2. angellica2017 Says:

    :) Thanks for reminding me…
    You should place the codes inside the tags and locate the codes at your template. The codes will works well if it’s provided at the beginning of your post.
    Open up your template and find the html code such as “entry” or “content”.
    Place the codes near that html code and your ads will be wrapped inside your post.

Leave message (spam will be banned) :

XHTML: You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>