Your Ad Here

Integrate FeedBurner With Blogger

I'm going to show you how to use FeedBurner with your blog in this short guide. First of all, here are some cool things that FeedBurner can do.

FeedBurner takes over your blog's feeds, enhances their functionality and gives you detailed statistics on your subscribers. You can add social bookmarks like Digg! to both your feed and your blog, offer e-mail subscriptions, show subscriber count on your blog and so on. You can even see what kind of feed readers your subscribers use, and what kind of bots (like Technorati search) visit your feed. And this is just a part of what they offer!

Once you signup at FeedBurner and configure it to your liking, you can integrate it fully with your blog hosted on Blogger. Let's start by changing AutoDiscovery URL. When you visit a site which has feed information between it's tags, all modern browsers display a little icon to indicate that. You will need to change it to point to your "burned" feed at FeedBurner instead of default one.

Start by opening your blog. Right click anywhere on it and choose "View Source". Find the following lines:
















Select the whole block and copy it (not from here, but from your own source code). Once you do that, go to your blog's control panel and click Template>Edit HTML. Find the following line:



And simply replace it with all the lines you just copied from your source code. Now, change these 2 lines you just pasted:







Into a single line:



YOURFEEDNAME is the one you chose when adding your feed to FeedBurner. Congratulations - now when visitors click the feed icon at your blog, they will be taken to http://feeds.feedburner.com/YourFeedName.

Next, you might want to hide "Subscribe to posts (Atom)" link at the bottom of your blog, especially if you add subscription link on your sidebar. Simply go to "Edit HTML" window and add the bold line to the following code:

.feed-links {
display: none;
}

You might want to add FeedCount chicklet to your blog next to show off your subscriber number, or FeedFlare module to add all these social bookmarks I mentioned. If your feed has lots of subscribers, you can apply for FeedBurner's Ad Network and monetize your feed as well!

No comments:

 

© Blogger Beta Templates | Orca Network