Free your Subscriber Stats

Collis Ta'eed Free Your Subscriber Stats

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!


Ebook Selling |  Blog Software |  Website Templates

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.

Examples of Chicklets and Freed Feed Counts

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.

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.

But I don’t want to write code!

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:

  1. feedburner Awareness Log in to Feedburner as usual and enable
    the Awareness API otherwise nothing will come
    through to your plugin for display

    Enable 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.

  2. Install the FeedCount Plugin and Set Options
    Install the plugin by following the instructions then go to “Options” in your Wordpress admin. Then click on “FeedCount” and enter in details of your feed and how often you want the numbers to update. You can also choose the words to go before and after the actual number.
  3. Paste some code in
    Now all you need to do is edit your Wordpress template in the place where you want your numbers to appear and paste in:

    < ?php if (function_exists('fc_feedcount')) fc_feedcount(); ?>
  4. Style your code
    The FeedCount plugin automatically wraps up the output in some
    and tags, so if you can open your blog, click “View Source” and find the code to see how exactly it is formatted. Then add some CSS to your stylesheet to make it fit your theme.

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...

9 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 [...]

???????????…RSS? | ??

[...] Free Your Subscriber Stats (???????????) [...]

What others said...

17 Comments
On 12 Jun 2007, 9:58 pm,

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

On 12 Jun 2007, 10:12 pm,

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 :-D

On 13 Jun 2007, 12:29 am,

francesco mapelli said

thanks for the link :)
I’m happy you find my plugin useful!

On 13 Jun 2007, 12:42 am,

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!

On 13 Jun 2007, 6:14 am,

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*. :)

On 13 Jun 2007, 7:31 am,

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 :D

On 13 Jun 2007, 8:13 am,

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.

On 13 Jun 2007, 3:04 pm,

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 :-D oh well. Still i’ll fix that adsense block, thanks for the headsup

On 14 Jun 2007, 7:53 pm,

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.

On 14 Jun 2007, 11:57 pm,

Joe said

Good, thanks, off to do now.

On 16 Jun 2007, 5:56 pm,

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.

On 21 Jun 2007, 6:17 pm,

David Askaripour said

Great article, thanks! Also, your new blog design is AWESOME!!! Keep on rockin’!

On 23 Jun 2007, 5:45 pm,

Collis Ta'eed said

Thanks David!

@Garrett – interesting, i’ll check it out right now!

On 30 Jul 2007, 12:47 pm,

Andrew said

Awesome! I’ve been avoiding sticking the Feedburner chicklet on my site for these very reasons!

On 18 Jan 2008, 11:42 pm,

Travel Blog said

For some unexplained reasons I have a N/A instead of the number of RSS subscribers using this plugin… :(

Tom

On 12 May 2009, 12:10 pm,

Raymond Selda said

Very useful tip and plugin. I tried using a feed chicklet but it doesn’t mesh up quite well with my minimalist design. Serving your feed stats in really did the job and I’m very happy with the results. Thank you for sharing.

On 29 Sep 2009, 1:31 pm,

Gizmo 101 said

Nice plugin. The only problem I’m having is figuring out how to put the code so that the feed counter appears next and/or below my twitter counter.

Now your say...

Add a Comment

Your email is never published nor shared. Required fields are marked *

Required fields are marked *

*

*


© 2008-2009 Tone Media LLC