Skip to main content

Feedburner Tutorial: Replace your blog Atom/RSS Autodiscovery feed with Feedburner

Feedburner is an amazing feed management service offering plethora of features like:

» How many people have subscribed to your blog ?

» Desktop or Web based RSS client - How are people reading your blog ?

» Which posts are more popular among your readers (Click Through Tracking)

» Your RSS feeds look like a neat website when viewed in a web browser outside an RSS client

» You can control whether you want to syndicate full feeds or partial feeds, including number of words

» Feedburner lets your monetize the RSS feeds

» When your change your web address in future (including the default XML feed), the change will be transparent to your RSS subscribers

» Feedburner supports both RSS and Atom Formats

» Feedburner lets you insert your Flickr pictures or del.icio.us links automatically in your feeds.

» Feedburner Pingshot automatically pings major blog engines like Technorati as soon as you post new content.

» Feedburner is integrated with FeedBlitz and recently launched their own Feedburner Email - an RSS to email service.

For the above reasons, I recommend bloggers to switch from the default blogspot.com Atom based XML feeds to Feedburner. That gives you more control over you feed and an idea about your RSS subscribers - It is otherwise impossible to determine how many people have downloaded or subscribed to your Atom XML feeds since the server access is restricted.

Here's a short tutorial for those willing to take the plunge from Blogger Atom to Feedburner. I have been using it successfully on my blog for some time now and very pleased with the results.

Step 1: Create a feedburner account and type your blog feed address (abc.blogspot.com/atom.xml). Next choose the Feedburner Feed Address and click Activate Feed.

Step 2: Congrats, your Feedburner Blogger Feed is now ready. Now we will replace the Blogger feed with Feedburner by modifying the autodiscovery HTML tags in your Blogger site template. Don't be frightened of the jargon - it's a very simple process.

Step 3: Search for the <$BlogMetaData$> Template tag in your template. It is responsible for adding all the meta information related to XML feeds in your blog. We will replace it with Feedburner.

Step 4: While you edit the blog template, make a note of the Blog ID available in the browser address bar
www.blogger.com/template-edit.g?blogID=12345

Step 5: Delete the BlogMetaData tag and replace it with the following text carefully. Substitute "Blog Title" with the actual Blog name, yyyy with the number your noted in Step 4, xxxx with your feedburner address.

<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="MSSmartTagsPreventParsing" content="true" />
<meta name="generator" content="Blogger" />
<link rel="alternate" type="application/rss+xml" title="Blog Title" href="http://feeds.feedburner.com/xxxx" />
<link rel="service.post" type="application/atom+xml" title="Blog Title" href="https://www.blogger.com/atom/yyyy" />
<link rel="EditURI" type="application/rsd+xml" title="RSD" href="http://www.blogger.com/rsd.g?blogID=yyyy" />
<style type="text/css">
@import url("http://www.blogger.com/dyn-css/authorization.css?blogID=yyyy");
</style>

Step 6: Do a preview. If you have the latest version of Google Toolbar or use Firefox, you will see the RSS icon activated. Click it to test the location of your feed. If everythings works as expected, click "Save Template changes" and republish your blog.

The above steps are for blogs hosted on the Blogger blogspot domain. If you are on Wordpress, MovableType or a different blog platform, you may want to consult the corresponding MetaData tags for replacing the blog RSS feed with Feedburner.

MSN Spaces and Yahoo 360° won't let you change the autodiscovery tags to feedburner but you can always setup an alternate RSS feed and promote it on the main website.

Popular posts from this blog

Learn to Create a Firefox Search Plugin in Less Than 2 Minutes

Almost every blog has a site search form where you just type in the search query and press enter to digg through the archives of that blog . The only drawback here is that you first have to visit the site homepage to locate the search box. And there's also a possibility that the site has no search form at all. This tutorial will show you a very simple Firefox hack that allows you to search any blog straight from the Firefox search bar without having to visit the actual blog . And there's something for IE users as well. Related: Firefox Search Bar Hacks First the not-so-good approach though it works with IE: Type the following query in the Google IE toolbar or in the Firefox Search Box with Google selected as the default engine: site:labnol.blogspot.com adobe captivate This query will retrieve all documents about Adobe Captivate on Digital Inspiration. You can replace labnol.blogspot.com with any site URL that you intend to search. You may have know the above trick already but i

How to Download Contacts from Facebook To Outlook Address Book

Facebook users are not too pleased with the "walled garden" approach of Facebook. The reason is simple - while you can easily import your Outlook address book and GMail contacts into Facebook, the reverse path is closed. There's no "official" way to export your Facebook friends email addresses or contact phone numbers out as a CSV file so that you can sync the contacts data with Outlook, GMail or your BlackBerry. Some third-party Facebook hacks like "Facebook Sync" (for Mac) and "Facebook Downloader" (for Windows) did allow you to download your Facebook friends' names, emails, mobile phone number and profile photo to the desktop but they were quickly removed for violation of Facebook Terms of Use. How to Download Contacts from Facebook There are still some options to take Friends data outside the walls of Facebook wall. Facebook offers the Takeout option allowing you to download all Facebook data locally to the disk (include

Digital Inspiration

Digital Inspiration is a popular tech blog by  Amit Agarwal . Our popular Google Scripts include  Gmail Mail Merge  (send personalized emails with Gmail ),  Document Studio (generate PDFs from Google Forms ) and   File Upload Forms ( receive files  in Google Drive). Also see  Reverse Image Mobile Search , Online Speech Recognition and Website Screenshots , the most useful websites on the Internet.