Note: Feed Statistics has been discontinued and is no longer supported.
Feed Statistics is a plugin for WordPress blogs that tracks statistics for your RSS/Atom feeds, including the number of subscribers, which feed readers they’re using, which posts they’re viewing and which links they’re clicking on.
To install, unzip feed-statistics.php from the zip file below and upload it to the wp-content/plugins/ directory of your blog, and activate the plugin from your Administration panel. Then, you have two ways to display your subscriber count. You can either add the following code to your theme (in your sidebar, for example):
<?php feed_subscribers(); ?>
This will display a simple “123 feed subscribers” line of text that you can markup however you want. If your theme is widget-compatible, you can instead use the Feed Statistics widget, which will display the same text, but inside of an easy-to-manage widget. (If you want to style the widget text, it is inside a <span class="subscriber_count"> tag.)
The plugin also adds a “Feed” section to your WordPress administration panel. This section has four subsections: Feed (Options), Feed Readers, Post Views, and Clickthroughs.
Options
Settings for which readers to count as subscribers and toggles for turning view and click tracking on and off.
Top Feeds
Displays a list of the feeds most often requested by your subscribers. Note: a subscriber that follows multiple feeds will only be counted once in the total subscriber count, but all of the feeds that they subscribe to will appear on this page.

Feed Readers
Displays which feed readers your subscribers are using.

Post Views
If you have post view tracking turned on (it’s enabled by default), this page will show the posts in your RSS feed that are most popular.

Clickthroughs
If you have clickthrough tracking turned on (it’s disabled by default), this page will show the links in your posts that your feed subscribers are clicking on.

It will take a few days for the subscriber count to become accurate, so you may want to wait a day or two between installing/activating the plugin and publicly displaying your subscriber count.
Note: watch the Feed Statistics section of my blog for information on updates to this plugin.
Leave a Reply