How to count all RSS subscribers through Feedburner?
shlema - April 13, 2008 - 15:32
Hi all!
In my blog I want to count the number of people who reads me through RSS. I added Feedburner subscription to my site. However, people who subscribe to my blog through default browser's subscriber (e.g. in FireFox there is an RSS button in the URL field) will not be counted.
I'm looking for a method to count all the people, regardless of how they subscribed to my feed. As I understand it can be done either by disabling default subscription or by modifying the default feed so it also goes through Feedburner. Do you have any suggestions on how this can be implemented?
Thanks.

FeedBurner Module
I don't know if you've checked to see if this module works with Drupal 6. But it might be worth a try. http://drupal.org/project/feedburner
Rob Safuto
Awakened Voice
Thanks for advice, but
Thanks for advice, but unfortunately this module is not work with my Drupal 6.2. :(
Alter Theme Header
The other option is to go into the theme files and hard code the appropriate links in the header. This is what needs to be inserted.
<link rel="alternate" type="application/rss+xml" title="Feed Title" href="http://feeds.feedburner.com/yourfeedname" />Rob Safuto
Awakened Voice (Social Media Portal)
Learn By The Drop (Drupal Learning Site)
It now works with Drupal 6.x
It now works with Drupal 6.x
Awesome, Thank You!
Rob Safuto
Learn By The Drop is a place to learn Drupal. If you're new to Drupal I recommend having a look at my Beginner's Guide To Drupal.