Customize Feedburner Chicklet Feed Count Text

customize feedburner chicklet countA blog's success lies in the quality of its content and fellowship which is also termed as readership. The more subscribers you have the more you groom as an authority and trustful resource for knowledge amongst your visitors. Blog subscribers are the integral part of your online career. You are being judged by the number of readers you have. A good subscription box boosts the Feed count and results in reader growth similar effect is applied by that little dynamic Feedburner xml button i.e Chicklets . By default the chicklet displays number of subscribers as "**** readers"  The feed count is followed by the text "readers" amazingly with a little code you can change the appearance of this graphic text. You can turn readers into fans or followers. Follow up:

 

Change Feedburner Chicklets Count

Your feedburner feed count button has a code similar to this:

<a href="http://feeds.feedburner.com/TntByStc"><img
width="88" style="border:0" alt="" src="http://feeds.feedburner.com/~fc/TntByStc?bg=F2F2F2&amp;fg=666&amp;anim=1" height="26"/></a>

 

The first URL is your RSS Feeds link and the second one (bolded one) is the URL of of that graphics button. You just need to add this code -> &label=readers after the bolded URL. See below,

<a href="http://feeds.feedburner.com/TntByStc"><img
width="88" style="border:0" alt="" src="http://feeds.feedburner.com/~fc/TntByStc?bg=F2F2F2&amp;fg=666&amp;anim=1&label=readers" height="26"/></a>

 

Replace the word readers with anything you want. For example you can choose Fans, Followers etc as shown below,

Default: Readers

feedburner readers

Fans:

feedburner fans

Followers:

feedburner followers

Choose a word that is equal to or less than 7 characters. Do not choose a long word as they will not fit in the button. Though you can edit the width but that will damage the look of the chicklet. Hope this little trick proves helpful to most of you. You are most welcomed to ask for any help if needed.

You can also create a completely custom feedburner chicklet button by reading this post:

Related Posts:

  • How To add Social Media Links To Blog Feed?Adding social media links to Feedburner feeds is really important in order to increase the chances of getting more and more social votes. Whether it may be a stumble, Facebook like, a Digg , Save to Delicious or +1, each link… Read More
  • Disable Lightbox View The Correct wayUpdate: Lightbox Effect is Offcially Disabled by Blogger. No Worries now.Yesterday I shared a short code that somehow helped to deactivate and remove the lightbox view for images appearing on blogger blogs. However some of th… Read More
  • How To Disable Lightbox View For Blogger Images?Update: Lightbox Effect is Offcially Disabled by Blogger. No Worries now. Try a more correct wayBlogger just announced today that they have now automatically added Lightbox view effect to all blogs by default. Now when you cl… Read More
  • 1000+ Background Patterns For Blogger Comment Box!Whether you like flowers, Christmas, EID, Greenery or Dark and light backgrounds then thankfully now you give any color and look to your blogger comment forms. The code that we previously released can be used to give any back… Read More
  • Open Multiple Webpages Using a single LinkI have been using a simple JavaScript call function to open multiple sites on a single click. This function declares several URL’s in its body and once the function is called either through a hyperlink or an image, the click … Read More