Adsense inline with WordPress blog posts

I was reading this book about optimizing Google’s Adsense (What Google Never Told You About Making Money with AdSense!). In it, Joel Comm describes how he went from $900/month in Adsense revenue to $15,000+/month! Oh, man! It was too juicy to pass up! One of the many things he talks about is integrating your ads into your site. You’ll have to read the book for all the details, but this plug-in should help.

So, I knew I wanted to put Adsense ad blocks in the middle of WordPress posts. I knew I could do it with some simple hacks to WP, but I thought it should be a plugin. It turned out to be remarkably easy to do, and it turned into my first WP plugin. Of course, I “sampled” lots of code from pioneers who went before me.

Adsense — in case you don’t know, is Google’s little advertising engine for non-Google sites. You know when you see Google ads on a site somewhere, and it says “Ads by Gooooogle” or somesuch? That’s it.

Google has some rules about how you place Adsense code on your site, though, and how many Adsense blocks can appear on a page (two?). I haven’t tried to accomodate these rules in this plugin yet. I probably will have to do that down the road. Caveat emptor.

The plugin [download] is pretty straightforward. Put it in your wp-content/plugins directory, then go to your Plugins configuration page and click Activate.

You’ll need to customize the Adsense code in the plugin itself. Look in the adsense.php file. In the first function there’s a block that says “Begin Google Adsense code”. You want to replace the lines between that line and the one that says “End Google Adsense code” with your actual adsense code provided to you by Google. Otherwise, you’ll be showing ads for me. :-)

Once you activate the plugin, you should notice a new button on your Quicktags toolbar. The new button is “Adsense”, and it works like “more”. Click it to insert the Adsense tag, and enjoy the newfound wealth. :-)

Here’s an example:

[Edit: sometimes I see the ads, and sometimes I don’t. It’s just Google’s peskiness. You can view the source and see the ad code is there.]

Because of Google’s policy on multiple ad blocks per page, I recommend that you always place a “more” tag before the “adsense” tag. This way, users will only see the ad if they click the blog entry to see the full thing. Otherwise, you may have several uncontrolled entries on a page all showing the ads. And Google may frown mightily upon you.

