Feed Statistics Wordpress Plugin Updated
I've updated the Feed Statistics Wordpress Plugin (now at version 1.3.1) to be more compatible with Wordpress 2.3 and to fix some bugs from the previous version's clickthrough tracking.
To install this plugin:
- If you installed an earlier version, download the zip file of the latest version here, and overwrite feed-statistics.php in your blog's wp-content/plugins/ directory.
- If you're downloading it for the first time, download the zip file of the latest version here and copy feed-statistics.php to the wp-content/plugins/ directory of your blog.



Christopher Finke is a software engineer at Mahalo. He is available for birthday parties and bar mitzvahs. 


October 15th, 2007 at 10:37 pm
[...] Feed Statistics has been updated to be more compatible with WordPress 2.3. [...]
October 16th, 2007 at 10:01 am
I just installed this on WP 2.1.3 and got the following error when activating the plugin:
Any thoughts?
October 16th, 2007 at 2:40 pm
we used it for about a month, bit the plugin has a problem... while it offers nice features, the way to measure clickthroughs is by generating hashes and appending them to domain.tld/feed-statistics.php?hash. This almost inevitably makes you lose privacy-sensitive subscribers. what the plugin needs is a comparison with external solutions (e.g. awstats) or a more explicit hint that some functions may be privacy-sensitive.
@jesse harris, seems your database user does not have the permissions to actually create the database table the plugin needs and attempts to create, but fails to find. check you permissions or ask your hoster.
October 17th, 2007 at 2:21 pm
[...] Feed Statistics has been updated to be more compatible with WordPress 2.3. [...]
October 17th, 2007 at 4:03 pm
Actually, it looks like a MySQL bug that's a solid two years old. Despite the two primary key columns being a total of 400 bytes, UTF-8 uses extra bytes and consumes 1200, well over the 1000-byte limit imposed by MySQL. The solution is to either remove one of the primary keys or make the columns no more than a combined 333 characters. I just don't know what they would break.
October 18th, 2007 at 1:50 am
Help!
Need the bit of php code to add to my sidebar to make the feed stats display.....it;'s not listed in the readme or on the site pgae....
thanks....
October 21st, 2007 at 2:24 pm
[...] Feed Statistics - If you aren’t using FeedBurner, Feed Statistics is the next best option. Tracks the number of subscribers, which feed readers they’re using, which posts they’re viewing and which links they’re clicking on. [...]
October 24th, 2007 at 7:52 am
[...] Feed Statistics has been updated to be more compatible with WordPress 2.3. [...]
November 24th, 2007 at 12:59 pm
How To Start A Blog...
I couldn't understand some parts of this article, but it sounds interesting...
November 25th, 2007 at 9:19 am
Hello!
How can I do to appear my feed count in my theme?
Thanks!
November 27th, 2007 at 3:03 am
Hello, there are two problems with this plugin activated (1.3.1, WP 2.3.1):
1) My RSS feed is not updated in Google Reader (I am not sure if this plugin is somehow changing my RSS?).
2) My RSS of comments shows following error:
WordPress database error: [Duplicate entry '85.160.207.149' for key 1]
INSERT INTO wp_feed_subscribers SET subscribers=1, identifier='85.160.207.149', user_agent='Mozilla/4.0 (compatible; MSIE 7.0; Windows NT 5.1; .NET CLR 1.1.4322; .NET CLR 2.0.50727)', feed='/comments/feed/', date=NOW()
Warning: Cannot modify header information - headers already sent by (output started at /var/www/web5/separatista.net/separatista.net/wp-includes/wp-db.php:160) in /var/www/web5/separatista.net/separatista.net/wp-includes/feed-rss2-comments.php on line 2
After deatcivating this plugin all works well...
Thank you for your help...
December 4th, 2007 at 2:46 pm
I'm having the same problem as Jesse Harris.