How to redirect your WP Feed to Feedburner’s Feed

Posted on December 29th, 2006.


Feedburner is an excellent feed service, which allows you to track your feed subscribers. After you have created your Feedburner's feed, you should redirect your original Wordpress readers to the Feedburner's feed, so that you can track the exact number of your feed subscribers. By the way, the Firefox users, who use Live Bookmark to read your feed, use the original Wordpress feed. Therefore, it is a must to redirect your feed.

There are two ways to redirect the feed. First is by using .htaccess.

PHP:
  1. # Redirect /feed/ to Feedburner (if not Feedburner bot)
  2. <ifmodule mod_rewrite.c>
  3. RewriteEngine on
  4. RewriteCond %{HTTP_USER_AGENT} !FeedBurner
  5. RewriteRule ^feed/?([_0-9a-z-]+)?/?$ http://feeds.feedburner.com/YourFeedburnerFeed [R,L]
  6. </ifmodule>

Just copy the code above to your .htaccess file and you are done. But the problem is, this only redirects http://yourblog.com/feed to http://feeds.feedburner.com/YourFeedburnerFeed. Firefox Live Bookmarks do not read /feed, but /?feed=rss2. If you now how to edit .htaccess, you can do it. But I don't know.

The solution is the second way of redirecting the feed. It is more simple because what we need is only a Wordpress Plugin. You can get the plugin, WordPress FeedBurner Plugin v2.1, at ordered list.com. Moreover, it is also suitable for those who don't have access to .htaccess file. And the plugin is compatible with all version of Wordpress.

I've redirected my feed and I can see the number of subscribers is increasing, from 13 to 59. Cool! :)

Related links:
How-To: Use .htaccess to redirect your Blog Feed to your Feedburner Feed
How to Redirect Wordpress Feed Traffic to FeedBurner?
FeedBurner Plugin v2.1 Released

Bookmark this post on del.icio.us:How to redirect your WP Feed to Feedburner's Feed digg:How to redirect your WP Feed to Feedburner's Feed spurl:How to redirect your WP Feed to Feedburner's Feed wists:How to redirect your WP Feed to Feedburner's Feed simpy:How to redirect your WP Feed to Feedburner's Feed newsvine:How to redirect your WP Feed to Feedburner's Feed blinklist:How to redirect your WP Feed to Feedburner's Feed furl:How to redirect your WP Feed to Feedburner's Feed reddit:How to redirect your WP Feed to Feedburner's Feed fark:How to redirect your WP Feed to Feedburner's Feed blogmarks:How to redirect your WP Feed to Feedburner's Feed Y!:How to redirect your WP Feed to Feedburner's Feed smarking:How to redirect your WP Feed to Feedburner's Feed magnolia:How to redirect your WP Feed to Feedburner's Feed segnalo:How to redirect your WP Feed to Feedburner's Feed

Probably related entries:

Make a Comment

Make A Comment: ( 4 so far )

blockquote and a tags work here.

4 Responses to “How to redirect your WP Feed to Feedburner’s Feed”

RSS Feed for TechLogs Comments RSS Feed

agreed. using this method, you can see the increase in subscribers.

CypherHackz
December 29th, 2006

And you can show off after that. Haha

korokmu
December 29th, 2006

have you read my post about, there is a guy that have thousands of readers with only pr0? check this out: PR 0 website with 2798, 0000 readers?

CypherHackz
December 30th, 2006

I know that tricks. Haha

korokmu
December 30th, 2006

Where's The Comment Form?

Sponsored

Random post

Chitika ads -REJECTED

My site was rejected! They think their product will work well on my site.Therefore, I must forget about Chitika. What I want to do now is to let the traffic eat all 5GB bandwidth. I’ve subscribed to two traffic exchange programmes, (freehitz.net and autohits.dk - both are using same system). Hopefully, someone will love my [...]


Read more...

RSS

Topics

Links

Blogroll

Misc

Liked it here?
Why not subscribe to this site feed? You can get automatic updates for free! Click here to subscribe