801 Responses to “Adsense inline with WordPress blog posts”

  1. teli Says:

    Cool - thanks for writing this plugin, much appreciated. I haven’t tested it yet, but will let you know how it goes :D

  2. Jamie Says:

    The limit is three Adsense blocks per page. It’s in the Program Policies.

  3. abhi Says:

    Good work! I just installed it on my site and its working. Thanks a lot… :)

  4. Jamie Says:

    Phil, I was wondering if your plugin is open source. I would like to know before I edit it for another purpose. Please email me with permission if that is necessary.

  5. Marc Says:

    Many thanks! Very useful plugin! Works perfectly at www.macalua.com :)

  6. Debbie Says:

    Great little tool, worked like a charm!, Thanks!
    Is it possible to create a plugin like this for an RSS feed? I’ve been trying to find a way to make by RSS feed blend in with the page better.

  7. Alex Says:

    Great plugin! I am using it on both of my sites: TiVoBlog & RaianoFamily.

    Thanks!

  8. Darshan Jog Says:

    Hi! Thanks for this Plugin. Implemented it fine. But just one Question. Do I have to generate Adsense code with FRAME option enabled or without it.

    When I enable FRAME option & generate Code I can see ADs related to Blogs only.

    But, when I disable FRAME option while generating, I see only Public Service ADs & only sometimes an AD related to Blogs.

    Anyone can help me out? Please.

    My email darshanjog.jog@gmail.com

  9. Richard Prosser Says:

    Is there a way to display the ads. on every content page? I tried putting the tag in the default theme index.php but that didn’t seem to do anything.

    Thanks …

  10. Dave Says:

    Thakns very much for the adsense plugin, but when used with another custom quicktag with a form script it doesnt work, even when it’s not on the same page. Any ideas how to solve it?

  11. Richard Brown Says:

    Hi
    I have used the code sucessfully on one site www.abistudios.co.uk but seem unable to get it to work on any other sites.
    Can you help?
    Rich

  12. phord Says:

    Dave and Richard(s)… Sorry I’ve been out. Did you get your problems resolved with this plugin?

  13. Sean Says:

    Hi,

    Thanks for the plugin. Was easy to install but got one problem with it. If I press the Adsense button nothing happens at all, so I have to manually insert where I like the ad to appear.

    Any suggestion on how I can get the button problem solved?

  14. Frank Says:

    Nice job! Was wondering if you could adapt this to use non google, (as in my own customers) ads? I have three companies that might support my blog if I could run their ads. What do you think?

    cheers

    Frank

  15. Audrey Says:

    Hi….. I have a problem. I’ve installed this plugin probably a dozen times and even though I can see the ads in my posts I am getting this in the header of my dashboard.

    Warning: Cannot modify header information - headers already sent by (output started at /home/twotails/public_html/random/wp-content/plugins/adsense.php:114) in /home/twotails/public_html/random/wp-admin/admin.php on line 6

    Warning: Cannot modify header information - headers already sent by (output started at /home/twotails/public_html/random/wp-content/plugins/adsense.php:114) in /home/twotails/public_html/random/wp-admin/admin.php on line 7

    Warning: Cannot modify header information - headers already sent by (output started at /home/twotails/public_html/random/wp-content/plugins/adsense.php:114) in /home/twotails/public_html/random/wp-admin/admin.php on line 8

    Warning: Cannot modify header information - headers already sent by (output started at /home/twotails/public_html/random/wp-content/plugins/adsense.php:114) in /home/twotails/public_html/random/wp-admin/admin.php on line 9

    No matter how I edit the plugin, I get that. If I leave the and what you wrote in between, it’s fine. What am I doing wrong?

  16. Some guy Says:

    Check to make sure there aren’t any blank lines at the top or bottom of the plugin php file.

  17. Shob Says:

    hey,
    This plugin didnt work for me in 1.5, i can see adsense button and it does not intsert adsense,any suggestion(s)?
    Thanks for nice plugins by the way.
    SG

  18. Sean Says:

    Tried to reinstall the plugin several times, checked for blank lines and more … but it still doesn’t work 100%.

    My problems are:

    1. I can see the Adsense button in my admin area but nothing happen when I press it. So I have to add the manually in each post.

    When I add a ad, I get a blank line above it but /not/ below it, it can be seen if you click on any post on www.seansite.net. Tried to add a , but doesn’t help.

    All help is appreciated!

  19. Mike Hillyer Says:

    Hi There;

    A couple of edits on my part:

    1) I change the $tag value:

    $tag = “”;

    This made life easier as without the it was making my XHTML invalid.

    2) I increased the logic so that I would only see the ad on the individual post pages, except for the first post on the home page:

    /**************************************************************************
    ** All done! No more changes need to be made below this line! Enjoy! **
    **************************************************************************/
    if( is_single() )
    {
    return str_replace( $tag, $adsense_code, $data );
    }
    elseif ( is_home )
    {
    if ( get_option(’firstPost’) )
    {
    update_option(’firstPost’, FALSE);
    return str_replace( $tag, $adsense_code, $data );
    }
    else
    {
    return str_replace( $tag, ‘’, $data );
    }
    }
    else
    {
    return str_replace( $tag, ‘’, $data );
    }

    All I had to do was add update_option(’firstPost’, TRUE); to the home page before the post loop began. Now I get an inline ad for the firt post but not the rest, so that it along with my sidebar ad total two ads no matter now many posts on the homepage.

  20. phord Says:

    Shob: Does the [!–adsense–] tag get added when you click the button? And then the adsense doesn’t appear on your page? Or does the tag not even get added?

  21. phord Says:

    If the Adsense button doesn’t appear:

    The adsense button is added to the edit page with a Javascript function. You may have javascript disabled or you might have an overzealous popup blocker that’s blocking it. (But if javascript is disabled, none of the other buttons would appear…)

    Add this code to your wp-admin/quicktags.js file in the same area where you find the other edButtons entries (around line 24):


    edButtons[edButtons.length] =
    new edButton('Adsense'
    ,'Adsense'
    ,''
    ,''
    ,''
    );

    Sorry I haven’t been keeping up with the comments on the blog. I’ve discovered comment notification was broken in 1.5(!!) but I fixed it now.

  22. Sean Says:

    Thanks for the answer phord. I belive I got the same problem as Shob. I do see the adsense button, but when I press it the [!–adsense–] tag isn’t added to the post and therefor the adsense adv doesn’t appear on the page.

    So what I have to do is manually add [!–adsense–] to the post before I post it, and then the adsense adv. appear on the page.

    - So, the Button appear in the admin area but nothing happen when I press it.

    A second problem I got is that I get a blank line above the adsense adv on the page, but there are no blank line below, as can be seen here: http://www.seansite.net/thailand/bangkok/bangkok-downtown/

    Tries to add a to the script but to no avail. Got an idea how I can get that corrected?

    Thanks for a nice blugin btw :-)

  23. Dave Says:

    Hillyer:
    I had to make further changes to your code to get it working on my server.

    /**************************************************************************
    ** All done! No more changes need to be made below this line! Enjoy! **
    **************************************************************************/

    if( is_single() )
    {
    return str_replace( $tag, $adsense_code, $data );
    }
    elseif ( is_home() )
    {
    if ( get_option(”firstPost”) )
    {
    update_option(”firstPost”, FALSE);
    return str_replace( $tag, $adsense_code, $data );
    }
    else
    {
    return str_replace( $tag, “”, $data );
    }
    }
    else
    {
    return str_replace( $tag, $adsense_code, $data );
    }

    //return str_replace( $tag, $adsense_code, $data );
    }

    copied “update_option(’firstPost’, TRUE);” to the index.php file:
    ./wp-content/themes//index.php
    after the first div

  24. Dave Says:

    oops….

    copied “update_option(”firstPost”, TRUE);” to the index.php file:
    ./wp-content/themes//index.php
    after the first div

  25. phord Says:

    Sean: To add a blank line below the ad, you should be able to simply add it in the edit field in your comment. Or add a [p /] (with angle brackets) into your post instead. Or a [br]. Did you try these?

    The reason there’s a blank line before the ad is that WP puts text inside paragraph tags. And the default behavior of a paragraph tag [p] is to insert a linsepace after a paragraph, but not before. If you put your adsense ad inside a paragraph tag, the blank space should appear, I think.

  26. Mahesh Bhat Says:

    Wow! this is fantasitc plug-in… was really needed. Working great in my blog!
    Thank you very much.

  27. LcF Says:

    any plan to write a adsense plugin that support MULTIPLE ad format?

  28. phord Says:

    Re: multiple ad formats

    Yeah — but I’m not sure how to do it. Should I have mutliple Adsense buttons on the quicktags bar? Or should I have one and have a popup to let you choose which ad to insert? Or let you edit the tag manually?

    I’m going to use the new 1.5 features to add an option dialog to configure the plugin, too.

  29. Mahesh bhat Says:

    Hi Phord,

    I have no technical knowledge. But here is the few suggestion-

    All the multiple ad code should be inserted into adsense.php file. For each ad format different “adcode’ should be given… like, etc

    Whenever we post a new message we can select particular adcode and insert it into our message.

    Thanks

  30. Mark Krynsky Says:

    I got the plugin installed fine but the ads do not appear. If you view the source on my page you can see the adsense code, but there are also plenty of and tags as well. you can view this by going to my site at krynsky.com I’m a newb to WP and can’t figure out the problem. I’m running WP 1.5. Any help would be appreciated.

  31. Jeff Says:

    Hiya,

    Nice adsense plugin…any idea how to get it working with Adsense Gold tracking url, in the directions it says to ad after the AdSense script but i get a parsing error in the plugin when doing that ?

  32. ken1 Says:

    hello!!
    great idea for the plugin but should it work for WP1.5?
    cant get it to wrok on http://www.top-10-list.com/

    any ideas?

    greeetings !

  33. Nigel Says:

    Hi Phord

    This is great - works fine on my site. Thanks.

    Quick question: where is the plugin inserting the code? I’d like to modify it (with a div?) so that the page content wraps around the adsense. I’m new to PHP, so am slow at figuring this out!

  34. phord Says:

    If you put the DIVs around your adsense code in the script, it should work “as expected”. The HTML you insert there goes straight into your post.

  35. andufo Says:

    doesnt work for me. how do i activate the plugin in the frontend? no ads are shown. Should I invoke a function or something?

  36. andufo Says:

    in my case.. no button is shown, the same with de adsense tag.

  37. tinus Says:

    Hi Phord,
    thnx for sharing the wealth ;)

  38. Jack Says:

    Got the button to show. But when I click it, it only reveals the code itself on the blog. So, what you see is the actual code for adsense not the ad showing up???

    Any ideas?

    Thanks, Jack

  39. particle Says:

    It installs fine, inserts fine, but no ads. I seems to have tried everything but cannot get this to work. Any help?

  40. phord Says:

    Jeff: The error you’re seeing may be because the code you’re adding has single-quotes in it. The plugin uses those to mark off the code, so you need to quote them or change them. I can try to help if you email me the code you’re trying.

  41. phord Says:

    Jack: That’s pretty strange. Can you point me to an example of this happening?

    Particle: Do you get the “Adsense” button on your quicktags bar? If you click it, does it add the Adsense tag into your post?

  42. particle Says:

    I don’t see an email address so here is the code

  43. phord Says:

    The code didn’t show up in your post. Email me at phil-at-phord-dot-com

  44. particle Says:

    ug.
    sending

  45. John Coutts Says:

    In the index.php template (wp-content/themes/default/) put your AdSense code between the second and third tags. Your AdSense block will stay on top of every post:

    ==========index.php================

    ================================

  46. Kartik Says:

    Great work…fantastic plugin..You are a genius man!! I liked your plugin very much ..just what I wanted..

  47. Bob Says:

    Most excellent! Just what I have been looking for…..insalled with no problems.

    Thanks phord!

  48. Pheedster SEO Blog Says:

    Phord,

    Simply awesome I say. . .Simply awesome! :)

    I was always trying to add adsense to my posts but to no avail! :(

    The plugin worked the first time out.

    Thank you for your brilliance.

  49. Max Says:

    Great, I use it and it works fantastic. Thank you. I have summarised the steps I took to install this plugin here, as well as how I added search and other ads in the sidebar also.

    Now any clues on how to remove the two question marks? ??

    Thanks Max

  50. Aoteatech Says:

    Adding google adsense to wordpress

    Google adsense is making good use of the long tail. It’s now so easy (and free) to put advertisements onto your pages. Starting a blog and being interested in these sorts of things I decided to trial the service.
    After enrolling, confirming and…

  51. David Chin Says:

    Just what I need! Many thanks for your efforts and generosity!

  52. drazin Says:

    awesome plugin love it. check it out in use at www.dankster.org

  53. Johan Says:

    What a great plugin! Works excellent!

    For those who are having problems with the Adsense button above the post form (Adsense code not being inserted automatically): you might want to check if you have the WP-ContactForm plugin installed. The javascript for inserting the contact form tag, broke all my other plugin buttons.
    A simple workaround: uncheck the “Show ‘Contact Form’ Quicktag” checkbox on the contact form options page.

  54. Tony Zeoli Says:

    Johan,

    That bug fix was so easy, it’s not even funny. Can’t believe that’s all it is, just unchecking that box.

    The next step would be to somehow figure out a way to REMOVE the adsense code once you get to three on a page, so you don’t go over Google’s rules, forgetting that you have code in an older post. I don’t know how that can be done, but I’m sure somone will figure it out.

    Everyone’s problem was that you had to cut and paste the code in a new post, because of the bug…now, I’m sure people will be looking for ways to delete code in old posts without having to actually go into the post and remove it themselves.

    Tony Z.

  55. The Daily Sketch Says:

    Thank you, Johan. Unchecking the ContactForm Quicktag finally made the plugin work. Now it’s rockin’

  56. Kishore Balakrishnan's Blog Says:

    Kaizening the Adsense Plugin for WordPress

    » Adsense inline with WordPress blog posts — from the mind of Phord : …Because of Google’s policy on multiple ad blocks per page, I recommend that you always place a “more” tag before the “adsense” tag. This way, users will only…

  57. Darren Says:

    You rock! Excellent plugin, just what I’ve been looking for!!

  58. Post Says:

    The plugin is working thanks to your genius!

  59. MaxPower Says:

    I added this little tidbit of code to get the adsense block to float inline properly.

    <p style=”float:left;width:251px;padding:8px;
    border:0px solid black;margin-top:15px;
    margin-left;20px;margin-bottom:15px;
    margin-right:30px;”>

    [then the adsense code]

    </p>

    Check it out in use at MaxPower. Nice work making this into a plugin! Really usefull, would be very easy to modify the quick tag and plugin to allow for different style ads (I think).

    Cheers

    [edit: Fixed HTML markup to show up in the comment. You can find the author’s writeup of his changes here:
    Adsense for Wordpress — phord ]

  60. Online » Mejorar el rendimiento de adsense legalmente II Says:

    […] que he encontrado es uno que ya estoy utilizando, se trata de Adsense inline, un plugin de Philhord que funciona bastante bien, aunque se podrían hacer algunas mej […]

  61. shashi Says:

    hi
    thanks a lot..

    its working great..perfectly..

    plugin is perfect….

    thanks a lot..

    thanks
    shashi

  62. Richard Silverstein Says:

    I installed the plugin, activated it & see the adsense quicktag in the ‘Write’ toolbar. But when I type in text into the post box & then click “adsense” nothing happens. What is it supposed to do? I expected that it would insert my adsense code (which I did add to the plugin file). Am I wrong?

  63. Richard Silverstein Says:

    Johan is a genius. I too unchecked the Contact Forum box & adsense is now working. But unlike you, Johan, the Contact Form button had no effect on any of my other quicktag functions.

    Phord, might I suggest that you add this info to the file installation instructions. By my acct. at least 5-6 people in this thread had the exact same problema as I & if we had the problem then countless more who’ve tried to install the plugin have had the same problem.

    It’d save us all time & effort if we knew what the problem was right from the start instead of having to search through the forum & then come here to find the answer.

  64. George Duffus Says:

    I can’t subscribe to your blog. When I copy the link my aggregator, it say it’s not a valid URL.

  65. Darren Says:

    Great plugin but it doesnt work with the WP Contact form. When you deactivate the WP Contact form plugin the adsense plugin works.

    I could see the button but nothing happened when I clicked on it.

    I need to use the WP contact form so I’ll have to deactivate the adsense plugin unless anyone has a solution?

  66. Darren Says:

    Sorry unticking the box in the WP contact form didn’t work for me neither.

  67. phord Says:

    If the Adsense button doesn’t work for you, you can emulate it easily. It doesn’t insert your adsense code into the ad. Instead, it puts in a comment tag like this: <!–adsense–> (for those of you new to HTML, that’s a LESS-THAN, EXCLAMATION, DASH, DASH, adsense, DASH, DASH, GREATER-THAN.)

    If you just type that into your post, you should see the same effect.

    I’m sorry the quicktag button isn’t working for everyone. I’ll try to get something that will work universally in place soon.

  68. Leonieke Says:

    any ideas what plugins might mess up the adsense code?
    somehow I end up with all these lovely (not requested) br’s in my code

    I’ve turned off all textile-markdown-plugins, but the freeby br’s are still added (which in all my other posts I don’t mind)

    any ideas?

  69. Techtorials » Blog Archive » Adsense in WordPress Says:

    […] sense in WordPress I found some awesome WordPress plugins. It’s very easy to use! http://www.philhord.com/phord/adsense-inline-with-wordpress-blog-posts/ This entry was posted on Sunday, July […]

  70. Darren Says:

    Phord, an update..

    There appears to be a clash with the plugin intouch. When I deactivate the intouch plugin I am able to use the quicktag button. I think it also helps unticking the quicktage box on the WP contact form plugin options.

    Once you have clicked on the quicktag button, you can then reactive these plugins, until you need to add another adsense ad.

    Hope this helps a few people out.

  71. Mikhail Esteves Says:

    Nice work!

  72. Tech Dude Says:

    First of all, I am very new to php/blogging. I set up a wordpress blog on insurance and tried to use adsense. I came across the adsense plugin and gave it a try.

    It worked well … but I wanted something slightly different. I found editing index.php, single.php and archive.php gave me exactly what I want:

    1. Dispaly ads between posts (not as part of posts) both on the main blog, archives and categories.
    2. If a particular entry is clicked, the ad should be shown at the end.

    I thought this would be kinda popular requirement but could not find any ready solution. This is what I did (not very elegant but works and please do remember that in the php world I am 1 week old):

    This will display ads after the 1st, 4th and 7th post.

  73. Tiverton Wanderer Says:

    Hi, I’ve got a slightly strange problem on my blog, I’m using the default kubrick template with the latest version or Wordpress, when I insert the adsense tag into my posts it displays fine, however, the adsense adverts that were in my sidebar vanish! The ads under my posts only comprise of two ads, where’as the ads in the sidebar are a block of 5. Is there a way to keep both?

    Thanks for your help, hope you can help.
    [TW]

  74. Tiverton Wanderer Says:

    One other thing, sorry bout this…. if I post the adsense code to more than one post, it only displays on the first post in my blog. Stranger and Stranger….

  75. phord Says:

    Tiverton: I looked at your site. The Google Adsense code is getting inserted into your pages, but I don’t know why the Adsense blocks are not appearing onscreen. There must be some Google explanation for it. I’ll try to experiment a bit and see what it takes to get multiple Google ad blocks onscreen.

  76. Tiverton Wanderer Says:

    Thanks, always appreciated. [TW]

  77. Michele Neylon :: Pensieri » Article » Adsense for Wordpress - my version! Says:

    […] d investigate further. The original adsense plugin for wordpress isn’t full […]

  78. Michelle Says:

    Ok…. I am feeling very very stupid. I have downloaded the adsense.php plugin. I have put it in my wp-content/plugins directory.

    However, when I go to my blog and try to activate the plugin, its not even shown as an option.

    Does anyone know what I am doing wrong?

    Please help! Thanks so much.

  79. Wayne Says:

    Phil, don’t want to take anything away from your adsense plugin, but finding your plugin inspired me to take the concept further in the direction of what I was looking for in this type of add-on.

    Working from your idea and your code, I put together and have been using for a few months now, my AdSense-Deluxe plugin. It has a lot of cool features including definining multiple adsense blocks which can be referenced from posts by name.

    More info is available at: http://www.acmetech.com/blog/adsense-deluxe/

  80. Steve Farmer Says:

    Hi,

    your plugin causes RSS not to work anymore. Could you please let me know how I could fix that.

    Thank you,

    Steve
    http://www.GeekTavern.com

  81. broly Says:

    Ok, i edited the adsense.php file with my info. i uploaded it to the plugins directory, i see the button and it inserts the adsense tag in my post. However, no tags show up.

    http://www.randomofferings.com

  82. Yuval Ararat Says:

    Thank you!
    works like a charm.

  83. Duvy Says:

    this plug-in works great!

  84. Brigs Says:

    Nice work! Thanks for sharing the wealth.

  85. Tiverton Wanderer Says:

    All fixed now, google have updated the way in which ads are served to pages, so I can now display both horizontal and vertical ads with no conflicts whatsoever, thanks for a great plug-in!

  86. Neuromancer in Savannah » Blog Archive » Ad in line of the posts Says:

    […] mph movie trailer available Ad in line of the posts Just followed other’s idea trying to boost my Adsense income, which is still a sh […]

  87. Chris Knight Says:

    Greetings,

    I have been using Adsense on my blog and I think it is fantastic. Last night I updated WordPress to 1.5.3, and something broke. Where Adsense would only display one set of ads per page it now displays several. My first guess is that one of the security fixes in 1.5.3 broke the way you were setting the counter/flag that was used to control how many times Adsense displayed an ad. Have you seen this problem yet?

    -Chris

  88. jeffreybrady.com » Blog Archive » Well… Says:

    […] « Google Well… I added the adsense plugin from here and I hope it starts working. This entry w […]

  89. » Making Sense of Adsense Says:

    […] pposed to work on my WordPress software here at the www.acmetech.com/blog/ and here at the www.philhord.com/blog . Tomorrow, I’ll be trying out these Plug Ins […]

  90. Betamode Says:

    Plugin “WP-Amazon” blockiert(e) andere Plugins

    Das WP-Amazon-Plugin funktioniert zwar eigentlich ganz gut, blockierte bei mir jedoch einige andere Interface-Plugins. Eines der Opfer war das Adsense-Plugin, das wie das WP-Amazon einen Button zu der Quicktags-Leiste hinzufügt. Auch das superpra…

  91. Israel Says:

    I added the plugin to wp but adsense only shows on a few of my posts.
    Adsense won’t show on the main blog page (index.php), only if I go read more it will show ads for some posts.

    http://www.sherpatrek.com/weblog/

    Any suggestions?

    Thanks.

  92. fajarweb[dot]com Says:

    http://www.fajarweb has test it and work. klik http://www.fajarweb.com to review

  93. LuAnn Says:

    I have tried to follow this thread. I am very new at this. I do see the ad but I have errors on the dashboard
    Warning: Cannot modify header information - headers already sent by (output started at /home2/lelliott/public_html/blog/wp-content/plugins/adsense.php:111) in /home2/lelliott/public_html/blog/wp-admin/admin.php on line 10
    many other lines as well. Any help would be appreciated

  94. Jeff Says:

    awesome plugin

  95. khalid Says:

    working fine here thank alot :)

    http://www.petinsurancesupply.com

  96. U. Knightsbridge Says:

    Thanks! Worked fine here: http://www.medicineassociation.com/

    No problems at all! Very good info here.

  97. John Says:

    Thanks a ton, Phil! I tried Moosecandy, but it broke my RSS feed, so I had to dump it. In 10 seconds, your code was running flawlessly on my site. Drop by some time! http://blog.gadgetgurutech.com

  98. harris Says:

    Thanks, i was looking for this plugin to blend my google ads. and by the way, your blog footer looks kinda weird????fix it

  99. Kyle Says:

    Thanks for making this; been looking for something like it. :)

  100. Digital World Says:

    We customized your plugin to show adsense on single posts only between paragraphs and it works great. Good Job.

  101. Serge Says:

    Hi, many thanks for your plugin. It works fine!

  102. Adsense World Says:

    Very interesting (and useful tool) ! We have added it to our directory of Adsense tools.

    If only the Adsense integration at Blogger could be as elegant as this one…

  103. atba Says:

    We japanese like adsense,too.
    But not understading the word”adsense”.

    because Japanese speaks japanese english.

  104. Fanatyk Says:

    Nice.

    But I have only first ad. Adds in 2nd and further posts are invisible :(

  105. Online Web Resources » Blog Archive » Wordpress and Adsense inline Says:

    […] laquo; Adsense in Wordpress Wordpress and Adsense inline Author: PhilHord Download the plugin >> Download here How this plugin works ? Pu […]

  106. Devanshu Says:

    Thanks for the plugin- works perfectly and my websites are all the better for it. Good work :)

  107. Mad Says:

    Thanks for the plugin.

  108. Guile Says:

    Hi, many thanks for your plugin.

  109. Nützliche Wordpress Plugins » Webdesignblog Says:

    […] load) Werbung/Affiliate/Geld verdienen-Plugins Adsense Deluxe (Artikel) (Seite) Amazon Media Manager (Artikel) (Seite) Technorati […]

  110. John Says:

    Works perfectly! Thanks a ton!

  111. Anirudh Says:

    Thanks, it works on http://wwwblog.be

  112. jonathan Says:

    this plugin worked great in wordpress 1.5 but not in 2.0
    what should be done

  113. Cassie Says:

    I was using this plugin in 1.5 but upgraded to 2.0 and it no longer works. Any suggestions or chance of an update?

  114. Chung Says:

    Thanks for the plugin!

  115. Markku Says:

    Thanks for the plugin. It was very easy to install and works, absolutely great work.

  116. Christopher Says:

    Breaks in 2.0… any fix just yet?

  117. Christopher Richards Says:

    You are a god! Thanks from all of us at www.teamadness.com (just me really).

  118. Anirudh Says:

    It doesnt work on wordpress 2.0 on http://wwwblog.be

  119. yow chuan Says:

    Mine is working, but the post doesn’t seem to wrap alongside seamlessly like it does in your examples.

    Link: http://www.meshio.com/

    What could be the problem that might have cause this issue?

    Thanks!

  120. yow chuan Says:

    Problem solved, I edit the adsense.php and wrapped the AdSense code with the following:

    Not sure why it wasn’t there in the first place :-P

  121. Abhinav G Says:

    Buddy I hd the older version of WP 1.5 now got 2.0 please can u tell me what to do to add this new plugin in WP2 now.

    Really need it..

  122. johnny Says:

    I am search for adsense plugin for some finaly i got it .I am using this plugin for for my blog http://www.gadioc.com and http://laptops.gadioc.com

  123. randy Says:

    Thanks for the plugin! You have helped my Adsense earnings tremendously. Thanks!

  124. Guangming’s Blog » Blog Archive » Wordpress plugin Says:

    […] some useful plugins: Keyword plugin: this plugin inserts meta keyword tag for every post. Adsense plugin: this plugin helps do adsense easily. Originally I […]

  125. Adsense and Wordpress at R. Blake Ramick :: Journal Says:

    […] in journal

    This is a test of a plugin that I just found from: http://www.philhord.com/phord/adsense-inline-with-wordpress-blog-posts/ I’m testing it out right now.

    […]

  126. Ryan Lanane Says:

    Great Plugin, I am going to try to integrate it into http://www.hostingcommunity.com later tonight

  127. James Stephens Says:

    http://www.sns.ias.edu/~jns/wp/2006/01/25/fix-for-irrelevant-ads-in-wordpress-with-adsense/

  128. Ben Says:

    I’m using WP 2.0 and I can’t seem to find any quicktags let alone the Adsense quicktag. Looking in wp-admin I don’t seem to have a quicktags.js file either. Would installing quicktags.js solve the problem? Where can I it, if so?

  129. Little Po Says:

    Hi, Thank you for your plug-in,
    It worked for me, and my WP is version 2.0.

  130. rebecca Says:

    Im also have trouble using this in 2.0
    There is no quicktag at all and adding the code manually to posts doesnt bring up the adsense.

  131. rebecca Says:

    Ok I just found the solution for WP 2.0.
    You need to turn off that annoying visual editor when writing posts.

    Go to Users and down the bottom untick “Use the visual rich editor when writing”

    Now you can see the Adsense quicktag.

  132. mateen Says:

    Hi When applying adesnse code I am getting the following erroe.

    Parse error: parse error, unexpected T_STRING in /home/matynne5/public_html/medical-billing-resource/wp-content/plugins/adsense.php on line 47

    How do I resolve this error and activate my Plugins for adsense?

    Thank you.

  133. James Stephens Says:

    Adsense-Deluxe is the way to go:

    http://www.sns.ias.edu/~jns/wp/2006/02/04/try-the-adsense-deluxe-plugin-for-wordpress/

    It does the same thing and more ….

    James

  134. Lisa Says:

    hmmm, adsense-deluxe doesnt’ work for me. Not sure if its 2.0 related or what but this plug in works well. thanks.

  135. phord Says:

    “unexpected T_STRING” suggests that you added or left out a quote character somewhere. Look at your code closely for any typos.

  136. joan Says:

    I got AdSense working and all was well and now, for some reason it’s not inserting code any more. I’ve tried reinstalling, but still no go. Any ideas?

  137. shane Says:

    Thanks this plug in came in handy, for thouse interested this does work with the new 2.0 reliease of WP however i had to manualy type in the

  138. shane Says:

    do! what i meant was i had to type in the adsence (surounded by the angle brackets and such) tag.

  139. Jason’s Random Thoughts and Happenings » Blog Archive » � Adsense inline with WordPress blog posts — from the mind of Phord Says:

    […] � Adsense inline with WordPress blog posts — from the mind of Phord […]

  140. Down Among The Dead Beats » Blog Archive » Google Ads in Wordpress Posts Says:

    […] I got the plugin from here, on a single sheet which is always nice. […]

  141. OnlineCreditCardLand Says:

    Thank you very much for this cool plugin. It working perfectly for my WP 2.0 site.

  142. The Site Design Blog » Inserting AdSense Code Into Your Blog, Pt. I Says:

    […] Step 1) Go and download the AdSense plugin for Wordpress and install it. It takes a very small amount of tweaking - you just have to open up the file with a text editor and paste your AdSense code into it. Really quite easy. So go do that now. […]

  143. woofer Says:

    Thanx, man, i’m using this great plugin on my blog. Let God be wiyh You!!!

  144. Kickin’ It » Blog Archive » Adsense plugin Says:

    […] Check it out. […]

  145. Jason Says:

    Very nice plugin. I really appreciate your help. You can check out its implementation at http://www.kansascityseo.com/blog/

  146. Marketing Strategy Says:

    […] Adsense inline with WordPress blog posts — from the mind of Phord I was reading this book about optimizing Google s Adsense ( What Google Never Told You About Making Money with AdSense! ). In it, Joel Comm describes how he went from $900/month in Adsense revenue to […]

  147. Mauricio Says:

    Thanks for share this plugin!

  148. renee Says:

    this does not work for me…. i do not see any adsense button in my quicktags bar :(

  149. testing adsense plug-in - ClickNewz! An Internet Marketing Journal Says:

    […] For anyone that is interested in the Adsense Plugin for WordPress, here’s a link to more info: Adsense Within WordPress Posts. Enjoy! […]

  150. Tuncay Karaca Says:

    Adsense plugin did not work in my blog. There is no adsense button. WordPress version 2.0 I think it does not support version 2.0.

  151. Hans Says:

    I found the solution above. Just read this:

    Ok I just found the solution for WP 2.0.
    You need to turn off that annoying visual editor when writing posts.

    Go to Users and down the bottom untick “Use the visual rich editor when writing”

    Now you can see the Adsense quicktag.

    Thanks

  152. Tuncay Karaca Says:

    Hans,

    Thank you for advise. It worked.

    I started to use it.

  153. InsaneSkills Says:

    Great plugin. Thanks you so much for developing it. Installed easily. Php file is commented perfectly.

    WP 2.0 users make sure to check the visual editor button on the users menu.

    D

  154. It tastes like burning » links for 2006-03-18 Says:

    […] from the mind of Phord » Blog Archive » Adsense inline with WordPress blog posts (tags: adsense WordPress) […]

  155. BG Admin Says:

    Ah. I should try this too.

  156. BG Admin Says:

    I meant for my website www.bizgods.com :)

  157. Tech Blog » Blog Archive » Adsense inline with WordPress blog posts Says:

    […] From: http://www.philhord.com/phord/adsense-inline-with-wordpress-blog-posts-43.htm  […]

  158. PhiMix Says:

    Aloha,

    Isn’t it possible to have some PHP code around the adsense script?

    I have tried adding tags from PHP Exec to the script, but I can’t get my PHP code to execute :(

    For example I have tried the code below. It will then show CODE1, but not the random number and CODE2.

    $adsense_code = ‘

    CODE1


    ‘;

  159. PhiMix Says:

    oops, it didn’t like me adding PHP code to your comments.

    Inside the php and phpcode tags we have:

    srand(time());
    $random = (rand()%9);
    print(”Random is: $random”);
    CODE2

  160. khalid Says:

    Thank you

    It’s working fine in my website. added some amazon pic + asense hmmm great mod :)

    oh you can see my site and the plugin here Pets World

  161. DC Says:

    Thank you - installed and all working fine…

  162. Way To Freedom… » Blog Archive » Google AdSense Says:

    […] After read these two article this and this one , I try to follow it. I added Google Ads here.. But Wordpress is not for commercial purpose. So I decide to create a blog in blogspot, I have my dormant blog there, I activated and renamed become… […]

  163. Joe Says:

    GREAT PLUGIN! THANKS SO MUCH!

  164. exotic butterfly Says:

    Sounds good… I like to try this…

  165. My Google AdSense Experience » Webomatica Says:

    […] 2. This blog runs on WordPress so I added the Google ads by updating the footer and header files, therefore placing ads on every page with just a small amount of code. Google’s indexing does the ad selection. This WordPress plug-in places ads directly in the body of a post via a tag. […]

  166. Praveen Says:

    I uploaded the adsense.php in the plugins directory of my Word Press and also activated the plug. After that I am not sure what I must be doing. Can you please guide me through. i am not sure what this Quicktags tool bar is.

  167. Karthick Says:

    Rebecca! Thanks a lot for getting the adsense button to show up in quicktags. I am also using WP 2.0.

    Phil! It works like charm! :-)

  168. theGame Says:

    Thanks for your time and effort. Works great!

  169. Google Adsense Tips and Tools Collection « Quick Online Tips Says:

    […] Adsense Inline - insert adsense in blog posts […]

  170. Shiju Says:

    Excellent tips. I was able to increase my CTR by 50% using your advice. Thanks a lot. You might take a look at my site.

  171. NotInsured Says:

    Hi , thanks for your plugin, i have just downloaded it and currently messing around with my WP to integrate it.

  172. Jon Says:

    I’ve done everything you’ve said, and even have the ‘adsense’ button in my quicktags.

    However, the procedure I’m following is I click on the button and the ‘adsense tag’ shows up in the screen. Then I just click publish and the adds should show in the preview, but it doesn’t.

    Even after logging off and back in. I checked the source view and the code is definitely there.

    Any help you can give me would be appreciated. Anyone!

  173. Villarroel.info (beta) » Juguetes y herramientas para Adsense Says:

    […] Adsense Inline - inserta anuncios entre los posts […]

  174. Jon Says:

    Forget the above comment, I figured it out. However, when I go to the quicktags and click the adsense tag, this is what appears

    <!--adsense-->

    Then what? My code is in the plugin, do I add the code again in the pane or just click publish, because I still don’t get the ads.

    Thanks guys

  175. phord Says:

    When you view the posts with the adsense tag on your blog, you should see the Adsense code inserted there instead. If the ads don’t show, it may be Google’s fault. View the source to confirm that the javascript is showing up.

  176. Alexs travel blog Says:

    Unfortunatly this screws up the blix theme… may have to have a play and see if i can get sorted ;-)

  177. Cornelius Says:

    Initially had problems but finally got it sorted out. So now I am using both, adsense delux and adsense inline. Adsense inline allows me just to show ads only for the first post in my blog’s home page. This is just what I had been wanting to do.

    However in the former ads location there are two ” ?? “. Does anyone has this small problem and knows how to resolve this ?

    And lastly thank you guys for sharing and Phord for the plugin :) .

  178. TheSelfStarters.com » Blog Archive » WordPress Plugin - Adsense Inline Says:

    […] In Joe Comm’s free ebook “Getting Started With Blogging and Google Adsense ” he mentioned about Adsense Inline. Being curious I visited Phil Hord’s site and found that others had submmitted modify version of the plugin that does exactly what I had been wanting . […]

  179. xinfo Says:

    i used most of the adsense plugini find that i dont get content related ad well google vist my blog more than 50 times per day

  180. mdpai Says:

    what a great plug in!!! thanks

  181. nm Says:

    how do i upload anything onto wordpress?

  182. Cameron Says:

    The quicktags toolbar only has a very few items (unlike the views I see on sites that discuss such toolbars, which allege that they come packed with icons, but that’s a separate issue), and none of them has to do with Google.

    I did put my own AdSense code in the right file. I activated it. Etc.

    But no quicktags Google icon….

    Any suggestions?

  183. Prashant Says:

    A couple questions.. will this plugin work with the latest version of WP? also i was using Adsense delux from ACME but the problem was, that it replaced the quicktag of my image manager, there was no way i could get both the quicktags to work together.. would you plugin have the same problem?

  184. Rohit Says:

    Phil your plugin is great. I used it on my site - www.rohitblog.com Thanks.

  185. Niche Blogging » Website Optimization and Marketing Says:

    […] To add Google AdSense ads in your post, you can download the Phil Hord plug-in and in few minutes of working, you have the money minter in your blog.   | Podcasting »   […]

  186. Albert TAY Says:

    The quicktag tool bar did not appear after i activate it. can you help?

  187. Mark Tran Says:

    Thanks Phil it works very well. I didn’t see the quicktags toolbar change so I just manually add the “” tag wherever I want an add.

  188. Mark Tran Says:

    Hmm … the tag didn’t show up in my last comment. Lets try again: <!–adsense–> . That’s the tag I inserted.

  189. Anonymous Says:

    How do I put Adsense code in Wordpress.com?

  190. Anonymous Says:

    Hai,

    Thanks to Phil. Great Code. Simple and straight.
    For those who can’t find quicktag, Here is a way to find it.

    In admin go to Users Link -> below you find Personal Options
    Uncheck the option for Use the visual rich editor when writing.

    Then go to Write Link, in the editor you can find the Adsense button.

    Anyone can fix my doubt?
    How do i place the ads in right side of every page.

  191. Sergio Says:

    Thanks! Works perfectly on [url=http://www.zensbikeshop.com]Zensbikeshop.com[/url]

  192. Ndaru Says:

    Many many thanks for this great plugin!

    I can see now the reason for the huge number of comments in this post.

    Keep up the great work.

    :)

  193. Ndaru Says:

    I’m now putting code inside my previous post. Before installing this plugin, i put adsense on the right side bar, which doesn’t always look good.

    With your plugin i can choose now which post to get an adsense ad.

    Thanks again.

  194. Winston Says:

    Wow, thanks for the plugin, it’s simply great…
    how did you learn how to create a wordpress plugin?

  195. Erich Says:

    Phil,

    I’ve tried to get this plugin working with WP 2.0 and I haven’t had any success. Is there a specific order that I have to activate the plugin and then add the comment. My quicktags adsense tag shows up but does not do anything. Does it take time for google to figure out it’s on a page? Sorry for being such a newbie.

    Thanks

  196. Paul Says:

    Phil,

    I faced the same problem as most of the readers. The button appears, but nothing happens. I changed the javascript for placing the tag into

    ‘);\” />”;
    //–>

    and then it worked.
    Great plugin.

  197. Paul Says:

    Strange the code didn’t appear. Lets try it again

    ');\" />";
    //-->

  198. magicpig » Blog Archive » Says:

    […] WordPress plugin that allows you to easily add Google AdSense ads […]

  199. stellar Says:

    For some reason the adsense button does not appear, so I can’t even insert the adsense tag. I have activated the adsense plug in, but no button. I am assuming the button should appear when adding/modifying a post just above the post itself (I’m assuming that is what is meant by “Quicktags toolbar”).

    Any ideas?

  200. stellar Says:

    Ignore my previous post. I should have read all the other comments first, as someone has already answered this question above.

    Here is the answer if you can’t find it:

    “For those who can’t find quicktag, Here is a way to find it.

    In admin go to Users Link -> below you find Personal Options
    Uncheck the option for Use the visual rich editor when writing.

    Then go to Write Link, in the editor you can find the Adsense button.”

    One more question though - if I want to use different adsense ads on differet post (Eg Firefox with google toolbar on one post, and general adsense on another), can I simply add a second version of the plug in and call it something else (with different adsense code) ?

  201. Ronnie Says:

    Hi,

    I would like to know if this plugin works for free blogs that is hosted by wordpress.com. Or does it only works for WP blogs that are hosted on own server?

    Cant seem to find the directory that Philhord mentioned in his instructions???

  202. Aper Says:

    I in need of your help. I’m using blogger to create my blog and i had adsense code ads, the thing is that I wanted to put my ads in between my blog but whenever i do that my blog will repeat the same code with my other blogs of the days. How can i use only one ad on my blog without repeating it, when I preview the blog?

    Got any ideas?
    Http://e-buletine.blogspot.com

    Thank you

  203. Jan Says:

    I just transfered to WP and am very new to all this. I want to use the code, but am a bit scared with the problems everyone has had. Maybe a revised post with some of this information all in one place?

    Do you post regularly on any internet entrepreneurial forums?

  204. rebecca Says:

    “One more question though - if I want to use different adsense ads on differet post (Eg Firefox with google toolbar on one post, and general adsense on another), can I simply add a second version of the plug in and call it something else (with different adsense code) ?”

    Im wondering the same thing, is this possible?

  205. Keith Says:

    Just wondering if you would be able to answer the post above to me, about the plugin being open source, can i re-distribute your plugin. Please email me if you prefer.

  206. oneandhalf Says:

    it works great on my site. thanks very much!

  207. seoresources Says:

    Interesting plugin, keep the good work up!

  208. Google Adsense mega tools - • XXX Master • Says:

    […] Adsense Inline - insert adsense in blog posts […]

  209. Google Adsense mega tools - Партнерские программы • Партнерки • AdultMaster Says:

    […] Adsense Inline - insert adsense in blog posts […]

  210.   Google Adsense mega tools - Домашняя страница SEO Says:

    […] Adsense Inline - insert adsense in blog posts […]

  211. Jonny Greenback Says:

    Nice work….Awesome plugin….see it in action on http://www.startupaddict.com

    thanks

  212. Virtual real estate Says:

    hey there Impressive content! How long does it take to bulid a nice website. I applaud you for your work and hope you will enjoy its rewards for years to come.

  213. moon shah Says:

    I have installed the plugin on my site http://www.funpal.net but i cant found any adsense button, i dont know how to handle it :(

  214. Andrew Says:

    Outstanding plug-in. Would have spent hours otherwise trying to figure it out. Thank you.

  215. Exploring WordPress » WordPress and AddSense Says:

    […] http://philhord.com/phord/adsense-inline-with-wordpress-blog-posts/ […]

  216. Make Money and Get Free Stuff : Collection of Google AdSense Tools and Tips Says:

    […] Adsense Inline - insert adsense in blog posts […]

  217. The Coolest Technology, Blogging, Software, and Life Tips of Web 2.0 Says:

    […] Adsense Inline - inserts Google adsense in blog posts […]

  218. ituloy angsulong Says:

    There’s no problem with this plugin.
    It works fine in my adsense blog.
    Thanks.
    http://www.grandstart.com

  219. Die 10 besten AdSense-Plugins für Wordpress - Adult Webmaster Blog Says:

    […] AdSense Inline - fügt ebenfalls den AdSense-Code in die Postings ein. […]

  220. Firefox.hk » Blog Archive » 10 Best Wordpress Plugins for Google Adsense Says:

    […] Adsense Inline - inserts Google adsense in blog posts […]

  221. 10 Adsense Plugins für Wordpress » SEOnauten Says:

    […] Adsense Inline – Platziert die Werbung in den Posts […]

  222. Olivier Says:

    Does this plugin really work ?

  223. Dave Haygarth Says:

    Thanks - works a treat

  224. Gang’s Blog » Blog Archive » 10 Best Wordpress Plugins for Google Adsense Says:

    […] Adsense Inline - inserts Google adsense in blog posts […]

  225. MK Says:

    Thank you for this great and easiest to use Adsense Plugin!

    Anyway I just found out that there is something problem with this script in IE7. There seems a huge gap before the Adsense Ad where I put in my post. Have anyone experiencing the same?

    This plugin works well in Firefox and IE6.

    You can visit my blog at http://www.tipshartanah.com/blog and look for English posting.

    TQ

  226. 10 Best Wordpress Plugins for Google Adsense at blog.jsonvega.net Says:

    […] Adsense Inline - inserts Google adsense in blog posts […]

  227. Ales Says:

    Hy,

    can anybody help me with AdSense AD?I have AdSense account and some bloggs Blogger-beta, but there I have problem with adding AdSense To Blogger in /*Post HTML. (Work with Blogger-beta). I Ad to /*post in but nothing is happened!!!
    Another problem is with WORDPress where I don’t know where I must adding and what I must adding there that AdSense will work in WordPress!! I have “script type-Java codes” for AdSense from AdSense.Must I Adding this code in to WordPress?? Thanks anybody who want help me.My mail is: alesorlic@net.hr Thanks a lot !!

  228. Ales Says:

    Just one thing,

    that AdSense go with adding on top or bottom of post or inside of post ?? If it go inside than I need some help from you good people !!!

    Thanks

    Ales

  229. Geralt Says:

    Thats very good plugin!
    But it wont work on my site, becouse architecture of my site is little bit different =\…
    in “wp-admin/” directory there are no “quicktags.js”,
    it’s in other directory.
    So… can you explane in a fiew words how make it work going with other way.
    Not a plugin… way.

  230. 10 อันดับดีที่สุด Plugins สำหรับ Wordpress ของ Google Adsense at www.1Unlimit.com Says:

    […] Adsense Inline - inserts Google adsense in blog posts […]

  231. Wordpress Plugins - Google Adsense | Nimicul lui Krumel Says:

    […] Adsense Inline - deasemenea introduce reclamele Adsens in postarile de pe blog […]

  232. 1Unlimit.com » Blog Archive » 10 Plugins ดีที่สุดสำหรับ Wordpress เพื่อจัดการ Google Adsense Says:

    […] Adsense Inline - แทรกเพิ่ม Code ของ Google adsense ใน Blog ทุกครั้งที่โพสท์ข้อความ […]

  233. Bruno Godoi » Plug-ins de serviços Google para Wordpress Says:

    […] Adsense Inline - Insere o Adsense em cada post. […]

  234. Search engine optimisation Says:

    its not working with me!!

  235. Alexandra Says:

    Good work! I just installed it on my site and its working. Thanks a lot… :)

  236. Realest Says:

    Almost a year now since i use it, its great.
    Thanks

  237. tipsforblogger.eu » Blog Archiv » Adsense Inline etwas veraltet Folge 1 Says:

    […] Herunterladen könnt Ihr das Plugin von dem Phord Blog. Hier einige ansehnliche Beispiele vom Maxblog mit einer etwas weiterüberarbeiteten adsense.php Datei. Erstens, zweitens und drittens! […]

  238. www.tipsforblogger.com » Blog Archiv » 3. Adsense Wordpress Plugins Says:

    […] Adsense Inline […]

  239. Trankera Blog » 博客文章 » Plugins de serviços Google para Wordpress Says:

    […] Adsense Inline - Insere o Adsense em cada post. […]

  240. Alexander Says:

    Thanks for this plugin! :)

  241. Hariadi | Made In Malaysia » 10 WordPress Plugin For Google Adsense Says:

    […] Adsense Inline - inserts Google adsense in blog posts […]

  242. fatbeauty Says:

    I was trying to download “The Plugin” but I failed to open the adsense.php file. My computer doesn’t have any suitable software to read .php files. Any other options?

    Thank you for your assistance.

  243. Adsense Placing in Word Press using Adsense Deluxe | Google And Me Says:

    […] The most easy way for a complete beginner like me to start using Adsense and Word Press is to download the plug in made by acmetech.com and is based on a plug in called Adsense by Phil Hord. […]

  244. Johnny Says:

    I installed it and it works thanks!

  245. 馬修的研究室部落格(blog.mashow.tw) » Blog Archive » plugin: Adsense inline (在WordPress文章中插入Google Adsense) Says:

    […] a. Adsense inline原始作者下載網頁 […]

  246. Parlarne-Il blog a 360 gradi » 10 wordpress Plugins per Google Adsense Says:

    […] * Adsense Deluxe-offre opzioni avanzate per inserire Adsense nei tuoi post,limitando gli ads secondo il regolamento di Google * Adsense Injection - inserisce Adsense casualmente dentro un blog preesistente * Adsense Inline - Inserisce Adsense dentro ai post * Adsense Beautifier - Rende più bello il tuo Adsense inserendo un’immagine dietro ad esso per aumentare il CTR * AdSense Widget for WordPress Sidebar - * MightyAdsense - Ti permette di inserire adsense in wordpress senza modificare il template. Adsense è inserito nei post e puoi specificare quanti annunci mostrare in una pagina. * AdRotator Wordpress Plugin - Inserisce in rotazione il tuo Adsense con altri codici di affiliazione dove vuoi te * Adsense Earnings Wordpress Plugin -Mostra i tuoi guadagni adsense dentro il pannello di controllo di wordpress * WP-AdsenseProfit - Mostra i tuoi profitti di Adsense ai visitatori semplicemente inserendoun piccolo codice nel template * AdSense Sharing Revenue and Earnings System - Puoi vedere i tuoi guadagni con Adsense e condividere con amici o co autori le impressions degli annunci * Author Adsense Wordpress Plugin - Permette ai vari autori del blog di mettere il proprio publisher ID e mostrare i propri annunci nei propri post. L’amministratore può impostare una % di visualizzazioni […]

  247. 10 Best Wordpress Plugins for Google Adsense | victory forever. Libertad o Muerte! Says:

    […] Adsense Inline - inserts Google adsense in blog posts […]

  248. -RiE- » Top 10 Google Adsense Plugin Says:

    […] Adsense Inline - inserts Google adsense in blog posts […]

  249. Andy Says:

    Thanks this is great. Using it at our site http://www.whichvoip.com if you would like to see it in action.

    Andy

  250. 6yqUB0kF2q Says:

    Hi! Very nice site! Thanks you very much! XNJn6ui8CuY4x

  251. Eric Says:

    The modern world is still living with the consequences of World War 2, the most titanic conflict in history. Just over 67 years ago on September 1st 1939, Germany invaded Poland without warning.

  252. Ravi Shrestha Says:

    i really liked this article. I will implement in my site www.thikthak.com

  253. Julie Says:

    I like your artcle. but where is your google adsense AD? I can’t see anything…

  254. LunLun’s Blog » Blog Archive » WordPress MyFAQ Says:

    […] A1. DownLoad the WordPress AdSense PlugIn. […]

  255. ashok Says:

    This is my blog : http://indianmba.wordpress.com

    Can I use Adsense in free Wordpress blog?

    Kindly guide me.

    Thanks in advance

  256. rafe Says:

    Not work here.
    No button!!

  257. Vince Says:

    No button for me either, maybe it is not working with the 2.1 yet? I would try to put the tag in myself but I do not know what it is. I will check back for an update in a couple of days. This looks nice.

    -Vince www.cigarbeat.net

  258. Vince Says:

    I find that when you go and edit posts work that has been published and you do this under “code” and not visual you get the button. But that is the only place you get it. If you do a new post under “code” the option is not their.

    But including where you want the adsense code to go will work. This must be done in “code” not visual.

    Good day.

  259. Vince Says:

    Okay the code did not take with no spaces. If you still do not see anything then it is the code used whe you click the more button, just replace the word “more” with adsense.

    Vince www.cigarbeat.net

  260. yqxuomgobp Says:

    http://nqtvxoqswyx.com

  261. ftptczogja Says:

    http://tjmcmner.com

  262. paul Says:

    I discoverred that the button didn’t show up in the new WP release 2.1.

    To make it work with WP2.1 replace the line below with
    old —> if(strpos($_SERVER[’REQUEST_URI’], ‘post.php’))
    new —> if(strpos($_SERVER[’REQUEST_URI’], ‘post-new.php’))

    By the way I use the plugin to add a standaard text to the posts, so not only for adsense.

    Cheers,

    Paul

  263. ivelina Says:

    Hey, i would like to ask where do i have to put this code, couse i am new in this sphere. Thanks in advance! :P

  264. paul Says:

    Even better is to replace the strings as follows

    function phord_InsertAdsenseButton()

    {

    if(
    (strpos($_SERVER[’REQUEST_URI’], ‘post-new.php’))
    or
    (strpos($_SERVER[’REQUEST_URI’], ‘post.php’))
    )

    {

    ?>

    in that case the button appears in both case, in creating new posts and editing old posts.

  265. fantasy Says:

    Hi! This plugin does not work in my webcomic’s website! ;(

  266. Tim Says:

    That works a treat! Paul, the WP 2.1 fix is perfect - now we can really optimize our Adsense income on our Blogs.

    Google Must Pay! :)

  267. tdyxehju Says:

    What do almost retched. I tried to his legs, that arose from bumping the c8wc shadows. He held her ass was pulled out of the way c8w1 with brenda’s tongue in.

  268. Abhijit Says:

    Sir,
    I have installed the pluging, modified adsense.php and activated the pluging.
    but I can’t see the new button in quicktag.
    please guide me.
    thanks.

  269. Adam Says:

    The next development is Google Adsense success is the rate at which there are other developments for example one service called http://urbanread.com which helps to put the tech news on your blog and inturn it gives the (728 x 90) which i think is good deal rather than put some meaningless stuff.

  270. Allan Says:

    Great plugin! I was looking for something exactly like this so that I can split my articles in the middle. When I switched over from MT to WP, I had a hard time trying to find a way to duplicate how MT called the tag in their templates. I’ve been using a really weird and complicated workaround to achieve what your plugin does. In fact, I had to fiddle around with the wordpress include files which are too complicated for words! Thanks for lessening my burden of coding!

    Allan
    hacker not cracker

  271. Ben Says:

    Awesome! Thanks Phil!!!

  272. John Says:

    Yeah just great I am running that with http://www.aimclicks.com and doing quite well

  273. recep Says:

    l also just read from the adsense official blog of google about this article and l saw they gawe u a backlink of your article and its should be very friendly for you:)
    l am also adsense publisher and like all adsense publishers myself also liked the news changes of best pay per click broadcaster of google adsense’s new advertisement blocks.
    They are working hard to understand what the advertisers want and how to make them happy with the publishers clicks, from my point of wiew, adsense advertising unit workers also realised that the old wiew of google adsense was becoming unfriendly to the publishers and they become a very apart side of the website they are published. Google is changing this, they are tring to design new templates for their advertisers to let visitors of the adsense publishers pages more good looking and friendly to let them “click” on the advertisement.
    l think adsense advertisers also want this new format. They were also realising they advertisers become very unfamilier with the site. They were also looking for the best position to their ads for maximum response. l think google will giwe more friendly looks to their advertisers to let the visitors “click” on the advertisements…
    Advertisers happy, Publishers happy. Google happy.

  274. Sean Says:

    What a bitch.

    http://faq.wordpress.com/2006/07/22/where-is-my-plugins-tab/

  275. yourfre Says:

    really, really cool, thanks a lot, may i make some improvement ?

  276. jymsgsms_progammer Says:

    this will be great combination if I use your plugins in my blog,

    SMS plugins + Adsense plugins..

    really .. thanks so much ..

  277. rudy Says:

    great job, I think my site will make more 30% money from this plugins

  278. norick Says:

    yes, finally …

    your plugins is very very easy to use…

    so much thanks

  279. dynn Says:

    thanks for sharing this info.

  280. Dave Says:

    Spamevade is using this to, although sparingly. It works well and I have adapted it slightly to.

    Check it out

    Spamevade.com

    Thanks,
    Dave

  281. Sam Says:

    Can i use your plugin on my blog which is hosted with wordpress. That is i dont have a domain of my own. If yes, how can i upload the plugin? NO such option is available for me. Please help

  282. Seth Says:

    Great plugin! Thanks for sharing.

    For those of you looking for an AdSense alternative, try Chitika!

    With Chitika, you can put AdSense and Chitika ads on the same page, just make sure the Chitika ads are in non-contextual mode first.

    On some days I earn twice as much with Chitika as I do with AdSense. If anyone’s interested in Chitika, they can read this review of Chitika for more info.

  283. imparare Says:

    Interesting comments.. :D

  284. gg Says:

    This is an excellent plugin!
    One thing is not mentioned but I bet it’s going to be interesting for most people. You can create a custom CSS style for the google adsense box such as the following one:

    #adsense {
    float: right;
    padding: 10px 10px 10px 10px;
    border: 1px dashed #cccccc;
    position: relative;
    margin: 2em;
    }

    Then, in the adsense.php file you’ll put the proper div tag around the adsense code and the ads will float the way you want.
    (see http://www.cafelamarck.it/22 for an example)

  285. Farandulacriolla.com Says:

    Nice, I´l use this at http://www.farandulacriolla.com

    Thanks a lot!

  286. claudia Says:

    Very valuable information you have here. Thanks..

  287. ejwvwspclp Says:

    http://tjhixvpnij.com

  288. lhqgxajxph Says:

    http://slhupkpmu.com

  289. accompagnatrici Says:

    Ich erklare meinen Freunden uber diese Seite. Interessieren!

  290. free adsense book Says:

    From our site you can read Eric Giguère’s book《Make Easy Money with Google: Using the AdSense Advertising Program》freely!

    CLICK HERE:http://www.fabu0816.com/index.html

  291. fucc Says:

    nice, used in http://web20.altervista.org
    and http://web20.altervista.org

  292. spartiti Says:

    sono eccitato circa questo luogo, buon lavoro!:)

  293. novella Says:

    Was kann ich sagen? Wirklich gute Arbeit erledigt mit dem Aufstellungsort

  294. Andy Says:

    Can anybody pls take me thru step by step on how to use this plugin so I can have adsense on my wordpress blog? I don’t understand what’s going on! Been trying hard but nothing seems to work. What I did was I downloaded the Adsense Inline file and inside I find an adsense file. When I opened it, it brings me to dreamweaver. So I go to google adsense and have one code generated for me. After that, I go back to dreamweaver and did exactly as told by replacing the codes in between “Begin Google Adsense code” and “End Google Adsense code” with the actual adsense code provided to me by Google. What should I do next? This is in dreamweaver, how do I get all this onto wordpress? What do you mean by activating the plugin? There’s no button on my wordpress blog which say’s adsense. Have I done something wrong? Are there anything steps I have missed out? Please help me out here. I really really really appreciate any help.

    Confused,
    Andy

  295. pagine bianche Says:

    ooo! it’s one of the best sites ever! :)

  296. Ebunoluwa Olorunfemi Says:

    its good and how do i start

  297. lunakizz Says:

    Thx so much!

  298. Kyle Libra Says:

    Does this need to be updated now that a new version of Word Press has been released?

  299. Ozzie Says:

    The plug in is good for a single ad format, I had not problems. But would if I want multiple types of ad formats on a single page. Like a Square and a Horizontal ad, is there a way to do this with this plugin?

  300. Fahad Says:

    I have started to workout my wordpress blog but it seems that they dont allows adsense on your blog.

  301. double win play - that is all that boy is capable of Says:

    Very informative site. Good job. when corner is table it will percieve stake

  302. bismut Says:

    Nice plugins. It works for me. thanks

  303. Vitaliy Says:

    Nice plugin indeed

  304. jojomo Says:

    anyone know where the bathroom is at? I have to take a dump.

  305. JB Says:

    OMG…you should put adsense code here.
    This site is on the first Google search results page when searching for “adsense”.

  306. Cokar Says:

    The plug is good! I’m from china.

  307. Sean Quah Says:

    I included the adsense to my blog page www.seanquah.com but
    I do not have idea how it can generate income from there?

  308. Hasnol Says:

    It’’s good info but i dont know where my Plugins configuration page and how to put at my blog,coz i’m newbee..

  309. Rossalind Gardner Says:

    Thanks Phil! After editing the Google adsense code to make it a 250 x 250 ad, I installed the plugin in seconds, tried it out and it works like a charm!

    Thanks again!
    Rosalind

  310. Tabby Says:

    This doesn’t work for me…when i activate the adsense plugin, my quick tags in my “Write” category page is gone…there’s supposed to be a “Visual” tab and “Code” tab on it when you write a post,but its gone when I activate the adsense plugin..I think the plugin is causing this..help, guys?….

  311. Jill Says:

    aarrrggghhh! Am I missing something? Can this be installed at wordpress.com? I can’t figure out where to do it! can someone help?

  312. Michael Cheney Says:

    nice plugin, thanks!

  313. shelia Says:

    Thanks Phil
    BUT i don’t known how to use it ,^^

  314. DJ in Houston Says:

    Great Plugin, I just found your page by searching google…. Love the plugin

  315. aLe Says:

    Wow, Verry Great pLuggin. Thanks.
    *hehe.. kira2 bnr apa gak ya bhs.inggrisku :P salam kenal om, mampir yo*

  316. pdfmania Says:

    I’ve been looking for bstat plugin for WP or how to make bstat-like feature but i can’t find.. does anyone know?

  317. Issam Says:

    Thanks for sharing this plugin.. worked perfect.

  318. Max Says:

    You have done an Awesome job by creating this. Your site appears on the first page that’s a proof that people are intrested in your stuff. Although I would suggest if you can elaborate the steps for installing this plugin for new users so that they can do it easily.

    Knowledge is power:

    http://www.freeadsensebooks.blogspot.com/

  319. Brandon Says:

    I don’t see the Adsense button, do you know where it is?

  320. Mark Says:

    Thanks for this plugin!
    Thats what Im looking for!

  321. truong minh hieu Says:

    sao ko co phim kinh di vay kia ta ai cho toi biet biet phim kinh di o dau ko ha cac ban de thuong cua toi oi

  322. truong minh hieu Says:

    sao ko ai tra loi vay

  323. Martin Says:

    Ads are not showing up. For some strange reason, all that shows up in the post is partial code, This is what you see: adsense->

  324. mike Says:

    asg asgf

  325. Drew Says:

    Not working for me. No adsense button and no ads. Does this work for the latest version of Wordpress?

  326. Dievochka Says:

    No ” quicktags” toolbar in my blog ! WP 2.1

  327. Nancy Vargis Says:

    nice job mate!! thanks for such good plugin.

  328. Michael Says:

    Its wonderful, Nice!

  329. Polkan Says:

    Great plugin. Thanks. The life much easyly with it =)

  330. wonderfull Says:

    Wow, thanks for plug-in

  331. lokimikoj Says:

    Hi

    Beautiful site!

  332. must-get.com Says:

    mr. philhord, got prblm here, ur plugin works fine in my IE7,
    but when i try view my blog with Firefox2.0.07, it didnt show.
    I cant figure it out by myself. Plz help me out
    Thnx in advance. ^^

  333. Mike Says:

    Thanks for the great information i will try it out and see how it works on my blog.

  334. mdpai Says:

    great articles…we should work hard to earn from adsense

  335. ggad Says:

    Thanks a lot !

  336. unik Says:

    is it work on wordpress 2.31 i currently using?

  337. Ram Says:

    Thanks, For great plugin. The adsense ads in the middle of the post works great.

  338. Roberto Bandini Says:

    Very Cool!

  339. AMlogix Says:

    Thanks for making such wonderful contribution ,i was searching for that same, is that valid also for blogs at Wordpress domain ?

  340. SEo techniques Says:

    thats nice and great !

  341. Ricky Says:

    Thanks a lot Works Great on my website http://www.marketsguru.com

  342. maltes Says:

    i just installed your plugin and activated it but i cannot see the button in quicktags. i tried everything but still no button there. version of WP 2.3.1.

  343. exinco Says:

    hi, i have a question.

    “Once you activate the plugin, you should notice a new button on your Quicktags toolbar. ”

    i do activate my adsense plugins.

    where can i find Quicktags toolbar.
    thanks.

  344. AdsenseMoney Says:

    Well done phil, great job!

  345. unnikrishnan b Says:

    i just installed your plugin and activated it but i cannot see the button in quicktags. i tried everything but still no button there.

  346. gay doctor Says:

    I am surprised - interesting comments http://doctorhorny.parsehgig.com/

  347. Rajeev Edmonds Says:

    Plugin that can create inline Ads. Great stuff, this is what I was searching for. Adsense Ads between Ads certainly increase CTR.

  348. liezmaya Says:

    ru sure this plugin can working good 4 last wp version?

  349. Himam Says:

    thanks a lot.

  350. Songdogtech Says:

    Great plugin - works fine.

    I changed function adsense_button() to include tags like this:

    edInsertContent(edCanvas, ‘’);

    to center the ads in my posts.

  351. Songdogtech Says:

    Well, the code didn’t appear in that last reply, so I’ll try again with commenting

    change line 77 to this to center ads:

    //—- edInsertContent(edCanvas, ‘’);

  352. ibrahim Says:

    hmm nice idea…

  353. AdSense Tips and Tricks Says:

    Get the lastest AdSense Tips and Tricks.

  354. Macnerdz Says:

    great post about google adsense bro

  355. Mif Says:

    Thanx bro,nice to meet someone like you ^^

  356. Mark Says:

    Hi..I just installed and activated your adsense plugin but I see no adsense button anywhere on the write a page or post area. I am using the latest version of Wordpress (2.3.1). Any help appreciated…thanks!

  357. boy med exam Says:

    Stay so good and many people come back - sure http://boymedexams.spazioblog.it/

  358. satya ravi babu dhannala Says:

    many thanks.

  359. Alex Says:

    For those who don’t see an Adsense button, try this. Write your post and save it, then go back and edit it. This is the only way I’ve been able to find the button…

  360. Idetrorce Says:

    very interesting, but I don’t agree with you
    Idetrorce

  361. sohbet Says:

    fdfdfdfd

  362. travelling Says:

    2Mark, the same problem. Waiting for answer…

  363. Jim Says:

    Hi,

    Would you be interested in a way to earn revenue on 100% of your website traffic? By tapping into a network of big name advertisers like Burger King, Taco Bell, Harley-Davidson and HBO, your website can earn advertising dollars from everyone that visits.

    Our partner has developed an innovative technology that is bigger than radio, television, newspapers and all other forms of advertising combined!

    66,000 advertisers have jumped on board and are ready to pay you for every visitor you get to you your website.

    There is no hype here, it is true, finally you can monetize 100% of your web traffic without anyone having to click anything, complete any forms or buy anything.

    Read this special report for full details on this unprecedented opportunity:

    http://tinyurl.com/2xhtve

    The signup link is at the bottom of the page.

    Thanks,

    Jim

  364. FreeBSD Says:

    Thanks for your time and effort to put this plugin together. Have implemented it now.

  365. mohdwahidi Says:

    Thanks for your nice Adsense plugin. This really works well with my website. I use Pure 12 theme and it fully supports the plugin. I think your plugin deserve to be included in top ten must have plugin for wordpress adsense blogger!
    Nice work man! and thanks again!

  366. ASHOK GORASIYA Says:

    IT IS GOOD JOB PROVIDED BY GOOGLE. I LOVE GOOGLE.IT’S ENOUGH

  367. Lloyd Lee Says:

    Thanks for the plugin.

  368. balootisme Says:

    thanks for this plugin. i had use it on my new wordpress blog at dot com platform..

    cheers..

  369. m4512ur Says:

    Thanks for the great pluggins.. it will be great tools for my wordpress blog.

    Thank you

  370. Myerdogan Says:

    Thanks for the great plug-in.

  371. gama Says:

    Great!!! Great!!! Great!!!

    Look at this modifications www.trigy.net …. the ads are playing around the posts wow! thanks for the plugin - Gama

  372. GMC TopKick Says:

    I tried this but cannot find the quiktag button?

  373. Nameopoly Says:

    Wow what a great tip. So simple. Thanks this is just what I needed.

  374. Jimmr Says:

    I played around with this and never could get it to work quite right on wordpress. i ended up scrapping it and going with a content management system. It was even more work but a lot more powerful. its now fully implemented at www.cooldisneytrips.com

  375. raddith Says:

    read google policy program and keep blogging with adsense. :P

  376. SFWD Guide Says:

    I had issues finding the button on my “quicktags bar”. I’m using FireFox, and Wordpress 2.3.2. In desperation, I followed Paul’s advice from #comment-12824

    Don’t know whether it mattered, in the end, because up to that point I didn’t realize I HAD TO LOOK AT MY POST IN CODE VIEW TO SEE THE BUTTON.

    Is this normal? Or should it be appearing in Visual mode, too?

    If it only appears in Code view, it would REALLY help to specify that in your instructions above. THANKS! Love the plugin, otherwise. It’s working fine now.

  377. sweety Says:

    Hi phil, thankx for the update. It’s very easy to include & really useful. Thank you so much!

  378. Rebecca98 Says:

    There is no happiness like that of being loved by your these returning vnhxtrrpczayd was very pleasant or desirable no magnet drew me.

  379. JEff C Says:

    Great plug in and info. I’ve purchased a ton of eBooks on Adsense including several of Joels. Some were good, some bad. Many repeated the same things over and over and were a complete waste of money. I’ve reviewed many of them on my blog for those that are thinking about buying eBooks to get started.

    Jeff
    http://www.webposter.com/blog

  380. Nithish Says:

    Great Plugin indeed. Thaks you so much.

  381. gavage Says:

    merci beaucoup pour ce plugin

  382. Populara Says:

    thank you for this very useful plugin! this help me a lot to manage my adsense ads

  383. Tom Says:

    Great solution! Thanks.

  384. Bollywood Actor Says:

    Thanks for this nice plugin and some great information. I will follow your blog frequently from now.

  385. RaXa Says:

    I am really confused how to use this plugin.how to run it ? Please tell me

  386. Markos Says:

    Cool.

  387. Scott Barker Says:

    My host is www.Hostgator.com

    The file URL on their server is:

    qualitymarketingtools.com/onlinesupportforparents/wordpress/wp-content/plugins/adsense-deluxe_wp_plugin/adsense-deluxe.php

    When I click on the URL above, I receive this error message:

    Fatal error: Call to undefined function: add_filter() in /home/scottb62/public_html/onlinesupportforparents/wordpress/wp-content/plugins/adsense-deluxe_wp_plugin/adsense-deluxe.php on line 1081

    My host is unsure how to solve this. Any advice to get this working would be highly appreciated.

    Scott Barker

  388. Langauge translations Says:

    hi
    thanks a lot..

    its working great..perfectly..

    plugin is perfect….

    thanks a lot..

  389. removals to france Says:

    Hi phil, thankx for the update. It’s very easy to include & really useful. Thank you so much!

  390. it help south of france Says:

    Thanks Phil! After editing the Google adsense code to make it a 250 x 250 ad, I installed the plugin in seconds, tried it out and it works like a charm!

    Thanks again!

  391. tercüme bürosu Says:

    Hi phil, thankx for the update. It’s very easy to include & really useful..

  392. shuman Says:

    Can’t work Adsens Button. :(

  393. Arie Says:

    This isn’t working for me. I have Wordpress 2.3.. is that maybe the problem? Please help me!

  394. jack far Says:

    I can extract the file, what tool a should have? I’m a very newbie

  395. Anonymous Says:

    Hello This week on Saturday I was looking all over the web to find some interesting information about . Somehow it got me here to your Adsense inline with WordPress blog posts post, which is very nice written! I like it. Keep posting. Till soon!

  396. Richard Leo Says:

    My mother used a medical alarm pendant for several years before she died at the age of 94 . That was in 2005. If you have a friend in need of such a service I would recommend medicalalarms-usa.com

  397. Hero Says:

  398. Halo Says:

  399. Kir Says:

  400. Scott Says:

    Great plugin !

  401. Johnny Says:

    Phil, many thanks for the pluggin…

  402. siddique Says:

    Thanks Phil, thanks a lot for the plug in.

  403. siddique Says:

    Thanks a lot. It works best for me.
    http://www.thanikad.blogspot.com

  404. Decatur Indiana Real Estate Says:

    Thanks for the plugin I’ll be adding it to my new blog shortly

  405. Adrian Says:

    It’s an amazing plugin and it works great!

    You can see it in action here: http://adrian.filmfestival.hk

    Thanks!

  406. Adrian Says:

    I’ve made a tutorial for this plugin if anyone would like any help.

    You can view it at http://adrian.filmfestival.hk/wordpress/?p=10

    Cheers!

  407. Touchpodium.com Says:

    Thanks a million. :)

  408. hexley Says:

    Not showing up in 2.5, will there be an update? Its just the button that seems to be not working in the admin, parsing out the rest of the data seems to be just fine.

  409. Sucharith Says:

    The 2.5 update seems to have broken the plugin.. any update expected ?

  410. sana Says:

    hi i dont have plugin tab in wordpresstell me how to place ad

  411. Kathy Pop Says:

    Hey, thanks so much for the plugin. I’ll be trying it out tomorrow. I’m glad a friend recommended this blog to me.

    Keep up the good work,

    Kathy Pop

  412. Jonathan Says:

    Thanks for the plugin!

  413. Caribiz Community Says:

    good..i like..please visit website..http://caribiz.net

  414. Need More Traffic? Says:

    i already install plugins..but nothing happen..help me plz…
    Free advertising..http://caribiz.net

  415. Nintendo Playsttion Xbox Gaming Consoles Says:

    great info thanks will try it out

  416. Back Links Says:

    nice plug in thanks

  417. Shopping Blog Says:

    ill try this plug in great

  418. budi Says:

    wow I really great plugin

  419. How to Wrap Your Text Around Google Ads? Says:

    I downloaded your plugin and followed instructions here to implement it. I love it. It works like a charm. Thanks so much!

    Lanna

  420. Kit Says:

    Clever plugin. Lots of interesting tips and thoughts in the comments above too!

  421. imonday Says:

    I received an exciting email yesterday from Joel Comm and I couldn’t wait to share it with you. Joel has just released version 4.0 of his famous Adsense Secrets guide. This guide has been selling for $97 for the past few years and has been the #1 top-selling guide on Google Adsense. Well, Joel is releasing it at an attractive $9.95. This is a no brainer investment. To take advantage of this deal, just go to: http://www.imondayblog.com/goto/as4.html

  422. Joe Says:

    Great plugin exactly what I was looking for!!!

    Used some of the suggestions in the comments and made it even better.

    Thanks

  423. Adam Says:

    Plugin works great for me. The problems start, when I activate the DigIT plugin. They must interfere somehow and I only see the code lke [ad#sidebar] instead of the ad itself, when both plugins are turned on.

  424. Adsense Says:

    Great Info and great plugin. installed it on one of my sites and is working great. will have to put on some more of my sites

  425. Tony James Says:

    I use the default WordPress template for my site (http://job4vacancy.wordpress.com). How can I add the Adsense pluggin?

  426. Frenk Says:

    http://www.dotbb.be/phpbb21/?mforum=replicahandbag

  427. Taqi Raza Khan Says:

    please friends help me to make money .. click on ads plesae

  428. Madhukar Says:

    Hi,
    Your article and Joel Comm’s book also helpful for newcomers. I also provide readymade website with Google ad in it. for more info visit www.onlinejobexpress.com

  429. Andy Says:

    I followed the instructions, I get the button, but only after I had added test and saved it, then edited it.

    Is this correct?

  430. bosbecak Says:

    is this still working?
    thx anyway

  431. stylefrizz Says:

    I made something like this for my website. It works like a charm.

  432. Andy Says:

    Hi Phil - would you be able to drop me a line (andy at gamerscircle.net) and let me know what I might have done wrong. I only see the ‘adsense’ button after I have saved an entry.

  433. www.algebrasolver.totalh.com Says:

    man, I wish I would earn than much :(

  434. www.sfionlinebusiness.blogspot.com Says:

    This nice oppertunity to make money

    thank you man

  435. TechnoPrenuer Says:

    Thanks For The Info!

    -TechnoPrenuer-

  436. Sonia Says:

    Hi,

    I installed the plug in but when I paste my adsense code and click on update adsense block, I get the following message:

    Cannot load adsense-deluxe.php.

    Can anyone shed some light into this for me?

    Thank you!

  437. Ödev ders ÖSs Says:

    Thanx :) !

  438. petr Says:

    Thanks for it. It is very important plugin.

  439. Jacob Says:

    Hi,
    Just for $30 get the combo of Adsense Secrets 4.0 By Joel Comm and A Definitive Guide to Adwords By Perry Marshall pay by paypal to jacobavin@gmail.com and after the payment is made send email to jacobavin@gmail.com with subject COMBO OFFER

  440. www.loradz.blogspot.com Says:

    great!

    www.bongradz.blogspot.com

  441. atwo Says:

    Thanks for th

  442. gcw Says:

    good advice, i’ll give them a go. thanks!

  443. Web Dizayn Says:

    Good work thank you ;)

  444. Sitesi Says:

    Thank you for great post.

  445. Moin Says:

    Great.I was just searching and surfing over the net for a simple article on this plug-in.After lot of searches i could finally land to this superb site.

  446. Lola Jones Says:

    Hi Phil.
    Thanks for trying to teach us newbies how to do the plug-in. However, I have failed!!! I cannot find plug-in on my wordpress page. Where do I look? and at the moment I have saved the download into My Docs. - but am I meant to put it into word processor - I only have works word processor - is that ok? But can’t find it there either!
    And lastly, reading the forum page on wordpress it says - no google adsense allowed???
    Sorry so many questions but really look forward to hearing from you.
    Thanks,
    Lola

  447. Anonymous Says:

    thanks i got it how to do …

    www.srkblog.co.nr

  448. Kumar Priyanshu Says:

    the vdo that shows how to add addsence to wordpress simply says that add text widgits and then add code to it helped me a lot…

  449. Sunganani Says:

    Does this plug in work for other places on the page apart from the post?
    Thanks

  450. jocuri Says:

    Keep up the good work! 10q

  451. Adrian Muñoz Says:

    What about Blogger Beta? can I insert middle advertisement?

  452. John Freen Says:

    Doing a search for sites related to wordpress adsense theme, you Blog came up. Thanks for the content….

  453. Erik Says:

    i don`t know is this true but i put the code at my sites and earn more,

    Total Popups 766 N/A ¢6.925 0 ¢6.925

    if u want to signup pls singup with my ref i want to test

    http://www.popuptraffic.com/wsignup.php?assuncao

  454. Mahmoud Says:

    Thank you for the plug in, gonna try it in my blog.

  455. Кремлевская диета не японская Says:

    Very good! Nice work….Awesome plugin. See it in action on
    http://www.k-doy.com/blog

    thanks

  456. alex Says:

    Thank you

  457. reco Says:

    Thank you for sharing

    Turkey web directory web side add free
    http://www.iyix.net

  458. kredi kartı borcu Says:

    thanks

  459. indir Says:

    Good work thank you for the plugin

  460. merthan Says:

    thank you

  461. john Says:

    http://www.kankarizma.com
    http://www.egitimcafe.com

    thank you

  462. sedat Says:

    thanx you

  463. Mirsait sultan galiyev cccp ussr Says:

    it works ty so much

  464. forum Says:

    Thank you.

    Yazık la adama. Hemen buldunuz blogu dalıyonuz :D

  465. Balık Avı Says:

    Thanks a lot
    this is amazing plugin

  466. Videolari Says:

    Thank youuu ;)

  467. mp4 indir Says:

    thanks thats this useful plugin : )

  468. emre aydın Says:

    emre aydın, emre aydın fanclub, emre aydın resimleri, emre aydın hakkında, emre aydin

  469. script indir Says:

    thanks you

  470. black Says:

    thx man http://www.blackgrup.com

  471. bolgesel Says:

    thanks you friend http://www.bolgeselteror.com

  472. gokhans Says:

    Thank you. Gökhan http://www.gokhanblog.com

  473. ege Says:

    thats nice and great !

  474. Punker Says:

    Thank you my friend punksehiri.com

  475. kadin Says:

    thanks man

  476. Spam Yapmayın A.k Her Yerde Aynı Says:

    Ayıp ulan ayıp..

  477. isim vermiyorum Says:

    bir bok olmaz bu siteden : )

  478. Rihanna Says:

    Thanks for the plugin- works perfectly and my websites are all the better for it. Good work

  479. Cagatay Says:

    Thank You ;) http://www.forumto.com

  480. redtube Says:

    ;)

  481. tatil turizm Says:

    thank you.

  482. tatil turizm Says:

    all right. thanks you…

  483. kastamonu haberleri Says:

    thanks you.

  484. istanbul Says:

    thanks

  485. haber Says:

    thanks

  486. Online Lost Says:

    Lost Seasons 1-2-3-4 FULL

  487. yuotube Says:

    thanks you.

  488. membran Says:

    thanks a lot

  489. Siyah Says:

    Thanks for the plugin- works perfectly and my websites are all the better for it. Good work

  490. adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması Says:

    thanks.

  491. futbol yorumları Says:

    thank you__

  492. dekorasyon Says:

    the vdo that shows how to add addsence to wordpress simply says that add text widgits and then add code to it helped me a lot…

  493. Gaziantep Universitesi Insaat Programi Says:

    thanks….
    Gaziantep Universitesi Insaat Programi
    http://www.ginsaat.net

  494. online cinema Says:

    thanks a lot

  495. Mentraxmus Says:

    Good good. :)

    My blog:www.berkankaradag.com

  496. 18 oyunlar Says:

    Thank you for the plug in, gonna try it in my blog.

  497. video Says:

    Thank you.

  498. borsa Says:

    Thank you helpful.

  499. oyunlar Says:

    awesome!

  500. ali Says:

    Thanksss

  501. sakarya Says:

    IT IS GOOD JOB PROVIDED BY GOOGLE. I LOVE GOOGLE.IT’S ENOUGH

  502. şiir Says:

    Thank you helpful.

  503. kadın hastalıkları Says:

    Thank you.

  504. oyun Says:

    Thank you..

  505. bedava oyunlar Says:

    thanks for this really good infos.. good job man :)

  506. macera oyunları Says:

    Thanks for the plugin- works perfectly and my websites are all the better for it.

  507. salalamaa Says:

    thanksss

  508. Şair Says:

    thanks..

  509. çet Says:

    thankss

  510. gazeteler Says:

    thanks

  511. sohbet kanalları Says:

    Thank you

  512. Plastik çember Says:

    Thank you

  513. yigit Says:

    Thanks For The Info!

  514. sohbet Says:

    thanxxx

  515. Kamil Says:

    saol canım

    http://www.hedefoyun.com

  516. Download Drivers Says:

    Great post about google adsense. Thanks..
    Vista Driver Download: http://www.vistadriver.net

  517. High Definitin Video Says:

    Thanks..

  518. Mirsait sultan galiyev cccp ussr Says:

    it works ty

  519. ssk bağkur iş bul Says:

    thats oke

  520. çarşı alen markaryan beşiktaş Says:

    oh thanks

  521. Organizasyon Says:

    thank you !

  522. eren Says:

    seviye belirleme sınavı hazırlık sitesi

  523. çocuk oyuncu Says:

    çocuk oyunları burada.

  524. Sohbet Says:

    thanks my friend..

  525. mIRC indir Says:

    saoll

  526. ayaz koçero Says:

    Eline Sağlık kardeş

  527. gokhans Says:

    Güzel

  528. sohbet Says:

    thanks \o/

  529. güzel oyunlar Says:

    thanks

  530. Türkçe Rap Says:

    Thanks..

  531. OML Webmaster Says:

    Does it also add ads in BETWEEN posts, rather than in them?

  532. Ant-Inflammation Guy Says:

    Thanks a bunch, Phil! I’ll put this on my old IdeaPro.com internet marketing and web design site. It’s been around for years… since 1996 or so.

    I’ve pretty muched graduated from marketing and moved into anti-inflammatory health and operate a big 1.5 million page non-blog site over at Level1Diet.com — wish I could use the plug there. But, converting that monster into a WordPress blog would be a very big job.

    However I still dabble and write a few tips about marketing from time to time on Idea Pro. Been wanting this kind of plug-in forever. It’ll be really useful. Cheers!

  533. Watch Video Says:

    Thank meen ;) http://kraltv.forumto.com watch video

  534. adsense keyword Says:

    thank you for the downloads, its add to my adsense knowledge

  535. Şarkı Dinle Says:

    Thanks

  536. araba oyunları Says:

    araba oyunları, araba yarışı, araba yarışı oyunu, Araba Yarışları, arabayarışı,en güzel araba yarışı oyunu,en hızlı araba yarışı, en son araba yarışı oyunları, motor oyunları, yarış oyunları

  537. araba yarışı Says:

    araba oyunları, araba yarışı, Araba Yarışları, arabayarışı,en güzel araba yarışı oyunu,en hızlı araba yarışı, en son araba yarışı oyunları, motor oyunları, yarış oyunları

  538. BKM Mutfak izle-Çok Güzel Hareketler Bunlar Says:

    BKM Mutfak izle,BKM Mutfak

    Thanks for your article

  539. ZKUD Says:

    thanks

  540. memet Says:

    thanks

  541. sohbeting Says:

    thanks

  542. softvideolar Says:

    thanks

  543. egemotor Says:

    thanks

  544. sideotel Says:

    thanks

  545. vur Says:

    thanks

  546. msnshow Says:

    thanks

  547. makosen Says:

    thanks

  548. crony Says:

    thanks

  549. 1crony Says:

    thanks

  550. onecrony Says:

    thanks

  551. ParadiseSide Says:

    thanks

  552. dennis Says:

    tks for your information, it is useful!

  553. kelebek Says:

    thanks.

  554. Brouwer Says:

    Nice article. For full journal on getting rich with AdSense. Everything you need to know and how I have done it. Complete details on progression and tutorials on how to make your blog succesful.

    http://becomingrichwithadsense.blogspot.com/

  555. aytug akdogan ödüllü 1. seo yarışması ve yurtta barış dünyada barış Says:

    Thanks for making such wonderful contribution ,i was searching for that same

  556. dennis Says:

    thank you very much!~

  557. bursa Says:

    Bursa, bursa inşaat, bursa inşaat dekorasyon emlak firmaları, bursa hafriyat, bursa cam, bursa pvc doğrama,

  558. bursa inşaat Says:

    bursa inşaat firmaları

  559. bursa promosyon ürünleri Says:

    bursa promosyon ürünleri, saat, kalem çakmak, magnet, ajanda bursa

  560. Shubham Puranik Says:

    this is very useful information, going to try it..

  561. Vic Says:

    Hi there,
    Know anyone which plugin to use if I want only a part of the article to be displayed? If someone want to read more there will be a “read more” link…
    On my blog right now is displayed all of article content and I don’t want this…
    I’m talking about the latest 10 articles displayed on the first page of my blog.
    I’m using Wordpress.
    Can anyone help?

  562. kpss Says:

    thx

  563. kpss 2010 Says:

    thxx

  564. rap Says:

    thxxx

  565. kpss 2009 Says:

    yhn

  566. ankara özel ders Says:

    adsense is number one :)

  567. kişisel gelişim ve kariyer Says:

    thanks a lot

  568. Mustafa Demir Says:

    www.kayseridostlaremlak.com

  569. Mustafa Demir Says:

    KAYSERİ, kayseri emlakcısı,kayseride satlık

  570. adtech ile reklam 2.0 dönemi başlıyor ve Trkycmhrytllbtpydrklcktr r10.net seo yarışması Says:

    thanks a lot

  571. aytug akdogan ödüllü 1. seo yarışması ve yurtta barış dünyada barış Says:

    this is very useful information, going to try it..

  572. özcan sarıca ile kurtlar vadisi pusu 3.sezon 1.seo yarışması Says:

    thanks. :)

  573. Top Ten Lists Says:

    I want to try this on my site. Thanks.

  574. daun1919 Says:

    Really nice tips… Tq for sharing..

  575. bawlang Says:

  576. kurutemizleme Says:

    Kurutemizleme,Kuru temizleme,dryhome.org,Dryman,Dry white,Dryhome,Drycenter,dry cleaning, dry clean, dryclean, drycleaning,leke çıkarma

  577. kurutemizleme Says:

    Kurutemizleme,Kuru temizleme,dryhome.org,Dryman,Dry white,Dryhome,Drycenter,dry cleaning, dry clean, dryclean, drycleaning,leke çıkarma thank you very much

  578. pc toplama Says:

    pc toplama,oem,oem parça,bilgisayar parça, pc parça, dell notebook, asus notebook, toshiba notebook, hp notebook, ucuz notebook,

  579. Money Ideas Says:

    Great plug in man, thanks!

  580. adsense gempak Says:

    good info and i’ve success to do it!!! thanks a lot!!!

  581. Adsense tips Says:

    This is livesafer, great job

  582. http://remont-komplekt.ru/ Says:

    . .

  583. Gary Howell Says:

    thanks phil awesome plug-in very much appreciated.

  584. Ben 10 Says:

    Los juguetes de Ben 10 mas la imaginacion del niño los transportan a un mundo que gozan al transformanse en los diferentes heroes o villanos ¡Quien fuera niño otra vez!

  585. cavalera family Says:

    New forum for seller and buyer
    Join Now :
    www.sellerandbuyerforum.com

  586. kim Says:

    This blog have’nt been updates since 2005 ?!!

    www.90article.com

  587. Ben 10 Says:

    Me acuerdo cuando era niño e imaginaba que era un supeheroe. Con los juguetes de Ben 10 y la imaginacion, sus hijos podran tener muchas horas de diversion

  588. Serdar Akin Says:

    Makele ve yazilarinizi okudum. Aydinlattiginiz icin tesekkur ederim

    Iyi Calismalar

  589. tuixy Says:

    Thank you, and i want to ask a help:
    How can i add two different ads one time? Like: google adsense 480*60,and 300*300
    Thank you again.

  590. eRealMedia.com Says:

    Nice plugin-yet to try. But it seems that including codes inside the wordpress is so difficult. Wether it is Goodle Adsense or simple HTML tag for line spacing.

  591. Ladbrokes Bingo Says:

    This plugin sounds ideal but as Kim says, “This blog have’nt been updates since 2005 ?!!”

    Can you (or anyone!) verify if this works in Wordpress 2.5 please?

    Cheers

  592. Loto Sayisal loto Says:

    Gerçekten Güzel bir blog beleş ama iyi tutturmuş eleman :)

  593. vBulletiner.com ödüllü seo yarışması Says:

    Eyvallah :)

  594. Ron mertens Says:

    Hi guys,

    AdSense is great. Here’s our easy tool to monitor the web site : a free toolbar, it also features other cool stuff (adsense related links/rss feeds, and more) -

    http://www.metalgrass.com/adsensetoolbar

    Ron

  595. Tommy Says:

    thanks for excellent plugin. It works well for me :)

  596. Oyun Oyna Says:

    I also do not think it would be a good idea, unless you have some moderaters moderating. Otherwise it will be spammed!

  597. boy uzatma Says:

    Uzamax Bitkisel boy uzatma tozu.
    Than:)x masters.

  598. youtube Says:

    thx for your plugin I am Blog

  599. çet Says:

    thanks.

  600. EgitimTUBE Says:

    Thank you

  601. Yenilikci Fikirler Says:

    Thanks… it is very good….

  602. şapka Says:

    Thanks

  603. kbonfig Says:

    Thanks for this simple, easy plugin. I totally love it.

  604. kpss Says:

    Thanks for this simple, easy plugin. I totally love it.

  605. FMS GROUP Says:

    Thanks for this simple, easy plugin. I totally love it

  606. pabi Says:

    Thanks man!

  607. tatil hotel rezervasyon trkey otel Says:

    Sayglar

  608. cet Says:

    thanks a lot.

  609. Youtube Says:

    youtube

  610. Prestiti.com Says:

    La guida utile ai prestiti.
    e’ fatta in wp 2.0 e non visualizza adsense :-(

  611. yudhiie Says:

    thanks for the plugin :D

  612. Hosting Lokal Says:

    Thanks… :)

  613. Optimize PC Says:

    This thing still works as-is 3 years later… thank you for putting this together!

  614. Web Backlinks Says:

    Great work!

  615. youtube Says:

    thanks useful

  616. yasmin Says:

    I can´t see the “Adsense button”

    I´m using Wordpress 2.6, it´s works with this version?

    Thanks!!!!!

  617. islamiyet Says:

    thank you

  618. Hadis Says:

    THANK you

  619. rak Says:

    This is great!! I am brand new to this and this was pretty easy to follow compared with everything else I have had to do in starting a blog.

  620. mirc Says:

    thanks

  621. kelebek Says:

    thanks!!

  622. ppt slides Says:

    this is what ive been looking for.

    thanks phil ..!

  623. Nick Schmitz Says:

    I added the plugin and my code. I see adds but they are not wrapped. How is everyone wrapping here? I need it inline. I have even added

    after the

    and then a

    after my adsense code before the

    and still nothing
    i could scream

  624. mirç Says:

    thanks for you..

  625. medikal Says:

    hi..

  626. Seo Pakistan Says:

    SEO COMPANY

  627. sohbet Says:

    Thank you site admin..

  628. sesli sohbet Says:

    Thanks..

  629. liseli kızlar Says:

    thank you site admin

  630. liseli kızlar Says:

    Thank you site admin.

  631. youtube Says:

    Thank yours

  632. canlı sohbet Says:

    Thank you

  633. İslamic Web Sites Hadis.biz Says:

    İslamic web sites

  634. batman Says:

    thank you

  635. messiphone Says:

    great poste thank you

  636. mirc indir Says:

    thank you very much

  637. mirc yükle Says:

    thanks alot

  638. sohbet Says:

    thank you very much

  639. sohbet Says:

    thanks alot

  640. xdf Says:

    Thank for the info, great blog.

  641. extractor-fan Says:

    how do insert different adsense code?

  642. jazzianbutt Says:

    Wow, seems like another easy-to-use plugin, i will try it as i am gonna start my wordpress blog very soon. thanks again for sharing :-)

  643. SFX Says:

    You rock! Excellent plugin, just what I’ve been looking for!!

  644. leo786 Says:

    how can i use this plugin on my current site with wordpress??

    its not giving me the option.

    i created the site before i installed wordpress. I want to keep my current site aswel as use this plugin.

  645. ozmuhabbet Says:

    muhabbet

  646. Cybernautix SEO Says:

    Just the plugin I’m looking for. Hopefully it’ll work great with WP 2.6.1 so I’ll let you know how it goes.

  647. Natalie Says:

    Thanks for the advice! We just added adsense to our site a week or so ago. Eight days until we depart!!!!

    My husband (Justin) and I leave on September 30th to backpack to various countries around the world for a year or so.

    As we have been planning for our adventure we have been updating a blog. www.nomadbackpackers.com We would love to have other opinions, ideas, encouragement, advice, helpful tips, and more left as comments.

    Thanks,
    Natalie

  648. eglence Says:

    arkadas, eglence, komik, muzik, video, resim, bayan

  649. emlak Says:

    thank you site admin

  650. radyo Says:

    thank you

  651. çet Says:

    thank you

  652. sohbet Says:

    thank you

  653. Spirit of Learning by Sharing Says:

    Great plugins…!!!

    Thanks for giving your hard work to write this useful plugins. :D

  654. Andrew Says:

    LOL
    that doesn’t even make any sense!

  655. prasanna Says:

    hai…

  656. AzzX Says:

    Thanks - Most helpful.

    The other adsense plugins either don’t work or a bit too bloated.

  657. partner Says:

    thanks goodd.

  658. mp3 dinle Says:

    thanks for information

  659. public-smithveg Says:

    Thank for the package sharing.

  660. fun stuff Says:

    Adsense is great. I just started using and it’s already generation some money!

  661. Gökhan Says:

    Hi. Nice plug-in. Thanks

  662. keriman Says:

    thank

  663. albachtimi - online information about blogging resources and tips Says:

    Very thanks for your plugin, I have installed it on mine and the result is very interesting.

  664. Chris Says:

    Very, very useful, just installed on http://www.thegunninghawk.com.

  665. Tim Lemons Says:

    Curious. How much are you making off of ads? I am trying to decide if I should add the ads to my site?

    Thanks,

    Tim

  666. Snygga hemsidor Says:

    Great and usefull plugin
    I use it on my blogsite www.snygga-hemsidor.se and it works fine.

    Thanks a lot

  667. louie Says:

    thanks…nice plugin..easy to use…its like more…

  668. Veaca TechCenter Says:

    Good Google Adsence Plugin ,so easy to use it.I have just use it on my website: http://veaca.com

  669. kaman Says:

    Thx so much!

  670. Chat Says:

    Thanksss

  671. Chat Says:

    Thank Youuuuu;)

  672. Chat Odaları Says:

    Thankssssssssssssss;)

  673. cet Says:

    Thankss ;)

  674. Sohbet Says:

    Thank You..

  675. webkinzie Says:

    Thanks for creating this amazing plugin :D I have been searching something like this for some time now. I shall try implementing it on my WP blog. Do you have any such plugin for Blogger as well ?

  676. Joe Hayes Says:

    Very good, an old plugin but still works as it should. Many thanks.

  677. sohbet Says:

    thanks, güzel bir yazı olmuş

  678. Golfrookie Says:

    I use this plugin, great stuff !

  679. marvC Says:

    I’m at a loss in gettin gthis to work and hope that you’re still responding to posts on this topic. I’ve uploaded the pugin to my Wordpress 2.6.3 site and modified the adsense.php file as suggested:

    $adsense_code = ‘


    ‘;

    I activate the plugin and am able to see the Adsense button in the quicktabs list yet I don’t see anything after clicking it. As a matter of fact the only buttons that seem to work are link and img. This is the case on IE7 & Firefox browsers. Adding the also doesn’t work. I’ve tried to follow the suggestions listed in this thread but haven’t been successful in resolving this issue. Could I be missing something?

    Any responses appreciated.

  680. CanI Clean It Says:

    Thanks, this is one of the better posts I’ve read today. I share your vision about that. Thanks man!

  681. Radd Says:

    You share his vision about what? Lol fuck*** spammer!

  682. bhavita bhatt Says:

    send me some more info

  683. zoe Says:

    hi, nice info - ill be adding it to my blog site and try and get some cash :D

  684. social bookmark Says:

    Good plugin. I’ll try for new my website. Thank you for share.

  685. Bradley Says:

    Just what I was looking for adsense for my wordpress blog. Thx.

  686. Frioman Says:

    It worked great. Thanks. But I did notice it didn’t seem to work when editing an already existing post.

  687. Alex Says:

    Thanks, it works great! Using it on my site now :)

  688. Quang Vo Says:

    cool going to put this on my site. excellent. thanks.

  689. cooler choice Says:

    nice thanks great plugin

  690. Fajja Says:

    for some reason i couldnt get the plugin appearing in the options panel after i had activated it :(

  691. Catherine Says:

    I updated my adsense code inside adsense.php and activated the plugin, but there is no adsense button on my quicktag, why?

  692. Mom Tips Says:

    Thanks for the plugin. Is this compatible with WP 2.7?

  693. leon Says:

    really cool!

  694. Рустам Says:

    Хорошо! Все бы так писали :)

  695. mutfak Says:

    Thanks very a nice plugin

  696. Andy Says:

    thanks for developing this plugin… best one out of the lot

  697. Norhafidz Says:

    Cool, thanks for writing this plugin! :)

  698. trotoo Says:

    il sesso è il divertimento della vita.

  699. lifeonadsense Says:

    www.lifeonadsense.com

    How To Triple Your Click-Through Rates, Quadruple Your Earnings Per Click and FINALLY Crack the $10,000 a Month Barrier In AdSense! 10 REAL AdSense Secrets

    http://www.lifeonadsense.com

  700. Joe He Says:

    Thanks for the plugin. This is some thing I have looked for long time.

  701. Nej Says:

    Check this site , how to add your adsense code on your site,example…

  702. Nej Says:

    Check this site , how to add your adsense code on your site,example…
    http://Lm-Asbestos.blogspot.com

  703. Admin Says:

    best add code in the World,check it out at:

    http://di-mesothelioma.blogspot.com

    http://di-mesothelioma.blogspot.com

    http://di-mesothelioma.blogspot.com

  704. Simus Says:

    I am very interested in this plugin. May I know if it is usable as it is on the Wordpress multiuser?

  705. Tom Says:

    I read Joel´s ebook and implemented his advice, and I have to say that my click through rate have gone up.If you are interested in learning what his techniques are, you can also check out the videos on Joel Comm´s website where he explains his adsense strategies.

    Here is the link:
    http://ask.joelcomm.com/adsense_secrets_live.shtml

  706. pagerank explained Says:

    Works for me - easy and straight forward so thanks to you phil.

    much easier to use than most of the others

  707. EngineersCanSell Says:

    Catherine -
    You need to do it from the HTML tab not the visual tab.

  708. Steve Says:

    What a really cool plugin thanks for that, I know I will be using it!

  709. Paweł Zinkiewicz Says:

    Thanks for the plugin man!

  710. NguyenMinh Says:

    thanks for the plugin

  711. tomek Says:

    Great plugin, thanks. By the way, this can also be accomplished via a str_replace php function. As you write articles, you add some code inbetween your text. Then you use str_replace in your code to replace that code with adsense code. Here is a great article:
    http://www.maxi-pedia.com/difference+between+AdSense+and+AdWords

  712. Canakkaletr Says:

    thanks for the plugin

  713. Steelecommerce Says:

    Good Post, Thanks a lot

  714. sohbet siteleri Says:

    thanks

  715. Porno Says:

    Thx for article.i put this article to my bookmarking page..

  716. Adult Says:

    Adsense inline with WordPress blog posts

  717. Amatör Says:

    I love adsense & i love wordpress:D

  718. Gizli çekim Says:

    Very interesting (and useful tool) ! We have added it to our directory of Adsense tools.

  719. Hayat Dersi STV HAYAT DERSİ Says:

    Samanyolu Hayat Dersi Programı Fan Sitesi
    Hayat dersi Müzikleri hayat dersi resimleri hayat dersi izle

  720. graeinler Says:

    A simple yet very effective solution!

    Kind Regards,

  721. Lukman Says:

    thanks for your article, it very helpfull

  722. mocio Says:

    thanks for the plug-in, simple and effective!

    Only one problem (but I already solved :-) ):
    The button ADSENSE didn’t appear in the quicktags bar (I’ve read above even others had the same problem), or better it did appear only in the “edit post” page, not in the “new post” page.
    I followed suggestions about adding code in the quicktags.js but it still didn’t worked.
    That’s why:
    the exact code to add in the quicktags.js is:

    edButtons[edButtons.length] =
    new edButton(’Adsense’
    ,’adsense’
    ,’
    ,'’
    ,'’
    );

    in the example aboove the code “” was missing.
    And at last I have commented the following code in the adsense.php, otherwise you will find two adsense buttons in the “edit post” page.

    /*
    if(!function_exists(’edit_insert_button’))
    {
    //edit_insert_button: Inserts a button into the editor
    function edit_insert_button($caption, $js_onclick, $title = ‘’)
    {
    ?>
    if(toolbar)
    {
    var theButton = document.createElement(’input’);
    theButton.type = ‘button’;
    theButton.value = ‘’;
    theButton.onclick = ;
    theButton.className = ‘ed_button’;
    theButton.title = “”;
    theButton.id = “”;
    toolbar.appendChild(theButton);
    }

  723. mocio Says:

    ops…
    the tag adsense with the wordpress tag obviously doesn’t appear in this post…
    so probably the code suggested above was right but the forum didn’t visualize the wordpress code…

  724. sesli chat, sesli sohbet, chat, cet Says:

    Thank’s ßro

  725. indir Says:

    Thanks for the plugin. This is some thing I have looked for long time.

  726. karthik Says:

    Very nice post buddy! I am going to try it…Thanx… :-)

  727. sikiş video Says:

    super thanks

  728. Network Inside Says:

    really usefull… nice to read your post :) i just want to optimize my adsense :)

  729. Nazaar Says:

    Hi,
    “The plugin [download] is pretty straightforward. Put it in your wp-content/plugins directory, then go to your Plugins configuration page and click Activate.”

    Where is wp-content/plugins directory. I am using a wordpress url, torontosportsteams.wordpress.com

    Thanks,
    Nazaar

  730. BRYAN Says:

    Hi i have added your code and put mine into my pluggins and it’s a slow start but we hope we get more of a result many thanks for your help and have you got any more tips and stuff for our blog feel free to have a look to see if we need to change anything many thanks bryan and jo

  731. Geine Says:

    Very good post. Keep it up…

  732. Live Msn Says:

    Thanks for sharing!!! Gooodd

  733. Dennis Belgrado Says:

    Hello - do you have an updated version of “adsense-inline” that works with the Wordpress 2.7.1?

  734. Muhabbet Says:

    Muhabbet. thanks.

  735. sohbet Says:

    very quality your website

  736. yeni sezon Says:

    I’ll do it exactly, I use adsense ready wordpress themes.

  737. john Says:

    You can add adsense to wordpress without any plugins!!!

    See link
    http://www.webdigi.co.uk/blog/2009/add-google-adsense-to-wordpress-without-plugins/

  738. www.favoriforum.net 2009 seo yarışması Says:

    i love adsense with wordpress

  739. ryan locke Says:

    I found your blog on google and read a few of your other posts. I just added you to my Google News Reader. Keep up the good work. Look forward to reading more from you in the future.

  740. Antonio Ferraioli Says:

    One of my favourite plugins for Wordpress

  741. tsany chan Says:

    i will try

  742. eoy killer Says:

  743. eoy killer Says:

    well it’s to easy!!!

    here you are a code that you can put in your site web to earn lots of money(100$/month)i’m not joking
    just copy it then paste it in your site web

  744. Bihar Says:

    Seems like a good plugin. One of the best.

  745. Akbar Says:

    nice artikel, but mybe you can make a translattor in this site, hehehe…
    my english is bad

  746. dizi izle Says:

    thank you

  747. jitendra Says:

    good carry on my friends.

  748. Alexander Says:

    Good work! Thank you !!!

  749. filimleri Says:

    Thanks, For great plugin. The adsense ads in the middle of the post works great.

  750. Proxy-Proxy Says:

    Thank you very much. I’ll use it on my Proxy Blog now :D

  751. Windows 7 Says:

    I’ll use it on my SMF forum, let’s see if I can get an idea by using your post ;)

  752. Daily New Movies Says:

    Hello, can you help me with my Movies site, plz..

  753. Hide Stuff Says:

    Thank you very much for this useful post mate !

  754. 000000.info Says:

    Amazing post mate !!

  755. liseli sikiş Says:

    super thanks

  756. person Says:

    thanks..

  757. Ali Says:

    Great plugin!

  758. Rıfat özkan Says:

    Great plugin! thanks

  759. Tipoo Says:

    Does google allow this thing.

  760. problogger 2u2c Says:

    nice share…hope you can keep sharing

  761. çizgi filim Says:

    Does google allow this thing.

  762. aan Says:

    very nice tips. I’m sorry, I can’t speak english well. How to integrated it with blogger, can you help me??

  763. film seyret Says:

    thanks man

  764. Anonymous Says:

    Phil online » Blog Archive » Adsense inline with WordPress blog posts great article thank you.

  765. egzotik Says:

    tenkss youu

  766. Sohbet Chat Arkadaşlık Says:

    thank you….

  767. Daniel Derichs Says:

    Thank you for this great Addon. The only things I am missing are a default accesskey (alt+shift+r for example) and a possibility to edit the specific AdSense-Account-Data in /wp-admin.

    Maybe you can implement that in the next version ;-)

  768. 150 loans Says:

    wow, it’s everything i want for my blog… thank you

  769. SIPP Pensions Says:

    Thanks for this Phil. I’m really hoping to increase the CTR on my site - currently its a measly .7%. I think that increasing CTR on an adsense site is as important as getting traffic there in the first place.

  770. sexi fotolar Says:

    Looks great! Very nicely done. I will bookmark!
    Thank you all.

  771. sanat Says:

    sperrrrr

  772. indir.com Says:

    thaaaankssss

  773. türk pornosu Says:

    nice share…hope you can keep sharing

  774. sanjeev Says:

    nice plugin. i like it very much.

  775. GM22 Says:

    This is very cool. Something I really need. Thanks.

  776. kameralı chat Says:

    kameralı chat, sitesidir thank you

  777. Infopreneur Says:

    Is the plugin compatible with wordpress 2.7?

  778. Anonymous Says:

    www.oyuncusistesi.net

  779. ivandertristan Says:

    Thanks. It works on wordpress 2.7.1
    I’ve tried

  780. CATAHИCT Says:

    Автор, а у вас никто записи не тырит? А то у меня достали уже - копируют и копируют. И самое главное, что ссылку на мой блог никто не удосужится поставить.

  781. sikiş filmi Says:

    Feel free to check out my blog

  782. Dizi izle Says:

    thanks you for article

  783. Jeffrey Says:

    work like charm.thanks.been looking for this

  784. ankara notebook tamiri Says:

    thanks good share ;)

  785. Rajesh Says:

    hi i cudnt find quick add tag and adsense tag…where it is?

  786. Florin Salam Says:

    Thanks for this

  787. bangher Says:

    thanks info gan

  788. игры на sony ps Says:

    Привет создателям блога, блог добрый, только вот я не понимаю… Вы там 1 иначе всё-таки 2 ?? человека… Точно якобы бы пишут 2 человека, честный :) Однако пишите безвыездно равно хорошо ))

  789. Драйвера для видеокарт ati radeon Says:

    Привет создателям блога, блог хороший, однако вот я не понимаю… Вы там 1 сиречь всё-таки 2 ?? человека… Сиречь будто желание пишут 2 человека, честно :) Только пишите однако равно хорошо ))

  790. Lezize Nine Says:

    thanx

  791. Red Gear Says:

    Just like other question, how about in blogger?

  792. deo Says:

    Thanks for the plugin…. works like charm.

    On my category pages, I get a long list of full posts - included my adsense.

    Any thoughts about how to write something into the plugin (or into the category page itself) that would remove adsense from these pages?

  793. Kris Reddy Says:

    Does not work.. The error is with pluggable.php.

  794. athapong Says:

    Thanks for the plugins.. very helpful

  795. Lerim Says:

    thanks info gan

  796. National Flowers Says:

    Nice post and usefull plagin, but would be better to have option to insert ads to the sidebar additionally.

  797. Станислав Says:

    Действительно удивили и порадовали :) Не поверил бы, что даже такое бывает :)

  798. Знакомства Says:

    Какие нужные слова… супер, замечательная фраза

  799. National Flowers Says:

    Nice plagin, thanks.

  800. Tuto Says:

    Great Thing, Thanks more more more more more more more more

  801. Aborgoker Says:

    Очень понравился ваш блог! Подписался на rss. Буду регулярно читать.

Leave a Reply