So you don’t want to use that ugly feedburner chicklet to show off your RSS subscribers on your Wordpress blog? Neither did we. It really would do a number on your beautifully crafted design, wouldn’t it? Well, there is good news. You no longer have to use that chicklet. Thanks to the Awareness API that lets you have access to the information about your feed using your own coding. But don’t get scared if your not into hard coding your own solution. There are a few plugins you can choose from.
I prefer using the Feedburner Circulation plugin by Derek Herman. Why is this one better than the others out there? I like this one because it reduces the API calls by only executing once an hour. It won’t slow down your blog by trying to update every time you refresh a page. It returns a database stored Feedburner circulation count in simple text format.
Also, another great aspect of this plugin is that if the Feedburner API is down, the plugin will not throw xml errors when the http_code is something other than 200.
Important: you have to transfer your feed over to google, which uses feedproxy.google.com/feed-id. To figure out if you are already using it copy and paste that url into your browser and replace “feed-id” with your feed id. If you are not using google feedproxy then follow these instructions on How to move from Feedburner.com to Google Feedproxy.
Getting Started
- Download the plugin from the wordpress site.
- Upload the
feedburner-circulationfolder to the/wp-content/plugins/directory - Activate the plugin through the ‘Plugins’ menu in WordPress
- Place this function in to your theme files wherever you want your number to show up.
<?php feedburner_circulation_text('feed_id'); ?> - Replace the “
feed_id” with your feed id - Login to your Google Feedburner account via feedburner.google.com/
- Click on the feed you want to use.
- Click on the “Publicize” tab
- Click on “Awareness API”
- Click “Enable”
You are now done!
Now you can style and manipulate that feed count to your heart’s content.





08.02.2009
It was working yesterday and showing my subscriber numbers, but today it is showing 0 subscribers…. whats wrong? Does this plugin need an update or what… how come I only can use it for 24 hours, funny though I did not do anything and it kept showing 0.
02.25.2010
Sweet, I’ll definitely be using this.
02.25.2010
The Bad Blogger, it works fine for me. not sure what your problem is, but it may have to do with the plugin and your version of wordpress?