
If you are one of the many bloggers using Feedburner to manage your RSS feed, there’s a good chance you’ve chosen to display your feed numbers using their FeedCount chicklet. Ever wonder if you could free your feed count from the confines of that tiny graphic and let those numbers bound free, to be styled however you might please with the magic of CSS? Well folks you can!
And in this post I’m going to explain how. One caveat to this tutorial, unless you are using WordPress you will need some coding skills as we will be using a WP Plugin to make life easier.
First of all though, here is an example of the chicklet that Feedburner provides:
The chicklet is great as it’s easy to make and displays your stats with very little hassle. I’ve also noticed that the chicklet updates my feed numbers before they change in the actual Feedburner control panel. Unfortunately the chicklet is very constrained and in my opinion looks a little naff with the tiny text and little bevel.

As an example of what this tutorial will be creating, I have actually freed NxE’s subscriber stats and if you flick to the NxE homepage and scroll down the right hand side you will see subscriber stats displayed in HTML goodness. In case you are lazy to click on that link, there’s an image of what I’m talking about shown on the right.
So how does it happen? Well the bit of magic that makes it all possible is the Feedburner Awareness API.
Some time ago Feedburner released an API - which stands for Application Programming Interface - for their application. An API is a set of programming tools to let you make use of their application features with your own programs.
The API lets you do all sorts of clever things including among other things, the ability to display your subscriber stats in plain HTML. You can see the full documentation for the API here.
Fortunately you don’t have to write any code yourself, at least not if you use Wordpress, because there is a WP Plugin available from Mapelli called FeedCount which does it for you!
Here’s what you need to do:
Log in to Feedburner as usual and enableEnable Feedburner Awareness
Log in to your Feedburner account, choose your feed, click on the “Publicize” tab and then in the menu click on “Awareness API” and set it to “Active”. Note that if you are already using the chicklet to describe your count it is probably already active.
< ?php if (function_exists('fc_feedcount')) fc_feedcount(); ?>
And there you have it, stylish subscriber stats that set you apart! If you really want to go nuts, you can create an Adobe Flash file that draws in the feed stats as a variable from the HTML into a dynamic text field and then displays or animates the numbers from within Flash.
So thanks Mapelli for the plugin and for setting us free of that damned chicklet!
Sites that linked here...
8 Trackbacks
Mostrar el número de suscriptores del blog con estilo | La brujula verde
[…] North x East nos explican como podemos prescindir del Chicklet de Feedburner, ese cuadradito que muestra el […]
Webmaster-Source » » Customize Feedburner's Subscriber Count Chicklet
[…] you using Feedburner? North X East has an excellent tutorial on customizing the Feedburner Subscriber Count Chicklet. Using a Wordpress plugin, and a bit of CSS, you can go from the default chicklet to something […]
Make A Custom FeedBurner Chicklet
[…] But if you tired of the default FeedBurner Chicklet then give this Plugin a shot. Head over to northxeast for detailed instructions on how to use and install this Wordpress Plugin. PreviousTags: […]
Where I’ve Been and Blogtreprelinking
[…] Collis has a nice post on how you don’t have to use the Feedburner widget to display your number of subscribers. […]
roxzen.com | Design, Wordpress, Multimedia Tips & Tricks, Fashion, Resources, HTML/CSS, Photoshop
[…] Free Your Subscriber Stats at NorthxEast via Clazh | Download at Mapelli […]
Chicklet-free subscriber stats - Jetpacked
[…] wordpress plugin and a little bit of CSS. Check out Collis’ post at NorthXEast called ” Free Your Subscriber Stats ” for more info on the plugin and the process. If anyone has any trouble with the CSS or […]
Trust, Collaboration, and the Internet | Akkam's Razor
[…] such as Bloglines or Google Reader). Some of the feed services, such as Feedburner allow a ‘chicklet‘ (a small graphic) with the number of subscribers in it. Since the majority of blogs has […]
Blogsolid » Blog Archive » Style Your Subscriber Number
[…] picture. I finally knuckled down to the task tonight and it took me less than an hour to complete. North x East published an article explaining how to do this on June 12th last year, but unfortunately it had a misleading title, so I […]
What others said...
15 Comments
Dimitry said
Perfect! This is exactly what I was looking for but for some reason kept overlooking Awareness API…
Will adjust this to work in Ruby on Rails
Thanks
Collis Ta'eed said
Glad I could be of assistance Dimitry, it had been bugging me for ages as well until i found the Mapelli plugin - unfortunately I don’t have the programmatic skills to write my own plugins in PHP, Ruby or anything else really
francesco mapelli said
thanks for the link
I’m happy you find my plugin useful!
Collis Ta'eed said
No problem Francesco, I’d been trying to make the awareness API work previously but without success - as I say, I’m not very good at this sort of thing. So your plugin was a lifesaver!
redwall_hp said
Cool tutorial. Too bad I can’t use it. One of my blogs hover just around twenty subscribers (but it keeps hopping around), and the other one doesn’t have that many yet.
So until I get a bit more subscribers, *bookmarl*.
Arpit Jacob said
Hey cool The only Reason I didn’t put up the feedburner chicklet is it looks odd on my blog template. this should solve the problem
Adnan said
I’ve always wondered how you did that…now I know! Thanks for that.
As a side note - your Adsense ad block is not appearing correctly. For me it appears to the top right of the content area and the content is aligned to the left.
Dunno whether its just me, or whether anyone else is having this problem.
Collis Ta'eed said
Damn stupid adsense, I haven’t checked in IE - is that what you are using? Actually i realised recently that this whole site breaks in IE6
oh well. Still i’ll fix that adsense block, thanks for the headsup
Jermayn Parker said
Will def need to add the plugin to a rather long list of “to do’s” for my blog to try out…
I have been thinking for a lil while whether or not to include the feedburner to my website.
Joe said
Good, thanks, off to do now.
Garrett Albright said
You can also use my own Conflagration script if you want an original-looking feed widget. There’s two differences from the above method, however. For one, it’s not a WordPress plugin, so it can work with any type of blog; and secondly, it outputs a completely customizable image instead of plain text.
David Askaripour said
Great article, thanks! Also, your new blog design is AWESOME!!! Keep on rockin’!
Collis Ta'eed said
Thanks David!
@Garrett - interesting, i’ll check it out right now!
Andrew said
Awesome! I’ve been avoiding sticking the Feedburner chicklet on my site for these very reasons!
Travel Blog said
For some unexplained reasons I have a N/A instead of the number of RSS subscribers using this plugin…
Tom
Now your say...
Add a Comment