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.

Is there a wordpress plugin that automatically plugs ads in the middle of posts?

Discussion in 'AdSense' started by crazlunatic, Mar 2, 2009.

  1. #1
    I've seen a couple of blogs that plug ads in the middle of their posts. Not at the very top or bottom but in between if you know what I mean (usually adsense)

    Does anyone know what plugin to use? I'd imagine the CTR for that kind of placement is rather high.

    Thanks
     
    crazlunatic, Mar 2, 2009 IP
  2. mdamin76

    mdamin76 Well-Known Member

    Messages:
    1,752
    Likes Received:
    146
    Best Answers:
    0
    Trophy Points:
    153
    #2
    I guess you should try "WhyDoWork Adsense Plugin".
     
    mdamin76, Mar 2, 2009 IP
  3. retsek

    retsek Peon

    Messages:
    612
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Here's what I use:

    In single.php replace <?php the_content(); ?> with

    <?php
    $content = apply_filters('the_content', $post->post_content);
    $save = explode("</p>", $content);
    $count = 0;
    $arrsize = count($save);

    foreach ($save as $a) {
    if ($count == 5) {
    echo "<div style=\"margin-right:10px; margin-top:-2px; float: left; display: block;\">";
    ?>

    ADSENSE CODE HERE


    <?php echo "</div>";
    }

    $count = $count + 1;

    echo $a. (($count == $arrsize) ? "" : "</p>");
    }
    ?>

    That will put your adsense block after the 5th paragraph and it'll left align and float it nicely with the post content.
    edit...I take no credit for it. I probably found it somewhere on the interwebs and have been using ever since in all my themes.
     
    retsek, Mar 2, 2009 IP
  4. echipvina

    echipvina Active Member

    Messages:
    145
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    51
    #4
    Thank "retsek " Like Post
     
    echipvina, Mar 2, 2009 IP
  5. ClassHelper.org

    ClassHelper.org Guest

    Messages:
    273
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Very nice tip; rep headed your way :).
     
    ClassHelper.org, Mar 2, 2009 IP
  6. aniani

    aniani Peon

    Messages:
    519
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    0
    #6
    I also use whydowork adsense plugin... this is the best of the lot available as of now...

    Ani
     
    aniani, Mar 3, 2009 IP
  7. retsek

    retsek Peon

    Messages:
    612
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    0
    #7

    Thanks. I find the 300x250 unit works best inside posts. If your post has an image try to resize and position it so that its to the right of the ad unit. And since it's 300x250, there's higher chance of an Image Ad being displayed. Good relevant rich media ads look like part of the post and almost always get clicked by alot of readers.

    Make sure no other ad unit appears before the one in your post. (not even link units) That way the highest paying ads are always displayed where they are most likely to be clicked.

    Then place your big 336x280 at the bottom to catch those who didn't click the first time around.
     
    retsek, Mar 3, 2009 IP
  8. Alex Brooks

    Alex Brooks Banned

    Messages:
    523
    Likes Received:
    5
    Best Answers:
    0
    Trophy Points:
    0
    #8
    I use Easy AdSenser and it has this feature a long with quite a few others, I'd suggest trying it out. :)
     
    Alex Brooks, Mar 3, 2009 IP
  9. JulieV

    JulieV Guest

    Messages:
    607
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #9
    I used max banner ads or adsense manager. Both are very good in trying to to your adsense widgets. I prefer Max Banner Ads or Adsense Manager. It is very easy to use and you can just upload it to your wordpress and easy to install. best of all its free.

    JulieV
     
    JulieV, Mar 3, 2009 IP
  10. alishazshroff

    alishazshroff Banned

    Messages:
    70
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    i am using mightyadsense is that any different from "whydowork adsense plugin" ?
     
    alishazshroff, Mar 3, 2009 IP
  11. ghazz

    ghazz Peon

    Messages:
    719
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Look up the "administer" plugin for WP. It creates advertising spots, anywhere that you place the code, and you can put in adsense, other banners, anything you want. It's all managed via a control panel in the admin dashboard.
     
    ghazz, Mar 3, 2009 IP
  12. coolsleek

    coolsleek Active Member

    Messages:
    424
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    53
    #12
    You can also try adman plugin. You can put ads on your home page, middle or bottom of post. You can even restrict ad to be on a post. This is good if you are doing paid reviews.
     
    coolsleek, Mar 3, 2009 IP
  13. Recc1

    Recc1 Member

    Messages:
    49
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #13
    Adsense Injection 20 is very easy and good to use.......you won't beleive how good it is and its Free!

    Just google it.
     
    Recc1, Mar 3, 2009 IP
  14. Sake7

    Sake7 Well-Known Member

    Messages:
    1,098
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    110
  15. SabQat

    SabQat Peon

    Messages:
    675
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #15
    yes, use adsense manager
     
    SabQat, Mar 10, 2009 IP
  16. flippy07

    flippy07 Peon

    Messages:
    117
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #16
    try simple adsense insertion
     
    flippy07, Mar 10, 2009 IP
  17. vannarith

    vannarith Active Member

    Messages:
    1,814
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    50
    #17
    thz for the info here. i have run wp for long time but i cant find any way to add adsense in the middle or below title or at the bottom. i can only add it at the side bar only
     
    vannarith, Mar 25, 2010 IP
  18. etc

    etc Well-Known Member

    Messages:
    3,232
    Likes Received:
    30
    Best Answers:
    0
    Trophy Points:
    158
    #18
    i use ad manager to simply insert ads inside a post.
     
    etc, Mar 25, 2010 IP
  19. vannarith

    vannarith Active Member

    Messages:
    1,814
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    50
    #19
    i hope it work great for me too!
     
    vannarith, Mar 25, 2010 IP
  20. SOULZRIPPER

    SOULZRIPPER Well-Known Member

    Messages:
    2,382
    Likes Received:
    39
    Best Answers:
    0
    Trophy Points:
    165
    #20
    You can try Adsense manager. It lets you add ads in the middle of the post and elsewhere.
     
    SOULZRIPPER, Mar 25, 2010 IP