- download a plugin here.
- Once you downloaded the file; unzipped it.
- I use FireFTP to upload the unzipped file to this folder /wp-content/plugins/. But you can use whatever FTP you want.
One more thing you need to do before you can use this plugin. That is you need to edit adsense.php otherwise you can’t earn money because those codes are not yours.
Open adsense.php file, search down to the middle, and find the lines of <!– Begin Google Adsense code –> and <!– End Google Adsense code –>. You need to put your Google Ads between these two lines. Make sure you use the following codes to wrap around them. What I mean is your codes should look like the one below:
|
<!– Begin Google Adsense code –>
</div> <!– End Google Adsense code –> |
You can change to float right, left or center; adjust 5px to meet your needs. By the way margin: 5px 5px 5px 5px represents for top, right, bottom, and left margin spacing respectively. After you made your changes, make sure you save it and upload it back to this folder: /wp-content/plugins/adsense/.
Now login to your WordPress Dashboard, click on Plugins on the Menu Bar, and make sure you activate Adsense. You should see a new button, Adsense, on your editor’s Code Button. Now go ahead and try to click on Adsense button and place the ads wherever you want it to be. See mine on this post. Hope you enjoy it like I do!
If you are using Google Blogger, you’ll find How to Wrap Your Blogger Post Around Google Ads? and How to Wrap AdSense Ads Around and Inline Beside Blogger Post Content very useful.
| US $19.97 End Date: Tuesday Feb-09-2010 13:21:37 PST Buy It Now for only: US $19.97 Buy it now | Add to watch list |
| US $19.97 End Date: Tuesday Feb-09-2010 13:22:30 PST Buy It Now for only: US $19.97 Buy it now | Add to watch list |
Related articles
How To Wrap Content Around Google Adsense Ads
How to easily wrap text around Google Adsense or Chitika ads




























































Awesome. Thank you for this!
I am glad it can help. Thank you for your nice words and thank you for visiting.
It is useful. Thanks.
Hi! Thanks for the help.. have been playing with layout on a (very!) new site http://www.willitchangeyou.com – pleased to report I can now wrap adsense!
Cheers
Thank s Nature and Taeran for leaving comments here.
Happy to hear that it worked out for you.
Adds show up but they don’t wrap. whats the deal
Hello Nick;
Thanks for visiting.
Yes, I checked your site. Ads showed up but it was not wrapped by your contents.
Are you using WordPress platform because this post was written for WordPress blogs. However, you can just add Google Ads in your index.php or index.html files if you know how. Make sure use these two lines. They are the key components of wrapping your ads:
<div style=”display: block; float: right; margin: 5px 5px 5px 5px;”>
Your Google Adsense codes go here
</div>
Hope that helps. Let me know it works or not.
Keep up the good work.
Thanks for your help. I have been trying to get text to wrap on http://sirduke.com and couldn’t figure out what the problems was. Once I saw your code I inserted “display:block” and I am good to go! Thanks again!