Codex

Using FeedBurner

You may want to use FeedBurner to power your feeds and make them available for everyone to subscribe to. FeedBurner is sometimes preferred for serving feeds as it has detailed statistics and display options such as sharing buttons.

FeedBurner is an external service owned by Google and is in no way associated with the WordPress project.

Contents

Setup

You want all your feeds to automatically redirect to Feedburner. This way, new and old subscribers (including aggregators such as Google Reader) will automatically start fetching from Feedburner instead.

You could of course notify your readers that your feed is also available at http://feeds.feedburner.com/yourfeed, but users are lazy.

Plugins

Installing a plugin may simplify the process of enabling the redirection to Feedburner. Here are a few:

Plugin notes, probably outdated

Note: If you have WordPress installed into a folder other than your root folder, you may encounter errors. If so, try Thatedeguy's Hack for a workaround.

If you have index.php in your permalink structure you have to use this hack. This hack only forwards part of the RSS feeds. To forward all of your feeds to feedburner use This hack

Manual instructions: .htaccess

You need an .htaccess that is created/modified by WordPress via the Permalink/mod-rewrite option. Go to Options>Permalinks in the wordpress administration menu and enable "fancy" urls by adding /%year%/%monthnum%/%day%/%postname%/ at "structure".

Let's say your blog's feed is currently completely managed by WordPress at http://example.com/wp-rss2.php (or http://example.com/feed/rss2/), and you want your subscribers to instead subscriber to the feedburner feed, which is at http://feeds.feedburner.com/yourfeed.

You must first modify your .htaccess file by following the instructions at http://forums.feedburner.com/viewtopic.php?t=17

The following is a short quote from that document:

"If you've had a feed for any length of time, your readers are using your current feed's URL in their news aggregators How can you painlessly migrate their requests from your old server/feed to your newly burned FeedBurner feed, so all of your syndication traffic takes advantage of our services?"

Here's a blog post on the process: .htaccess.

Adapted from The support forum

Resources