« Beyond the headlines | Main | That precious hour »
Feedburner: lessons learned
By jpenston | May 4, 2007 |
|
Frankly, I would rather today had been less of a voyage and more of a cruise, but having cast off from my safe harbour this morning and fought through the stormy waters of web site analytics, I thought I would share my discovery with you.
My aim was to enable full post feeds for Roland (who requested it) and for the rest of you (who did not, but will probably find reading my stuff easier in the long run because of Roland). Previously I had only been issuing partial feeds in order to monitor the articles that people wanted to read, so that I can write more about the stuff people are interested in and less about the stuff you aren’t. I figured if you read the clip and then clicked through, I was onto a winner.
So I signed up to Feedburner. If I’d been a greenfield site, it would have been fine. The initial setup was easy: just enter the URL and select the feed type (ATOM or RSS), hit burn, install a “chicklet” and you’re away, right? Well, not quite… (and how did an icon to indicate the availability of an RSS feed get named after a small chicken anyway?)
The problem was that I already had existing feed subscribers and I needed to get them through Feedburner too if there was to be any point in using the service. Legacy customers aren’t just a problem for service providers, y’see. Even bloggers find it difficult to “migrate users onto a new platform” and “benefit from a single infrastructure”.
This is no criticism of Feedburner and their support pages are so good that they are practically useless. There is so much information on there (34,286 posts) that you can’t find anything without working really hard for it. A search for “feed file size” gives you 1,708 answers, while “blogger atom” gives you 1,853 matches - in chronological order based on the last post . All this is written for (and by) people with so many different levels of technical ability, that I got lost. Hopelessly lost - I’m not a web developer, I never was and I never wanted to be, but now running this blog has forced me to confront my demons. I thought that blogs were supposed to be easy - making publishing on the web available to the masses…
So, here is what I learned. It is all written up here and here; call me a numpty if you like, but I found it really hard to wade through all the different explanations at varying technical levels for people on different blog providers so I am (hopefully) simplifying it below. If just one person saves half the amount of time I spent figuring this out, then it will have been worthwhile. The rest of you can have a good laugh at my expense over your Monday morning coffee. How did he not know that?!?
Secondly, you need to tell Feedburner that instead of looking for atom.xml, it should pick up atom2.xml.
Thirdly, and this was the scary bit, you had to create (or modify if you have one already) the .htaccess file to include the following lines:
Redirect 301 /atom.xml http://feeds.feedburner.com/ipdev
Redirect 301 /rss.xml http://feeds.feedburner.com/ipdev
…and upload them to your hosting site in the root directory (htdocs, httpdocs) of whatever domain, or in my case subdomain, you are using. A good resource I found is here.
Then, scariest of all, I had to delete the old atom.xml and rss.xml files off my FTP server. By this stage, I was really crossing my fingers and hoping that I hadn’t screwed up somewhere along the line, because if I had, there was no way I could have unravelled all of this and gone back to partial site feeds.
Once I had done all of this, I found I had more to do. There is such a thing as autodiscovery which enables feeds to be found if you know the blog’s web address. In order to change this, I had to hack around the way the blogger creates this part of the page. Oh yes, and it’s different if you have “new” blogger and “old” blogger, which was another thing that confused me. It turns out I’m on “old” blogger, even though I signed up 2 months ago. How do you know which version you are on? Look here… it’s obvious - as is everything if you know where to look.
Topics: blog analytics, blogger, feedburner, service migration |



May 5th, 2007 at 12:29 am
When you get a chance, give Clicky web analytics a shot. It’s much cleaner and integrates well with FeedBurner! I’m a Google Analytics fan, too - but Clicky has a much nicer interface!