A lot of websites and blogs use text-based Feedburner subscriber count instead of the chicklet. This makes it look for real since you are displaying the real subscribers instead of fake ones unlike some sites. Now when you see 20-30k subscriber counts on various blogs, I hope you don’t think that the authors of the blogs are doing it manually because its simply not possible. All these can be done easily with a script. You definitely want to do this because it gives your blog credibility as well as flexibility in terms of design and display.
STEP 1
Copy paste the following code into your wordpress template and replace feedburner-id with your Feedbuner username.
| ” //get cool feedburner count $whaturl=”http://api.feedburner.com/awareness/1.0/GetFeedData?uri=feedburner-id”; //Initialize the Curl session //Set curl to return the data instead of printing it to the browser. //Set the URL //Execute the fetch //Close the connection |
STEP 2
Copy and Paste the following code wherever you want to display the Feedburner subscriber count in text.
| ” echo $fb; “ |
Last but not the least, if you want to style the feedburner count with your blog then, add <p> or <div> and tweak the CSS accordingly.
Check Out Related Posts:
- Top 8 WordPress Tricks And Hacks
- Top WordPress Optimization Tips
- The Future is Here- WordPress 2.9 is Available for Download
- Top 10 Ways to Make Money from Blogging for Beginners
- So you have learnt about setting up Wordpress, now how to start!












