FeedBurner allows a blogger to track their readership and monitor click through rates as well as some other meta information. And you don’t have to pony up the dough for the commercial features, the free stuff that comes standard is still pretty powerful.
If you’re using WordPress and you already have an established readership via your standard WordPress feed - there’s a quick and dirty way for you to quickly change that with a few tweaks to your .htaccess file.
(If tweaking your .htaccess file seems like too much trouble, there is a plugin - though I’ve not used it, the details make it look as though it simplifies transferring your feeds through FeedBurner without needing to modify your actual template. If you have tried the plugin, mind letting me know how you like it :)? )
The code below assumes you’re using pretty permalinks on your blog - add it anywhere before the WordPress mod_rewrite code…
#Redirect Feeds Through Feed Burner
Redirect 302 /feed/ http://feeds.feedburner.com/YourFeed
Redirect 302 /comments/feed/ -> http://feeds.feedburner.com/YourCommentsFeed
Whenever someone adds your feed to their reader using http://www.yoursite.com/feed/ - the feed will be accessed through FeedBurner and you will be able to track it as though they had subscribed to the FeedBurner feed itself.
* the -> means it should be on the same line. Also, I used a 302 (temporary) redirect in case you ever want to change your actual feed burner address, use a new service, or revert back to using your standard WordPress feed URL for whatever reason.
If this method is not powerful enough for you (because sneaky users can still access your feed using ?feed=rss2), then there is a thread at the FeedBurner forums which offers up some workarounds.



Teli, I use the Feedburner plugin you linked to. I find it really easy to use. I don’t have a programming background so couldn’t tell you how it actually works. All I had to do was upload the plugin, activate it and change some URL in my feedburner account and presto!
# April 16th, 2006
Cool - thanks for letting me know Bina
I may test it out on one of my new blogs to get a feel for it.
~ Teli
# April 16th, 2006
Thanks for the redirect code, Teli.
You rock!!
-Lynn
# May 8th, 2006
Thanks Lynn and you’re welcome
~ Teli
# May 9th, 2006
Hi Teli,
Yes, that FeedBurner plugin is very good.
However, I noticed that when it is first setup on the default Kubrick theme, the RSS entries link at the bottom didn’t work.
It seems you have to remove the “feed:” from the footer.php for the RSS Entries and RSS Comments URL to get it to work properly. After that it works flawlessly.
On most other themes it works without a problem.
+Brian
# May 24th, 2006
Thanks Brian,
I’ve downloaded the plugin to test on a few of my sites since it’s received such nice feedback.
~ Teli
# May 24th, 2006