How to update your FeedBurner feed name without losing subscribers
This blog, before I bought the domain FusionGrokker.com, lived at http://tuttletree.com/NerdFusion/ -- a subfolder of my family blog. While there and operating under the title "NerdFusion," I setup FeedBurner using the same title, NerdFusion. When I bought this domain and moved my blog here, I knew I would rather have my FeedBurner URL reflect my new blog title; but I also knew from past experience that changing the FB url causes problems. Doing so abandons any and all subscribers, and after you realize that, you can't get the old url back, because it's "in use" (by whom, exactly?!) So I just left well enough alone, and until today I have been continuing to point my RSS links to the old FeedBurner link.
In my mind, this is retarded because the whole point of using FeedBurner in the first place is so that you can change your blog domain or blogging platform without losing subscribers in the process. If they have the same problem -- albeit, not exactly the same, but close enough -- then what benefit are they really providing? Ideally, they would allow you to create an alias that points back to the original feedburner url, as long as it was unique and available. Heaven forbid the easy, correct method be available though, right? This started as an informational post and has derailed into a rant.
*Cough* Back to business.
So FeedBurner has some, erm, "problems." I would really recommend that you not change your FB url.
Instead, create a new one and have your subscription links point to it. Let your old readers continue to use the old FB url. It won't hurt anything, I promise. The only down-side I've found to this, so far, is that your stats are now split between the two. I'm not much of a stats whore any more though, so it doesn't bother me that much -- which is to say, at all. Half the time I can't remember my FeedBurner password, let alone feel like checking my RSS stats.
Now, my RSS link is what it should be: http://feeds2.feedburner.com/FusionGrokker/
I hope this helps prevent people from making the mistake of changing their FeedBurner URL only to find they have kicked their subscribers to the curb.
in Misc | 8 Responses 2009-03-06 16:22

Or .htaccess could have forwarded to the new location? Does feedburner follow http code 301?
http://www.labnol.org/internet/tools/feedburner-rss-feeds-faq-problems-tips/1199/
I found myself in the same situation -- I was using blogger with one site name and decided to move to Tumblr using a different name. It is possible to set up a new feed to the new site, delete your old feed (using redirect option) and Feedburner will redirect posts for 30 days, during which time the RSS feed readers are supposed to automatically update themselves to point to the new feed. However, I didn't want to do this since I have many email subscribers, and the "redirect" solution does not work for them. All of my email subscribers would have to manually subscribe again to the new feed, which most of them wouldn't. Feedburner doesn't allow importing of email addresses from one feed to another, so that's not an option either.
I found a solution where I can keep the existing feed by making a few changes to it. First, from "my feeds", choose "edit feed details". Change the Feed Title to your new name, change the Original Feed field to your new blog site feed, and leave the Feed Address the way it is (which is still using the name of your old site). The name here doesn't matter, since no one will see it once you make one more change. Click on the button "Save Feed Details".
The problem I ran into was even after I changed the name of the feed title, when I would subscribe on my new blog site using email, the message from Feedburner still reflected my old site name. Here's how to update it to the new name.
Click on the "Publicize" tab. Click on "Email Subscriptions" on the left. Scroll down to the bottom and click on the button "Deactivate". Now, click on the button which says "Activate". Although the html code the Feedburner shows you is exactly the same, I learned that doing this updates the feed title name in the messages that it displays for people who are subscribing by email.
This way you keep one feed, have one set of stats, keep all your email subscribers, and they start getting updates from your new blog without having to change a thing.
Cheers.