1. Advertising
    y u no do it?

    Advertising (learn more)

    Advertise virtually anything here, with CPM banner ads, CPM email ads and CPC contextual links. You can target relevant areas of the site and show ads based on geographical location of the user if you wish.

    Starts at just $1 per CPM or $0.10 per CPC.

Wordpress and adsense

Discussion in 'Placement / Reviews / Examples' started by James Woods, Oct 3, 2006.

  1. #1
    How would I go about placing a 300x250 ad into a wordpress post? I know you can in-line images but not adsense, any ideas?
     
    James Woods, Oct 3, 2006 IP
  2. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #2
    search google for adsense + wordpress

    adsensedeluxe is ur answer ;)
     
    commandos, Oct 3, 2006 IP
  3. James Woods

    James Woods Banned

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    I'm using that, but I'm talking about how to put it into a page where the ads are inside the article to the left and the writing is to the right, intergrated style.
     
    James Woods, Oct 3, 2006 IP
  4. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #4
    well just integrate it in the template in your theme .

    if u want it on each post , edit the single.php file and place it where you want ...
     
    commandos, Oct 3, 2006 IP
  5. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Use Mighty Adsense, which allows you to insert the maximum 3 ads on your front page and an ad format of your choosing on the top or bottom of your single and individual pages. Right now the site is down, but once it's up you can download a copy of the plugin here.

    http://mightyhitter.com/mightyadsense-21-easy-adsense-integration-with-wordpress.html
     
    jackburton2006, Oct 3, 2006 IP
  6. James Woods

    James Woods Banned

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I know how to ad adsense, I'm using a plugin. I will have 20 articles a page so I don't want them showing up on every article, or are you talking about not showing up in the front page summaries and when you click on the article it'll show an ad inside the article?
     
    James Woods, Oct 3, 2006 IP
  7. jawednazarali

    jawednazarali Guest

    Messages:
    254
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #7
    hmm interesting i have been looking for this and found some way outs. check out Jawed's Blog

    What I have done I have changed my home page, just showing summary of the posts on the page.

    I am using adsense delux, and I put adsense delux code in each post.

    there is a floating property of tags like <div><p> etc...
    <p style="float:right;margin-right: 10px;padding-left: 15px; "><!--adsense--></p>

    OR

    <p class="floatR"><!--adsense--></p>
    put following code in your theme style.css file.
    
    .floatL
    {
    	float: left;
    	margin-right: 10px;
    	padding-left: 15px;
    }
    
    .floatR
    {
    	float: right;
    	padding-left: 15px;
    	padding-right: 10px;
    }
    Code (markup):
    If some one has better ideas please share with us.
     
    jawednazarali, Oct 3, 2006 IP
  8. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Dude, just go to the site I linked and see if it's what you need, okay?
     
    jackburton2006, Oct 3, 2006 IP
  9. James Woods

    James Woods Banned

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I already said, I'm using Adsense deluxe.
     
    James Woods, Oct 3, 2006 IP
  10. commandos

    commandos Notable Member

    Messages:
    3,648
    Likes Received:
    329
    Best Answers:
    0
    Trophy Points:
    280
    #10
    try something like this :


    
    <div style=”display:block;float:left;margin: 5px 5px 5px 5px;”> 
    
    // google code 
    
    </div>
    
    
    Code (markup):

    is this what u meant ??????????????????
     
    commandos, Oct 3, 2006 IP
  11. jackslounge

    jackslounge Peon

    Messages:
    434
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    0
    #11
    In adsense deluxe, use this code:

    <div style="display:block;float:left;padding-left:10px;
    padding-top:5px;padding-right:18px;padding-bottom:24px;
    background-image: url(http://www.jacks-lounge.com/wp-includes/images/adsensebg200x200.JPG);">
    
    <script type="text/javascript"><!--
    google_ad_client = "XXXXXXXXXXXX";
    google_alternate_ad_url = "http://www.alternateurl.com/show?memid=XXXX&size=200x200";
    google_ad_width = 200;
    google_ad_height = 200;
    google_ad_format = "200x200_as";
    google_ad_type = "text_image";
    //2006-09-28: TopBanner
    google_ad_channel ="0405378942";
    google_color_border = "FBFBFD";
    google_color_bg = "FBFBFD";
    google_color_link = "333333";
    google_color_text = "333333";
    google_color_url = "0066CC";
    //--></script>
    <script type="text/javascript"
      src="http://pagead2.googlesyndication.com/pagead/show_ads.js">
    </script></div>
    Code (markup):
    You'll need to make your own BG images and play with the padding for the different ad size, but to see the result, look at the first site in my sig. It's worth it, and adsense said what I have done is fine with their TOS.

    If you dont want an image background, just take that bit out.

    I know this response is largely identical to th previous one, but I thought you might like images as well..
     
    jackslounge, Oct 3, 2006 IP
  12. jackburton2006

    jackburton2006 Peon

    Messages:
    5,296
    Likes Received:
    282
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Nevermind. You apparently know everything already. :rolleyes:
     
    jackburton2006, Oct 3, 2006 IP
  13. increseo

    increseo Peon

    Messages:
    241
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #13
    increseo, Oct 3, 2006 IP
  14. James Woods

    James Woods Banned

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #14
    It does the same as Adsense Deluxe, so what's your point?
     
    James Woods, Oct 4, 2006 IP
  15. Ibn Juferi

    Ibn Juferi Prominent Member

    Messages:
    6,221
    Likes Received:
    365
    Best Answers:
    0
    Trophy Points:
    310
    #15
    I prefer using the Adsense Injection plugin, much more easier and it will automatically add Adsense to all your posts in your blog. Do a search for it in Google.

    - MENJ
     
    Ibn Juferi, Oct 6, 2006 IP
  16. James Woods

    James Woods Banned

    Messages:
    84
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    Using it now, thanks guys!
     
    James Woods, Oct 6, 2006 IP