WordPress Plugin Feedburner Feed Stats Your Blog
Category Wordpress, webmasters | Permalink | 2. March 2007
« Second Life Just Like The First | Verizon Brings CBS, ESPN, Fox Mobile, MTV and NBC to Mobile TV »
Feedburner Feed Stats is a simple plugin that I put together with the ideas (and some of the code) from an article that I was reading yesterday for a Wordpress hack of sorts.
The idea is good and the code is simple
.
Since a lot of people like the subscriber statistics offered by Feedburner but want to continue to offer feeds directly through Wordpress, if there was a way to pass on every feed request made to Wordpress transparently onto Feedburner, Feedburner would be able to gather subscription data. 45n5 came up with the concept and some of the code for the Wordpress hack. I took some of that code, some more code from transparent proxy scripts, added a smattering of more code on suggestions from Eric Lunt along with the plugin framework that was already built by Steve Smith and am ready to alpha test my version of the Feedburner Feed Stats Plugin.
As I explained to a friend, after installing this plugin, the feed for your (Wordpress) blog will be served directly by your blog. All feedburner is doing at that point is counting the number of people that read your feed.
You can download the alpha code from the following link. Download the Feedburner Feed Stats Plugin
Couple of gotchas and assumptions:
- You have to disable any Feedburner redirect plugins since this will effectively do the same thing. Might cause double the stats and all kinds of goofy redirect problems.
- You will lose the click through statistics from Feedburner since the links on the feed are no longer from Feedburner.
- I am assuming that Feedburner respects the HTTP_X_FORWARDED_FOR header from transparent proxies and uses that information to tag unique subscribers. The answer to that question might affect subscriber numbers
- It looks like the country of origin is not determined by the proxy information and everything is showing up as the servers’ location. I wonder what they use to determine the location of the subscriber. I also wondered if there was a way to spoof the remote_addr server variable from inside a curl request.
- As pointed out in the comments, this plugin requires PHP 4 >= 4.3.0
- Also, as Adam points out in the comments, Apache is required for this version of the plugin
- If you run any kind of ads over Feedburner, this is not for you
,
If you still have questions, please leave a comment. Installation is really simple. Just download, move to your plugin folder, activate in your Wordpres back end, go to the options tab and configure. If something breaks, simply turn the plugin off or delete it from your plugin folder. Please post bugs and suggestions.
Related Posts
- Fedafi Stand Alone RSS Generator, Wordpress Plugin and RSS publishing network for everyone Fedafi RSS Wordpress Plugin Download Fedafi RSS Wordpress Plugin To download Fedafi RSS Wordpr...
- wp-slimstat, track your blog Wp-SlimStat 0.9.2 is a statistic plugin for WordPress. At first, I started using a plugin writte...
- Wordpress Plugin: TD Word Count This is the official page for the TD Word Count plugin. Updates and releases are announced on the b...
- 5 Ways to Make Your Site Stickier How many pageloads do you get per visitor on average? Are people stopping by, reading a post or ...
- Analytics Toolbox 50 Ways to Track Website Traffic From analyzing your RSS feed to counting page views to visual representations of where your visitors...
- WordPress Paged Comments Plugin WordPress Paged Comments is a plugin for WordPress 1.5 and 2.x to allow comment paging. Useful ...
- WordPress-to-WordPress Import I know there are quite a lot of folks who have wanted to merge WordPress blogs or in one way or anot...
- WordPress Plugin AdSense-Deluxe Updated for WordPress 2.0… AdSense-Deluxe is an easy-to-use plugin for WordPress 1.5+ (includ...
- Wordpress Plugins iMP Links iMP Links is a wordpress plugin that displayed your link collection from in two columns without tab...
- Reinvigorate.net Wordpress and Drupal Statistics Plugin WordPress users can get started tracking by using the Reinvigorate WordPress Plugin. Drupal u...


































































