Side by Side Adsense Placement
How to put two AdSense ads side by side. One on the left, another on the right
These tutorial can be implemented in a self-hosted wordpress blog and in any blogger.com / blogspot powered blog.
CONTENTS
Here’s two codes you need to place inside the wordpress theme or blogger template:
Code 1 for left side: <div style=”display:block;float:left;margin: 5px 5px 5px 5px;”> Adsense code 1 here </div>
Code 2 for right side: <div style=”display:block;float:right;margin: 5px 5px 5px 5px;”> Adsense code 2 here </div>
Where to put the code?
I. For Self-Hosted WordPress Blog
You may place the code in single.php or index.php
- Login to your wordpress admin blog -> Appearance
- Editor -> single.php or Editor -> index.php
- Click [Update File] to save the change. Done.
- Putting inside Page Element
- Login to blogger.com -> Layouts
- Page Elements -> HTML / JAVASCRIPT -> drag and drop where you want to put it
- Add two codes above along with Adsense codes
- Click [Saves]. Done.
- Placing inside the Template
- Login to blogger.com -> Layouts -> Edit HTML -> check/thick Expand Widget Template
- Put the two codes above + AdSense codes wherever you want.
- Save Template. Done.
Notes:
- The two ads ideally should have the same size e.g. 250×250 on the left, and 250×250 on the right, etc.
- You may put Adsense on the left, and other ads such as AdBrite on the right.


thanks for the tips, i may apply it later
Mas Fatih, apakah script HTML tersebut dapat digunakan dengan memasukan kode dari situs iklan lain tapi tetap terpasang di side bar?
Was able to make it work in my http://www.thedisciplers.com blog. Thanks a lot dude!!!
Thank you very much! This is the what I was looking for 3 months. I put the code below in header.php