FeedBurner subscription show-off revisited

A couple of months back I blogged about how to show off your FeedBurner subscribers. In the comments then, a couple of people told me the code didn't work for them. After a few back and forths I found out those people were on FeedBurner's new servers, the Google ones.
This new server actually has a

Showing off your FeedBurner subscribers

Quite a few websites have started to show of their FeedBurner subscriber count with something else than a widget. To do that, you have to be able to grab the number of subscribers through the FeedBurner API.
Now I bet you want to know how! It's bloody easy in WordPress, just do this:

$fb = get_option("feedburnersubscribecount");
if

Tags:
Categories: WordPress