Friday, August 31, 2007

RSS Feed for http://www.onlineincomeopps.info available

Hello everyone,

I was striving hard to create a feed for my blog since 3 days, finally yesterday night at 11pm after struggling I was able to publish my blog's content into RSS feed, RSS Feed is available at the location http://feeds.feedburner.com/OnlineIncomeOpportunities/. As this blog is published on a paid domain I had faced few issues integrating blogger rss feed, hosted domains feed and feed burner's feed.

Following are the steps.

go to your blog FTP publishing details, get the file name from the feed box. for ex:atom.xml

so if your blog is hosted on a paid domain eg: abc.com , then , your feed url will be http://www.abc.com/atom.xml

Now , go to feedburners website, and input the URL (http://www.abc.com/atom.xml) into the URL/Feed to burn textbox , then click submit.

If you had a valid feed at the URL (http://www.abc.com/atom.xml), you will receive a "Feed created successfully message" with the feed url http://feeds.feedburner.com/abc.

Now come to blogger, go to settings -> Site Feed -> In the URL textbox paste feedburners URL http://feeds.feedburner.com/abc -> click save.

go to templates, locate the below two lines

< rel="alternate" type="application/atom+xml" title="abc - Atom" href="http://abc.blogspot.com/feeds/posts/default">
< rel="alternate" type="application/rss+xml" title="abc - RSS" href="http://abc.blogspot.com/feeds/posts/default?alt=rss">

Replace with this code


< rel="alternate" type="application/atom+xml" title="abc - Atom" href="http://feeds.feedburner.com/abc">
< rel="alternate" type="application/rss+xml" title="abc - RSS" href="http://feeds.feedburner.com/abc">

Save Template -> Publish.

The above example is for illustrative purpose only, customize as per your blog requirement.


No comments: