Tag Archives: google adsense

WordPress: Displaying Google Adsense on Sidebar without a Widget

Few years ago, I developed a WordPress plugin named Amikelive Adsense Widget. I was enthralled to see thousands of downloads for the plugin despite its simplicity. This post is not an announcement about a new release of the plugin despite the absence of simple-yet-powerful Google Adsense widget in the plugin repository. It’s rather a guide on how to display Google Adsense on the WordPress blog sidebar without using any Adsense plugin or widget. The steps are fairly simple, without any coding experience needed.

If you happen to be using Amikelive Adsense widget, it can be necessary to note that the plugin is not actively developed anymore and I don’t have any plan to release newer version anytime soon or sometimes later. Such widget functionality is now built into WordPress, which we can simply take advantage of without reinventing the wheel.

Now on to the ad configuration part.

Continue reading

Quick Update: Working on the Next Release of Amikelive Adsense Widget

I have been away for a while from posting contents on this blog. I was a little bit occupied with exciting things at work. However, don’t worry. I don’t abandon the projects I started and am always trying to find some spare time to update them.

As you notice, there are errors with Amikelive Adsense Widget. It seems that the plugin has stopped working since Google updated their Adsense interface. I am now working on the fix and also complete some new features that I was working on but had to be temporarily stopped because of other activities. I hope I can post a new release at WordPress plugin repository this week.

Stay tune!

Amikelive Adsense Widget 0.6 To Be Released at the End of August

It is very exciting to notice that Amikelive Adsense Widget 0.5 has reached around 1450 downloads after a month and one and a half week. My brain calculator says, there are around 35 daily downloads for the plugin. The number, despite still far from giga numbers, is frankly beyond my expectation. It is since the plugin is very simple by nature and the codes were created from scratch and tested for less than a day.

I would like to extend my gratitude to users who have been using this plugin on their WordPress blogs by continuing the development and improving the features. Amikelive Adsense Widget 0.6 is now on the way to the public release. One incremental feature in this release is streamlined Adsense configuration of the widget. On version 0.5, users have to manually copy and paste several Google Adsense parameters into the form. While I personally think that this does not require much time, some busy users out there may feel happier if this process can be simplified. And yep, I hear you. The configuration will be as easy as flipping your palm.

This version is scheduled to be available on downloads at WordPress from August 31st, 2010. So, stay tune!

A Simple Adsense Sidebar Widget for WordPress

For those who visit this site to download the adsense sidebar widget for WordPress, I have some good news for you. I spent some hours to rewrite the widget and now release the code to public. This version offers the same functionality with the previous version which is displaying Google Adsense on the sidebar. However, it’s been known the previous version has compatibility problem with recent WordPress. If you’re a fan of simple widget, this one might also fit you.

More information about this widget is provided below:
Widget Name: Amikelive Google Adsense Widget
Widget Version: 0.5
Feature: Displaying Google Adsense on sidebar based on given Adsense info
Compatibility: WordPress > 2.8.x
Continue reading

Quick Notes On Google Adsense Sidebar Widget for WordPress

Adsense on WordPressIn my earlier post, I contributed my updated version to Google Adsense Sidebar Widget on WordPress based on  previous work by Mike Smullin. I received some comments about errors in implementing the widget. This weekend, as I mentioned earlier, I decided to take further investigation to know the root cause of the malfunction.

I compared two references i could find. The first is right from the dashboard of my Google Adsense publisher account and the later is Google’s documentation for Adsense API. There should be another reference from Mike Smullin’s own work but since he’s now charging for the plugin, I’d better have someone send me the plugin to be analyzed and synchronized with my update.

After reading the documentation and  toying with my account, I’d like to provide some notes regarding google adsense implementation:

1. Google Adsense API

This API provides programmatical way to modify and manage the ads. It uses SOAP web service with available callbacks listed in its published WSDL. The API will enable a user to manage his adsense account without logging in into his Google Adsense account. Instead, the third party application communicates with Google server to update the modification executed by user while utilizing the application.

However, WordPress widget expects simple configuration values for each of the widget. Rearchitecting existing widget to support SOAP communication is a bit out-of-boundary and redundant. I’ll explain this in the subsequent point. Continue reading