How To Modify FeedBurner Official Widget
Feedburner, currently maintained by Google team, used by every blogger in Internet to build a strong readership with readers. It is the only one and last which provide different type of tools and services to bloggers to expand their readership. Feed count widget is one of them, which gives a solid proof of great readership of your blog so you have always need to install this widget.We have recently written a article to genuinely increase Feedburner subscriber.
But today we are interested to play some trick with count widget. Have you seen this widget? If yes, you will find two things in this one is a text called BY FEEDBURNER which is at its bottom part and other one is text that shown over this box which is normally readers. Here we are just trying to change these values.
How To Remove Credits From FeedBurner Feed count Widget
If you have count widget code then its ok, otherwise get it from your feedburner dashboard by going to Publicize/ FeedCount. Steps are just more than simple you have no need to modify any CSS or JavaScript code just copy the following code, change some values and paste into the desired location.<div style="width: 120px; height: 24px; overflow: hidden;"> <p style="margin: 0;"> <a href="http://feeds.feedburner.com/allbloggingtricks"> <img height="26" width="88" src="http://feeds.feedburner.com/~fc/allbloggingtricks?bg=6699FF&fg=444444&anim=1&label=readers" style="border:0" alt=""> </a> </p> </div>
Modification
- Change allbloggingtricks with your feedburner user name whose feed count you want to shows on your blog.
- You can also change readers text that appears on widget after the total count, but you have to use small size text otherwise it will not shows up because in parent div tag we have uses overflow:hidden property, so it is advisable to use smaller text.
More amazing stuffs

Comments
Post a Comment