How to display Feedburner Subcribers count in plain text without chicklet in Blogger?

Feedburner in plain text for bloggerI am sure that most of us have a common opinion about the default Feedburner Subcribers count chicklet that it is ugly,out-of-trend, not flexible with theme and etc. No matter what colour you change them, they never look nice. Out there in net, there are bunch of wordpress plugins which enable WordPress users to show the count in plain text. But, its really hard to find one for Blogger. So, here I’m going to provide you a simple javascript code which enables us to show the Feedburner Subscribers/Readers count in plain text without the chicklet.

All you have to do is just copy and paste the code shown below in a HTML/Javascript widget in Blogger. Or, if you are okay with editing blogger templates, add the code wherever you want to show the count.

<script language=’javascript’ type=’text/javascript’ src=’http://www.codigosblog.net/servidor/contadorfeed.php?uri=your_feedburner_name‘> </ script>

But, remember to change the “your_feedburner_name” with your feed name. The script will only show the subscribers number alone.

The code below is a modified version of the code with the word “subscribers” and a link to your feed.

<a href=’http://feeds.feedburner.com/your_feedburner_name‘ target=’_blank’><script language=’javascript’ type=’text/javascript’ src=’http://www.codigosblog.net/servidor/contadorfeed.php?uri=your_feedburner_name‘></script> Subscribers</a>

And this is another modified version of the code with RSS image, words “Subcribers” and “Subcribe to our feed”.

<div style=”float:left; margin: 2px 5px 2px 2px; padding: 0; width: 46px;height:46px;background:url(http://4.bp.blogspot.com/_b8IA1ajBJG8/S9xBUyP6abI/AAAAAAAABEQ/UsV1s1oABaQ/feed-icon.png) no-repeat scroll 0pt 0pt transparent;” ></div>
<div style=”padding: 6px 0 0 0; margin: 0; font-size: 13px; font-weight: bold; font-family: Arial, Helvetica, sans-serif;”><a href=”http://feeds.feedburner.com/your_feedburner_name” target=”_blank”><script language=’javascript’ type=’text/javascript’ src=’http://www.codigosblog.net/servidor/contadorfeed.php?uri=your_feedburner_name‘></script> Subcribers</a></div>
<div><p style=”padding: 0; margin: -1px 0 0 0; font-size: 12px; font-family: Arial, Helvetica, sans-serif;”> Subscribe to our feed </p><div></div></div>

And thanks to Codigosblog for the fantastic code.

Be sure to subscribe to Introblogger to be notified of updates!

8 Replies to “How to display Feedburner Subcribers count in plain text without chicklet in Blogger?”

Leave a Reply

Your email address will not be published. Required fields are marked *

CommentLuv badge

This site uses Akismet to reduce spam. Learn how your comment data is processed.