Go Back   WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum
Register Blogs FAQ Social Groups CalendarHelp Desk

Reply
 
LinkBack Thread Tools
Old 05-07-2009, 06:13 PM   #1
HyperActive Warrior
 
archkre's Avatar
 
Join Date: Dec 2007
Location: , , USA.
Posts: 168
Thanks: 5
Thanked 1 Time in 1 Post
Contact Info
Send a message via ICQ to archkre
Default Two 250x250 Adsense side by side?

How do I put two 250x250 Adsense ads side by side, in my Wordpress theme right
below the title of a post in the first fold?

Thank you
archkre is offline   Reply With Quote
Old 05-07-2009, 06:23 PM   #2
I.C.Hope
War Room Member
 
Intrepreneur's Avatar
 
Join Date: Apr 2009
Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
Contact Info
Send a message via Skype™ to Intrepreneur
Default Re: Two 250x250 Adsense side by side?

Quote:
Originally Posted by archkre View Post
How do I put two 250x250 Adsense ads side by side, in my Wordpress theme right
below the title of a post in the first fold?

Thank you
I beleive a float right and left will do the trick..

So wrap one like this

Quote:
<div style=”display:block;float:left;margin: 5px 5px 5px 5px;”> 'adsense code 1' </div>
and the second like this

Quote:
<div style=”display:block;float:right;margin: 5px 5px 5px 5px;”> 'adsense code 1' </div>

I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
Intrepreneur is offline   Reply With Quote
Old 05-07-2009, 06:32 PM   #3
Senior Warrior Member
 
captivereef's Avatar
 
Join Date: Jun 2007
Location: Milwaukee, WI
Posts: 1,712
Thanks: 1
Thanked 62 Times in 41 Posts
Default Re: Two 250x250 Adsense side by side?

careful with that layout . If you have ads above the content below the title Google will frown on that and may ban you. They had a post on their adsense blog late last year on that type of layout. Basically if the title apears to be misleading you are in violation. Very grey area in terms of TOS. They got me that way!

captivereef is offline   Reply With Quote
Old 05-07-2009, 06:43 PM   #4
HyperActive Warrior
 
archkre's Avatar
 
Join Date: Dec 2007
Location: , , USA.
Posts: 168
Thanks: 5
Thanked 1 Time in 1 Post
Contact Info
Send a message via ICQ to archkre
Default Re: Two 250x250 Adsense side by side?

Quote:
Originally Posted by Intrepreneur View Post
I beleive a float right and left will do the trick..

So wrap one like this



and the second like this
Please, could you elaborate that?
In what part of my theme should I copy that code, maybe in style.css?

And where within style.css if affirmative?
Thank you
archkre is offline   Reply With Quote
Old 05-07-2009, 06:55 PM   #5
I.C.Hope
War Room Member
 
Intrepreneur's Avatar
 
Join Date: Apr 2009
Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
Contact Info
Send a message via Skype™ to Intrepreneur
Default Re: Two 250x250 Adsense side by side?

No not style, each time you want to insert your code you use this
Quote:
<div style=”display:block;float:left;margin: 5px 5px 5px 5px;”> 'adsense code 1' </div>
Where 'asense code' is where you insert your adsense code.. The above code puts your code to the left, replacing the word "left" with the word right will put your adesne code on the right hand side.

I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
Intrepreneur is offline   Reply With Quote
Old 05-07-2009, 07:57 PM   #6
HyperActive Warrior
 
archkre's Avatar
 
Join Date: Dec 2007
Location: , , USA.
Posts: 168
Thanks: 5
Thanked 1 Time in 1 Post
Contact Info
Send a message via ICQ to archkre
Default Re: Two 250x250 Adsense side by side?

Quote:
Originally Posted by Intrepreneur View Post
No not style, each time you want to insert your code you use this


Where 'asense code' is where you insert your adsense code.. The above code puts your code to the left, replacing the word "left" with the word right will put your adesne code on the right hand side.
I use Wordpress!
And add my adsense through a plugin.
Where do I add that code in that case, please?
archkre is offline   Reply With Quote
Old 05-07-2009, 08:21 PM   #7
I.C.Hope
War Room Member
 
Intrepreneur's Avatar
 
Join Date: Apr 2009
Location: Northern Ireland
Posts: 2,515
Thanks: 446
Thanked 227 Times in 181 Posts
Contact Info
Send a message via Skype™ to Intrepreneur
Default Re: Two 250x250 Adsense side by side?

You cant do it if using a plugin this needs to be done by hand at the top of your posts.. You can also do it by finding the particular fuctions in your template so that it appears everytimt that function is called, I' gussing you've never been inside your theme editor to see all this wonderful code to play with?

I want a good keyword researcher, not for min sites but for tech articles. Hit me up if you've got those skillz!
Intrepreneur is offline   Reply With Quote
Old 05-08-2009, 07:24 AM   #8
HyperActive Warrior
 
