Feed Statistics Plugin for Wordpress
Note: watch the Feed Statistics section of my blog for information on updates to this plugin.
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 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.
The latest version of Feed Statistics is 1.3.1 (released on 2007-10-12).



Christopher Finke is a software engineer at Mahalo. He is available for birthday parties and bar mitzvahs. 
![[image]](http://mowser.com/img?url=http%3A%2F%2Fwww.chrisfinke.com%2Fimages%2Fhcard.png)

June 19th, 2007 at 4:28 am
Going to try it out now, sounds great :)
Look forward to the updates too.
June 19th, 2007 at 5:05 am
[...] Für Leute die Feedburner nicht mehr mögen oder noch nie gemocht bzw. genutzt haben gibt es dennoch eine Möglichkeit, die Anzahl der Feed-Leser zu ermitteln: das Feed-Statistik-Plugin für WordPress. [...]
June 19th, 2007 at 6:10 am
Don't work at my blog. :(
June 19th, 2007 at 6:12 am
I had put it into my theme faces. But do not work. I have wp 2.0.9 Is that the mistake?
June 19th, 2007 at 6:54 am
[...] Download it here, and overwrite feed-statistics.php in your blog’s wp-content/plugins/ directory if you downloaded version 1.0. [...]
June 19th, 2007 at 6:14 pm
[...] facilitar a sua vida mostrando o número de pessoas que acessam os seus feeds. Vale a pena testar. Mais informações aqui (em inglês). Compare Preços de: games, PS2, PS3, Nintendo, Wii, iPod no [...]
June 20th, 2007 at 12:28 am
[...] Feed Statistics Plugin for Wordpress 显示有多少人通过 RSS 阅读你的åš客 [...]
June 20th, 2007 at 3:29 am
Sounds like a nice idea but version 1.0.1 wouldn't activate in the plugin menu - died due to a fatal error.
June 20th, 2007 at 6:46 am
[...] Plugin Page | Download [...]
June 20th, 2007 at 6:50 am
"Plugin could not be activated because it triggered a fatal error."
This on WP 2.2, PHP 5.2.3.
June 20th, 2007 at 8:50 am
sounds great, say goodbye to feedburner eh??
I'll try this, thx...
June 20th, 2007 at 11:57 am
[...] updated the Feed Statistics plugin for Wordpress again, this time to stop it from counting bots as users. If you’ve been running the plugin [...]
June 20th, 2007 at 1:45 pm
Does this plugin properly deals with Google reader? Google reader groups all reads into one and reports in the link how many subscribers are. Will this work?
June 20th, 2007 at 1:49 pm
Vidas: Yes, this will correctly count subscribers reported in the user-agent string by third-party feed readers such as Google Reader, Netvibes, etc.
June 20th, 2007 at 6:03 pm
Installed, tested, perfect. Thank you very much Christopher! I was looking for this for such long time. I did not wanted to redirect my subscription to feedburner, so now I have full control of my blog and I know how many people are reading it.
Thank you very much again!!!!!
June 20th, 2007 at 7:00 pm
[...] Feed Statistics æÂ’ä»¶å¯以统计有多少人通过 RSS 阅读了你的åš客,然åŽ让它显示出æÂ¥ã€‚有了这个æÂ’ä»¶åŽ,就å¯以直观的看到æ¯Â天有多少人通过 RSS 过æÂ¥é˜…读了你的文章,顺便å¯以看一下全文输出 RSS 内容åŽ,还有多少人会点击查看原文。但目å‰Â还ä¸Â知é“显示的那个数å—代表什么,是总和å—?但éšÂæ—¶é—´å˜化,有时增加有时å‡Â少,还是记录æŸÂ一个时间段的阅读数? [...]
June 21st, 2007 at 6:48 am
[...] you had downloaded the Feed Statistics plugin for Wordpress and couldn’t use it because of an error during activation, version 1.0.3 is for you. The [...]
June 21st, 2007 at 7:31 am
Der Link auf das Plugin ist halb kaputt ;-)
Das Linkziel sollte auf feed-statistics-1.0.3.zip lauten. :P
June 21st, 2007 at 6:26 pm
[...] morning, I needed to troubleshoot an error that was occurring in my Feed Statistics plugin when running on a Windows machine as well as under PHP 5. Since I normally do all of my development [...]
June 22nd, 2007 at 3:18 am
Hmm..got an error -
WordPress database error: [Access denied for user... blah...
CREATE TABLE IF NOT EXISTS wp_feed_subscribers ( subscribers INT(11) NOT NULL DEFAULT 0, identifier VARCHAR(255) NOT NULL DEFAULT '', date datetime NOT NULL DEFAULT '0000-00-00 00:00:00', PRIMARY KEY (identifier) )
June 23rd, 2007 at 2:26 pm
[...] management page. There is also an option for placing the category post count inside the link. Feed Statistics monitors and displays the number of people who read your blog via the RSS feed Information Bar [...]
June 26th, 2007 at 3:56 pm
jaggs: That looks like your database user does not have "CREATE TABLE" permissions. You'll have to get that table created manually by a user that does have those permissions.
July 1st, 2007 at 2:54 pm
Thanks Christopher.
July 4th, 2007 at 6:21 am
Thanks for this brilliant script. I was never too much thrilled of giving the control of my feed away and this is the plugin I was waiting for. Thanks a lot.
I'm looking forward to new features:) Maybe the features FeedBurner Stats PRO is offering...
July 6th, 2007 at 3:50 pm
have installed version 1.1.1 and now appears a new FEED top menu. But when I click on it a "not found page" appears.
Thanks!
July 7th, 2007 at 8:49 am
Daniel, which version of Wordpress are you running? When you get the error, what is the URL in the address bar?
July 10th, 2007 at 10:41 am
Christopher, this is a superb plugin (great upgrade too). I'm intrigued as to why the clickthrough feature is not default enabled while the post views is? Is there some performance penalty? And does it play nice with excerpted feeds which have images delivered to the readers?
July 10th, 2007 at 10:48 am
Jaggs: There are 2 reasons for not enabling the clickthrough feature by default.
#1 is that it's more invasive than the post view tracking is, in that it actually modified the content of the post by changing the links. This means that readers won't be able to tell exactly where the links lead, and that might be a problem for some.
#2 is that when clickthrough tracking is turned on, if your site goes down for whatever reason, all of the links in your feed are now dead as well, even if the feed is already cached.
There is a small performance hit in that every outgoing link in your feed is routed through your own site first.
I know of no incompatibilities with excerpted feeds.
July 11th, 2007 at 4:00 pm
I wonder if there is a way to manually add some feed that comes in a bit differently? LiveJournal has the capability of subscribing to a feed and then making that feed available to its members for a feed on the Friends Page.
Right now, my Feed Widget says I only have one subscriber from LiveJournal, which is the webmaster. But when I look at my logs, the feed from them reads like this:
"LiveJournal.com (webmaster@livejournal.com; for http://www.livejournal.com/users/revisionnotes/; 11 readers."
In other words, they have set up my blog as a mirror blog on their site (so to speak), which is accessed only by the webmaster and then directed to the eleven readers. But it still tells how many readers there are from LiveJournal.
So--anyway to automatically add those into the feed count? Or do I have to always look at my log for the number of feeds from LiveJournal? The ins and outs of feed counts!
Thanks!
dP
July 12th, 2007 at 4:42 pm
Thanks Christopher, that's cool. The Post View tracking is not working for me, but I think that's a result of my strange feed structure. However I do also note that there are a *lot* less Google Reader stats coming in for my feeds than Feedburner showed when I was running that for a while. I'm wondering whether you're picking them all up...?
July 14th, 2007 at 5:25 am
In my website is not working property, when I go to the admin and click in FEED top menu, the page do not exist :-(
July 24th, 2007 at 5:21 am
Can't wait to get home and try this, this would negate the main reason I've been looking at FeedBurner.
July 26th, 2007 at 6:19 pm
Daniel:
Had the same problem on a wordpress blog, too. I did the mistake to place the file feed-statistics.php in a subfolder under plugins/ .
After moving feed-statistics.php to /wp-content/plugins/feed-statistics.php everything works fine.
HTH
Thank for the plugins, it's a very nice thing for stat-addicts who don't want to be burned by feedburner or similar services ;)
cheers
markus
July 26th, 2007 at 10:42 pm
Very nice update of the plugin, it gets better and better.
I have a question about the the clickthrough feature
You mention:
#1 is that it's more invasive than the post view tracking is, in that it actually modified the content of the post by changing the links. This means that readers won't be able to tell exactly where the links lead, and that might be a problem for some.
This only applies (and forgive my ignorance here) to the links in the feed I guess and not to any links of the website, right?
Thanks again.
Thanks
July 27th, 2007 at 7:29 am
Gemme: That is correct.
August 3rd, 2007 at 11:22 am
A question about the stats. You allow the user to set how many days the program will look at. When I set it to 2 days v. 60 days, the answer if very different. I realize that it is dependent upon how many times your feed is accessed and that's why the results vary.
Is there an industry standard for this--you can officially say your Feed has this many subscribers, based on a certain number of days of activity? Or is this too new a count to have a standard? How many days does Feedburner, for example, count?
Thanks!
dP
August 6th, 2007 at 5:26 pm
Hello Chris,
I'm having an issue with Feed Statistics version 1.1.2. It activates, but when I go to any of the Feed Statistics' panes, I see the following error message:
WordPress database error: [Table 'araa_home.wp_feed_subscribers' doesn't exist]
SELECT SUM(subscribers) total FROM wp_feed_subscribers WHERE (date > '2007-08-03 15:39:59') OR ( LOCATE('###',identifier) != 0 AND date > '2007-07-28 15:39:59' )
P.S., I'm using PHP 4.3.11 and WordPress 2.2.2.
Thanks in advance!
Randy
August 6th, 2007 at 6:41 pm
Randy - Does your Wordpress DB user have CREATE TABLE permissions? If not, you may have to create the tables manually. Let me know, and I can send you the SQL.
August 6th, 2007 at 7:04 pm
Hey Chris,
Thanks for the SUPER fast response! As for my reply... I think so. I say this as a complete rookie in regards to working with mySQL. Also, based on the fact that I have successfully installed many other plugins that have been able to create their own tables. How can I know for sure?
Thanks in advance,
Randy
August 6th, 2007 at 7:12 pm
Hey Chris,
Oh, my WordPress user! Yes, I'm pretty sure I have CREATE TABLE permissions being that I am the administrator. The one strange thing is that a while back I successfully installed your plugin (Feed Statistics v???). Then, for whatever reason, I removed your plugin and dropped the associated mySQL table(s). Could this action of mine have caused the issue. And, if so, how can I fix it?
Thanks in advance again!
Randy
August 6th, 2007 at 8:11 pm
Yes, that would explain it. To avoid doing extra queries, the plugin checks for a stored version number. I think if you delete the row in wp_options where option_name equals feed_statistics_version, and then just visit one of the Feed admin pages, it should recreate the tables.
Chris
August 7th, 2007 at 5:40 am
I am a WP hosted user. Assume this only works for WP.org users. Is that right?
August 14th, 2007 at 10:37 am
Hi Chris,
Great work, Thanks. A plugin, I have been searching for sometime, as an alternative for Feedburner....
But not working for me :(
WP private-hosted (on a sub directory of the domain), PHP 5, Unix and plugin installed/activated succesfully. But doesnt show any stats, stats area is blank, although it loads. It's been 3 days so far, but feed has been requested several times every hour. Has this gotta do something with PHP version??
August 15th, 2007 at 4:35 pm
In the next version do you think is possible implement a way to know which feed the subscribers are reading ? For example a user could be subscribed to a subcategory feed
http://www.mysite.com/category1/feed
could be interested know which feed a subscriber is reading :)
August 16th, 2007 at 1:52 am
I installed the plugin some days ago, but it's still telling me "0 Feed Subscribers". That's odd, because I know at least two people for sure, who are subscribed to my feed (using bloglines.com).
Only at Feed -> Post Views I get results. The rest is still empty.
Any idea what went wrong and what I can do?
August 16th, 2007 at 1:54 am
Maybe the same problem as shanX (nr. 43)? Hmmm...
August 18th, 2007 at 6:27 am
No idea, anybody? :-(
August 26th, 2007 at 1:15 am
@ Andreas: here its the other way around. I have 47 feed-readers (?) but no popular posts. Did you look in your access.log file. I always have a 404 when somebody is reading a post via rss. it logs like GET /wp-content/plugins/feed-statistics.php?view=1&post_id=318 HTTP/1.1" 404 315.
Any help Chris?
September 6th, 2007 at 4:14 pm
Hi Chris,
great plugin but it will be even better when I get it running :)
Check this:
WordPress database error: [You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'ON DUPLICATE KEY UPDATE date=NOW(), user_agent='Moz]
INSERT INTO wp_feed_subscribers SET subscribers=1, identifier='89.164.8.136', user_agent='Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6', date=NOW() ON DUPLICATE KEY UPDATE date=NOW(), user_agent='Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.1.6) Gecko/20070725 Firefox/2.0.0.6', subscribers=1
September 7th, 2007 at 7:16 am
Tomislav: it looks like you're running an older version of MySQL that doesn't support the " ON DUPLICATE " syntax.
September 7th, 2007 at 7:40 am
Like Andreas, I was getting no hits on my statistics until I modified the code slightly. The problem is that the standard feed URL for Wordpress ends up being like this:
site.com/blog/index.php/feed/rss/
Under the function, "is_feed_url()", it checks for the basename of the URL and uses that in a CASE statement to see if it's a valid feed URL. Well, the basename of the above ends up being "feed", not one of the choices in the CASE.
So, by adding the line below, I got mine to work:
case 'feed':
This was added on line 239 of the current version, so it looks like this:
case 'wp-rdf.php':
case 'wp-rss.php':
case 'wp-rss2.php':
case 'wp-atom.php':
case 'feed':
return true;
break;
That seemed to do the trick. YMMV.
Nathan
September 7th, 2007 at 7:49 am
CORRECTION: I had to add THREE cases to the switch to make it work -- adding 'feed' only fixes it for standard RSS -- RSS2 needs 'rss2' and Atom needs, strangely enough, 'atom'. So you end up with a switch that looks like this:
case 'wp-rdf.php':
case 'wp-rss.php':
case 'wp-rss2.php':
case 'wp-atom.php':
case 'feed':
case 'rss2':
case 'atom':
return true;
break
September 7th, 2007 at 9:47 am
Hi Nathan,
thanks a lot. I tried you codechange, and it seemed to work. But I did get errors if someone wanted to subscribe to my feed (a SQL-error); comments worked.
Strange.
I disabled the plugin again.
Greetings,
Andreas
September 7th, 2007 at 2:48 pm
Hello Christopher,
just updated your plugin. On the mainpage I get this SQL error:
[Can't group on 'identifier']
SELECT subscribers AS total, CASE WHEN SUM(subscribers) = 1 THEN identifier ELSE CONCAT(identifier, feed) END AS identifier FROM wp_feed_subscribers WHERE ( (date > '2007-08-28 22:38:59') OR ( LOCATE('###',identifier) != 0 AND date > '2007-08-08 22:38:59' ) ) GROUP BY identifier
it still shows Top Feeds and Feed Readers. Post Views and Clicktroughs still missing as described above at 48. Do have any hints. Thank you very much
September 19th, 2007 at 9:08 am
I noticed that google webmaster tools now report rss subscribers information and wanted to ask you this.
Google reports following "Google Subscribers":
http://.../Blog/?feed=atom 3
http://.../Blog/?feed=rss2 15
http://.../Blog/feed 4
http://.../Blog/feed/atom 4
So total on google seems to be: 3+15+4+4=26.
Feed statistics reports google feedreader as:
Feedfetcher-Google 19
Any idea why there differences?
September 20th, 2007 at 2:44 pm
Google could be reporting subscribers over a longer period of time than Feed Statistics; that could account for the discrepancy.
September 22nd, 2007 at 12:23 pm
Thank you very much for updating your feed stat plug in.This release was better in someway than the older one.One feature I'd really like was a way to distinguish between search engine bots and users.
Thanks again.
September 22nd, 2007 at 12:28 pm
Thank you very much for updating your feed stat plug in.This release was better in someway than the older one.One feature I'd really like was a way to distinguish between search engine bots and users.
Thanks again.
October 12th, 2007 at 8:51 am
hey, nice plugin but not work with last wordpress 2.3 and mysql 5.x
got error
wp_feed_subscribers' doesn't exist]
SELECT subscribers, CASE WHEN subscribers = 1 THEN identifier ELSE CONCAT(identifier, feed) END AS ident FROM wp_feed_subscribers WHERE ( (date > '2007-10-09 14:48:14') OR ( LOCATE('###',identifier) != 0 AND
its after install
October 12th, 2007 at 9:01 pm
Alexander: Try downloading version 1.3.1 and then calling your RSS feed with "?reset_feed_statistics=1" on the end. This will try and recreate all of the tables that Feed Statistics uses.
October 14th, 2007 at 10:10 am
Christopher,
got error again, i think here is problem with sql:
WordPress database error: [Specified key was too long; max key length is 1000 bytes]
CREATE TABLE IF NOT EXISTS wp_feed_subscribers ( subscribers INT(11) NOT NULL DEFAULT 0, identifier VARCHAR(200) NOT NULL DEFAULT '', feed VARCHAR( 200 ) NOT NULL, date datetime NOT NULL DEFAULT '0000-00-00 00:00:00', user_agent VARCHAR(255) NOT NULL DEFAULT '', PRIMARY KEY (identifier, feed) )
October 16th, 2007 at 4:34 am
Help!
Need the bit of php for wordpress so it will display on my site! - not listed in your notes above.....
October 16th, 2007 at 8:43 am
got this error:
WordPress database error: [Table 'crazynla_wrdp1.wp_feed_subscribers' doesn't exist]
SELECT subscribers, CASE WHEN subscribers = 1 THEN identifier ELSE CONCAT(identifier, feed) END AS ident FROM wp_feed_subscribers WHERE ( (date > '2007-10-13 08:42:13') OR ( LOCATE('###',identifier) != 0 AND date > '2007-10-07 08:42:13' ) ) ORDER BY ident ASC, date DESC
October 17th, 2007 at 3:44 am
Great plugin! I really love it! Now I need not worry about burning all my feeds through FeedBurner!!
October 18th, 2007 at 6:59 am
@ Alexander:
I had the same problem. This error occurs because I'm sure you have UTF8 collation at your database. UTF8 needs 3 bytes for each character instead of 1.
Try to change the identifier and feed lengths from 200 to 166. I'm not sure if it's 100% working solution but I had to installation problems with this alter.
October 18th, 2007 at 8:04 am
@djStelios, @Alexander: Changing the feed column to have a length of 120 should fix the problem and not cause any trouble.
October 26th, 2007 at 3:07 pm
Chris, Google Reader stats have now completely disappeared from my installed Feed statistics. Weird? Everything else seems to be fine.
November 10th, 2007 at 8:58 pm
Awesome plugin! Thanks so much for this!
December 3rd, 2007 at 8:15 pm
WordPress database error: [Table 'blogdeluxeru.wp_feed_subscribers' doesn't exist]
December 20th, 2007 at 8:47 pm
tahnkss
January 4th, 2008 at 11:11 pm
Any thought on DPs question above regarding how many days to set the collection to? Such as what feedburner uses, or what is a typical "standard"? The results vary vastly based on this value.
Any input is appreciated and thanks for the great plugin.
January 14th, 2008 at 11:32 am
Hi,
How do I disable this plugin? As soon as I disable the plugin my feed no longer validates? When I re-enable it, it validates again. I am doing some trouble shooting on my feed and need to disable this plugin temporarily.
Once enabled, does it leave behind debris which is not removed when disabled? Please help.
my feed URL is http://www.anmolmehta.com/blog/feed
Thanks,
Anmol
January 14th, 2008 at 11:43 am
More specifically, once I turn on click tracking for which links my subscribers click and then turn off the option. The feed invalidates w/ following error...
Sorry
This feed does not validate.
*
line 223, column 1570: Invalid character in a URI: '"' (17 occurrences) [help]
... DE">GRATITUDE]]>
January 30th, 2008 at 1:51 pm
Im going to try the plugin
Thanks
February 16th, 2008 at 11:51 am
#45 & #43
I think the problem is in functions:
function clickthrough_replace($content)
function postview_tracker($content)
lines:
$redirect_url = get_bloginfo('url') . "/wp-content/plugins/feed-statistics.php?url=";
$content .= ' ';
Note:
get_bloginfo('url')is same as home URI (Blog address). I Think that is OK if you install WordPress in site root. In a case that your install directory is different, you should useget_bloginfo('wpurl')(WordPress installation URI) (Wordpress Codex).I replaced get_bloginfo('url') with get_bloginfo('wpurl'). Time will tell is it ok? Hope it is :))
March 5th, 2008 at 2:29 pm
Great!
A lot of time I tried to fined this plugin, and only now will use on my blog.
March 26th, 2008 at 2:05 pm
[...] ????? ??????? ??, ? ????? ??????? ?? ?????????. Feed Statistics - ?????? ????????????? Rss ? ??????????? ?????? ?? [...]
March 26th, 2008 at 3:08 pm
Do you know that your plug-in will working with WordPress 2.5 or not?
March 26th, 2008 at 6:21 pm
Yes, it works with Wordpress 2.5.
March 28th, 2008 at 1:47 am
[...] Feed Statistics - ??Feed?????? [...]
March 28th, 2008 at 2:39 am
[...] Feed Statistics - ??Feed?????? [...]
March 28th, 2008 at 11:20 am
I've added the plug-in and it's working well. I just wish I knew what the line of code was that would allow me to display my feed stats on my homepage.
There's no code after you write "the following line of code" up at the top.
March 28th, 2008 at 2:31 pm
[...] Feed Statistics Plugin for Wordpress :: Now I Have a Blog Too (tags: wordpress plugin rss feed plugins statistics tool wordpress-plugins) [...]
March 29th, 2008 at 11:12 am
[...] ?????????? Dschini Bot Checker - ??????????????? Feed Statistics - ??Feed?????? FeedBurner SiteStats Enabler - [...]
March 29th, 2008 at 9:43 pm
BradyDale: Sorry about that, I've fixed it so you should be able to see the code you need.
March 30th, 2008 at 5:19 pm
[...] Feed Statistics 1.3.1 [...]
March 30th, 2008 at 10:30 pm
I have a question... I don't see an FAQ for this page.
OK, you have the Feed Statistics set to 3 Days of feeds by default. is there any reason not to raise that to a higher number?
I guess what I'm asking is... if a person checks your feed multiple times over whatever period you have Feed Statistics tracking, does it count them as more than one person?
Or does Feed Statistics know that it's the same person opening up his Bloglines account for the 2nd time?
Do you want to keep the number smaller for a more modest, accurate count... or does Feed Statistics just know when people are repeat visitors and not report them?
April 1st, 2008 at 8:41 am
BradyDale: Feed Statistics doesn't count the same person checking your feed multiple times as multiple people. I use 7 days as my default, and it seems to be pretty accurate. 3 was arbitrarily chosen as the general default; feel free to change it.
April 1st, 2008 at 5:44 pm
Awesome! Thanks for the clarification. I have mine set at 20. Why leave anyone out? I was so worried that I really had 5 people who checked the feed every day. Great news!!!
Thanks for this!
April 7th, 2008 at 11:32 pm
[...] Feed Statistics - Most of our blogs are read in feeds, but they aren’t counted by Statcounter codes that we embed in the page. This plugin lets you see some information about how many people are grabbing your feed, and which posts they pick up. [...]
April 9th, 2008 at 9:51 am
[...] Feed Statistics - ??Feed?????? [...]
April 12th, 2008 at 9:15 pm
[...] Feed Statistics - Monitors your feeds and tells you which readers are being used, the links that readers click on, and which stories they are reading. [...]
April 16th, 2008 at 10:27 pm
[...] Feed Statistics Plugin for Wordpress :: Now I Have a Blog Too Plugin de Wordpress para medir estadisticas de feeds. (tags: wordpress plugin plugins webdev stats feed rss) [...]
April 22nd, 2008 at 8:24 am
[...] Feed Statistics - Monitors your feeds and tells you which readers are being used, the links that readers click on, and which stories they are reading. [...]
April 26th, 2008 at 3:06 am
[...] únicamente por saber cuánta gente hay suscrita… Wordpress tiene un plugin que ya hace eso (Feed Statistics Plugin)… y con la ventaja de que si alguien te “roba” los contenidos lo puedes filtrar [...]
May 3rd, 2008 at 1:29 pm
[...] Feed Statistics - ???Feeds??????????????????????????????????? [...]
May 4th, 2008 at 7:19 am
[...] feed?????????????????????????????? Feed Statistics - ??Feed?????? FeedBurner SiteStats Enabler - [...]
May 9th, 2008 at 12:52 pm
[...] Feed Statistics Plugin for Wordpress [...]
May 22nd, 2008 at 4:05 pm
Very nice plugin. Thanks.
Keep up the good work.
June 6th, 2008 at 7:16 am
[...] Feed Statistics - ??Feed?????? [...]
June 8th, 2008 at 6:58 pm
How can I test to make sure this plugin is actually working? I have had it installed for several days and it still says I have zero subs, and I am sure I have at least one or two, since I'm subscribed to my own feed.
June 20th, 2008 at 5:34 am
[...] ein paar Tagen benutze ich das Plugin Feed Statistics für Wordpress. Grund dafür war, dass mein altes Plugin mir keinerlei Auskunft über weitere [...]
June 20th, 2008 at 8:45 am
[...] Feed Statistics - Monitora o seu feed e o informa em quais links os leitores clicaram. [...]
June 21st, 2008 at 7:07 am
Works perfectly!
Thanks a lot!
July 11th, 2008 at 3:58 am
[...] Feed Statistics [...]
July 15th, 2008 at 10:31 am
[...] gli utilizzatori di WordPress, Christopher Finke ha scritto un ottimo plugin che traccia gli accessi ai feed e i click through ai post. Feedstats DE consente la visualizzazione [...]
July 21st, 2008 at 7:32 pm
[...] posts mais antigos que só eu leio), já tenho uma ideia de quantas pessoas subscrevem o meu feed (Feed Statistics), agora já podem ser notificados em caso de novos comentários, reformulei o Acerca de, enfim, [...]
July 28th, 2008 at 2:34 pm
i've got trouble with the tracking-function. the generated [...]/feed-statistics.php?url=[code] links don't work and i get an error 500.
i use wordpress 2.6
do anybody know this problem and has fixed it?
thank you!
-aki
July 31st, 2008 at 8:35 pm
[...] Feed Statistics - Monitorea tus Feeds RSS, te permite saber con que lector fueron vistos. [...]
August 2nd, 2008 at 11:38 am
Just activating it was enough to bring down my blog. The front page was showing blank. All other pages were attempting to download a file instead of displaying it.
I haven't investigated in details but that enough to disable the plugin once and for all.
I am using the latest version of WordPress. Any idea / fix?
August 5th, 2008 at 1:01 pm
[...] Feed Statistics Whit this plugin you can track statistics for your RSS/Atom feeds, including the number of subscribers. [...]
August 6th, 2008 at 12:29 am
[...] Feed Statistics - ??Feed?????? FeedBurner SiteStats Enabler - ??????FeedBurnner????? FeedBurner StandardStats - ??FeedBurner????? FeedStats - ??Feed????? [...]
August 6th, 2008 at 12:29 am
[...] Feed Statistics - ??Feed?????? FeedBurner SiteStats Enabler - ??????FeedBurnner????? FeedBurner StandardStats - ??FeedBurner????? FeedStats - ??Feed????? [...]
August 6th, 2008 at 12:29 am
[...] Feed Statistics - ??Feed?????? FeedBurner SiteStats Enabler - ??????FeedBurnner????? FeedBurner StandardStats - ??FeedBurner????? FeedStats - ??Feed????? [...]
August 11th, 2008 at 4:51 pm
[...] you want to track the number of subscribers to your WordPress-powered blog, I recommend the Feed Statistics plugin by Christopher Finke. Not only does it give you a subscriber count for each feed, it also [...]