Style Your Subscriber Number

By Imar at Blogsolid

You know that ugly little semi-3d Feedburner box that displays the number of people who subscribe to your blog? Well, you can totally pimp it! This is something I have been meaning to do for ages, but days became weeks, weeks became months and… you get the 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 overlooked it until now. Here’s my version:

This is an example of the default feedburner “chicklet” for Blogsolid.

Here are a couple of examples from other blogs where some style has been applied to the subscriber number:

Subscriber Number on leslyg.com

Georgia Bold featuring a bright background image - Lesley G

Subscriber Number on North x East

Stylish Georgia - North x East

Subscriber Number on Posh CSS

Plain and subtle Verdana - Posh CSS

Subscriber Number on Freelance Switch

Large Arial with a yummy RSS icon - Freelance Switch

If you blog in Wordpress, use Feedburner to host your feed and have some basic knowledge of CSS, you are in luck, because a clever Italian guy by the name of Francesco Mapelli created a WP-plugin for this purpose - Feed Count.

Download the plugin and upload it to the wp-content/plugins folder on your server. Then log into your Wordpress control panel in a browser and activate the Feed Count plugin. Now go to Options> Feed Count and you should find a screen that looks like this:

Feed Count plugin options

Once you have filled in the details required, you need to stick the following bit of PHP code into your blog template wherever you wish for the subscriber number to appear (probably the sidebar):

<?php if (function_exists('fc_feedcount')) fc_feedcount(); ?>

The resulting HTML looks like this:

<div class='feedcountdiv'>
<p><a href='http://feeds.feedburner.com/Blogsolid'>
<span class='feedcount'>
<span class='before'>±</span>
<span class='subscribers'>465</span>
<span class='after'>so far...</span>
</span>
</a></p>
</div>

I threw in the little “plus-minus” sign just to be fancy, you are free to fill in whatever you want.

At this point it would be a good idea to log into Feedburner and check that the “Awareness API” for your feed, found under “Publicize” is activated. This is important because it makes the whole thing work!

Feedburner Awareness API

Now that everything is in place, you should see your subscriber number appear on the page when you view your blog in a browser. It might not be pretty yet, but that’s where your creativity and CSS skills come into play!

The result of my efforts is visible in Blogsolid’s sidebar:

Subscriber Number on Blogsolid

Why not give it a try, then post a comment so we can click on your name and check out the work you’ve done to the subscriber number on your blog!

Bookmark this article on del.icio.us | Bookmark this article on digg

Comments

10 Comments on “Style Your Subscriber Number” so far

  1. Brian Purkiss Says:

    Very nice.
    Yeah, I did that a bit ago.
    It took a lot less time than I thought.
    :-)

  2. Amanda Says:

    Thanks for posting this! I’ve been wondering how others have styled their feed subscriber count before but had never been able to discover how.

    My main blog is hosted by Blogger, so I’ll look into how this can be adapted for Blogger users and will let you know about this.

    Best wishes,
    Amanda

  3. Bernat Says:

    Thanks! That’s useful.

  4. Imar at Blogsolid Says:

    Looking forward to your solution for Blogger, Amanda!

  5. Kosta Kontos Says:

    Excellent tutorial. Thanks for the effort. Up until now I was oblivious to the benefits of displaying one’s subscriber count. This easy-to-follow walkthrough prevents me from procrastinating about implementing this cool feature. I best get to it.

    Keep up the good work Imar.

  6. 15 de febrero de 2008 Says:

    […] Estilizando tu número de suscriptores […]

  7. redwall_hp Says:

    Great tutorial! I may end-up doing something like this in the future, if I do some major theme tweaking on Webmaster-Source. Though I’m still not quite to the point where I want to advertise my subscriber count (I only have 130+ currently).

  8. stesma Says:

    thanks for sharing n ur guide.. :)

  9. nicolas Says:

    This has nothing to do with the post (though its really helpful) but I was wondering if there is such a thing as a ” thumbnail cropper” as opposed to a thumbnail size for wordpress. I am using cropped image on my blog but I have to go in photoshop and cropped 600X100 images everytime and it’s kind of annoying.

  10. adelle Says:

    Great blog you have here, would like to see it updated more often!

Leave a Comment