archkre's Avatar
 
Join Date: Dec 2007
Location: , , USA.
Posts: 168
Thanks: 5
Thanked 1 Time in 1 Post
Contact Info
Send a message via ICQ to archkre
Default Re: Two 250x250 Adsense side by side?

Quote:
Originally Posted by Intrepreneur View Post
You cant do it if using a plugin this needs to be done by hand at the top of your posts.. You can also do it by finding the particular fuctions in your template so that it appears everytimt that function is called, I' gussing you've never been inside your theme editor to see all this wonderful code to play with?
Cool guess: What files inside my wp-theme do I have to copy the given code to, anyone?
Thank you
archkre is offline   Reply With Quote
Old 05-08-2009, 09:10 AM   #9
Plundering the Web
War Room Member
 
paulgl's Avatar
 
Join Date: Feb 2007
Location: , , .
Posts: 4,412
Thanks: 668
Thanked 1,002 Times in 775 Posts
Default Re: Two 250x250 Adsense side by side?

Editing wordpress themes can be a pain in the butt.
css and other stuff make it a tedious and hit and miss
prospect. Adding raw html can also be a pain.

I think putting 2 of those side by side in the area you
want is a little much.

My advice is to scrap your current theme and do
a search for themes with adsense blocks built in.
Very, very easy then. It does sound as if you are
a little iffy in changing code. So, this may be your
best option.

IMHO you will never find the perfect theme or layout.
Just get as close as you can. Or, if you have a little
cash, get a custom designed theme which will do
exactly what you want.

Paul

Missed the last one? Don't be late on next freebie backlink space.
paulgl is offline   Reply With Quote
Old 05-08-2009, 11:12 AM   #10
Active Warrior
War Room Member
 
lalit.burma's Avatar
 
Join Date: Apr 2009
Location: India
Posts: 47
Thanks: 5
Thanked 3 Times in 3 Posts
Social Networking View Member's Twitter Profile 
Contact Info
Send a message via MSN to lalit.burma Send a message via Yahoo to lalit.burma
Default Re: Two 250x250 Adsense side by side?

Go to

Main Index Template (index.php) and look title and after that you will have to start experiment. But before that save Main index in some notepad
lalit.burma is offline   Reply With Quote
Old 08-15-2010, 07:02 PM   #11
Warrior Member
 
Join Date: Apr 2010
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Re: Two 250x250 Adsense side by side?

Here is an example is here at www dot CareersPartTime dot com. I opened up my "Main Index" or index.php. Carefully observe or examine the beginning code, some of which begins the loop. Stay above this. This method works for your home page. Now if you would like to add this feature in a single post find the single.php and follow the above step. Pay close attention to where you are inserting code. If you would like it right above the content & right below the title find the { <?php the_content(''); ?> } and insert directly above this line of code.

I hope this helped.

WebRiver
WebRiver is offline   Reply With Quote
Old 08-15-2010, 09:31 PM   #12
Plundering the Web
War Room Member
 
paulgl's Avatar
 
Join Date: Feb 2007
Location: , , .
Posts: 4,412
Thanks: 668
Thanked 1,002 Times in 775 Posts
Default Re: Two 250x250 Adsense side by side?

Quote:
Originally Posted by WebRiver View Post
Here is an example is here at www dot CareersPartTime dot com. I opened up my "Main Index" or index.php. Carefully observe or examine the beginning code, some of which begins the loop. Stay above this. This method works for your home page. Now if you would like to add this feature in a single post find the single.php and follow the above step. Pay close attention to where you are inserting code. If you would like it right above the content & right below the title find the { <?php the_content(''); ?> } and insert directly above this line of code.

I hope this helped.

WebRiver
Old thread.

It helped. it helped show how not to put adsense on a page.

This is an old thread, but somebody already mentioned that if you have no
content above the fold, but adsense, you are breaking TOS.

Granted, I have bad eyes and can only tolerate 1024 x 768, but I believe that
setting is popular. And I am using a laptop with a 15 inch screen.

But I assume millions do the same.

No content above the fold on my setting. Bad idea.

paul

Missed the last one? Don't be late on next freebie backlink space.
paulgl is offline   Reply With Quote
Old 12-12-2010, 08:31 AM   #13
Warrior Member
 
celopereira's Avatar
 
Join Date: Aug 2010
Posts: 22
Thanks: 1
Thanked 0 Times in 0 Posts
Default Re: Two 250x250 Adsense side by side?

Thanks Intrepreneur. That's exactly what I am looking for.

I tried many other ways i got from internet but none of them worked for me.

This piece of code is perfect.
celopereira is offline   Reply With Quote
Reply

  WarriorForum - Internet Marketing Forums > The Warrior Forum > Adsense / PPC / SEO Discussion Forum

Tags
adsense, side

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off



All times are GMT -6. The time now is 04:23 AM.