Latest Version: 1.9
Here are some features that come with this plugin:
<!--Ads1-->, <!--Ads2--> … , <!--RndAds-->, <!--NoAds-->, <!--OffDef-->to a post to accomplish this.Sign up for a Google Adsense Account to generate revenue from your blog, if you don’t have one.
Here are the quick overview of the plugin:


If you have just installed the plugin, you may want to test it up. Here is an illustration that you can follow to have a feel of what Quick Adsense can do for you:
<span style="display:block;width:250px;height:250px; background:#eee;border:1px solid #333; text-align:center;font-size:10pt"> <b>Sample Ads1 (250x250)</b> </span>
<span style="display:block;width:234px;height:60px; background:#eee;border:1px solid #333; text-align:center;font-size:10pt"> <b>Sample Ads2 (234x60)</b> </span>
<span style="display:block;width:200px;height:200px; background:#eee;border:1px solid #333; text-align:center;font-size:10pt"> <b>Sample Ads3 (200x200)</b> </span>
<span style="display:block;width:120px;height:240px; background:#eee;border:1px solid #333; text-align:center;font-size:10pt"> <b>Sample Ads4 (120x240)</b> </span>
<!--RndAds--> tags, anywhere within the post (somewhere in the middle is good), use the Quicktag button under the HTML Edit Post Subpanel as you wish.A link from your blog to http://techmilieu.com/ would be highly appreciated. You can show your support by simply copy one of the HTML code below & paste into your pages. This will help spread the words, thanks.

<a href="http://TechMilieu.com/"><img src="http://TechMilieu.com/images/link-20x20.png" alt="TechMilieu.com"></a>If you believe that Quick Adsense plugin is valuable to you, please consider making a donation. Your generosity will encourage me to improve the plugin in future.
Previously, I have written some php codes which allow me to insert Adsense to a post on the fly randomly [ posted to 1. Insert Google Adsense Code Anywhere In Your WordPress Article & 2. Insert Google Adsense Code Anywhere Randomly Within Your WordPress Article ]. The drawback of this code is that you need to modify the theme template directly for the code to work. A comment from Gossips about this code has inspires me to convert the code into a plugin.
I decided to spend a few hours googling & trying to figure out how to create a WordPress plugin. Surprisingly, I found out that writing a plugin is not as complicated as I thought.
Firstly, I have to decide what the plugin can do for me. I want to create a plugin which allows me to quickly insert Ads code to the post. It must be capable to be random. Using tags to triggle the Ads display is always a good choice. Also, to make it more complete, I want the Ads to be displayed on the Sidebar.
Next, I started to design the plugin Setting page. It took me a while to do this as I wanted it to be as simply as possible, at the same time incorporating all the relevant options. The simpler the Setting page you want it to be, the harder the coding would be.
I thought it was nearly finished but realized that it was just started as the developing of the plugin algorithm was head-cracking. See my entire requirement in the first place; the question is how to make the plugin functions nicely? Well, the php excellent array functions really helped me do most of the jobs. Randomization had been done with just a few lines of code.
I really enjoy creating this plugin. My experience is that once started, it is hard to get it stopped. Please feedback for any bug you might have found, or any suggestion you like to add. Hope this plugin which have benefited me would benefit you as well.
Hi Philip,
I did a little modifikation on the quick-adsense.php on line 383:
I replaced
$adscode = get_option('AdsCode'.$adn);with the following lines:
if(get_post_meta(get_the_ID(), 'AdsCode'.$adn, true)){
$adscode = get_post_meta(get_the_ID(), 'AdsCode'.$adn, true);
}else{
$adscode = get_option('AdsCode'.$adn);
}
After that, you’re able to enter custom values for e. g. “AdsCode2″ on a specific post.
Example:
You’re running AdSense on all of your posts, but in 1 single post you want to have 1 other banner instead of the default AdSense banner. You probably could deactivate QuickSense and manually place the banners in that post, but then you’ll also have to manually edit alignments etc.
With my solution you only have to change the banner code.
Maybe you’d like to implement this in your plugin. If you’ve got any questions, just write me an email.
Best
Jens
Hi Philip,
Love your plugin.
I have around 30 sites using your plugin, such as the one above, and all the ads are showing on the sites.
However, the sites have been up since the end of June & they’re all getting traffic but I’m not seeing any Adsense revenue.
I think it’s strange that I have not got at least one click through so I’m wondering if I’ve done something wrong.
Is there any way we can check this out or check my settings??
Cheers,
Peter
are you seeing impressions registered for the site(s) in your google adsense account?
На странице настройки плагина кнопка [ Load Default Настройка ] не работает, хотя при наведении курсора на неё она преобразуется, как при обычной активизации в палец ладони.
Как мне найти код для вставки?
I am only getting one ad to show up at a time, I cannot figure out why?
I’ve installed the plugin some days back but the ads wouldn’t show. I waited and reinstalled but still no luck. The sample ads don’t also when I use them as ads1, ads2, ads3. However, if I copy any of the sample ads or my adsence code into the html view of a post, the sample ad or adsence ad shows. What could be causing the plugin not to show the ads automatically in the top, middle and bottom of the post as I’ve specified. Also, set to show 3 ads.
You can check the html source code see whether the ad code appear there. If not try switch to default wp theme to see whether the plugin is conflicting with your current theme.
I think the problem will be with my current theme – Newstube. However, it was working very fine with this theme until recently. I really want to use the plugin but don’t know how to resolve the problem.
Hi,
First this is a great plugin! Would it be possible to add a add placement right under videos? Like you do with images. Allow to place an ad under 1 st vid or 2nd vid and so on. This would be greatly appreciated!
Best Regards,
Hi,
Does it support ad in category list, tag list, archive list pages?
thanks,
Joe
Thank you for a great job, your plugin is really brilliant, but can you help me with it? How can I rewrite function to use “Before 1-2-… image” instead of “After image”. Thank you for your answer