Hi, I have a web site (http://www.thebaseballcube.com) and a blog (http://baseballcube.blogspot.com) I have deliberately kept them separate so that I can take advantage of features included in blogger. Anyways, I want to have a feed from my blog to my regular web site so that the latest entries always appear on a specific section of the site. I've read all about RSS and XML and publishing and either I'm not grasping the concept or am I a dolt or I guess, both. I was wondering if someone could show me an easy way to publish my blog which has an atom feed built in (http://baseballcube.blogspot.com/atom.xml) and I've also signed up feedburner.com for an RSS feed. The problem I have is this: How do I show the feed of blog entries on my web site? The site is coded in ASP. Thanks in advance!
You need to put in the appropriate tag in the head. That will show your feed. You can probably find it in your Blogger template and then copy it over.
Sorry nicknick but that made no sense to me really. Do you have a code example of what it would look like?
You need an ASP script to pull in your blog feed and output the contents to your web pages. http://www.google.co.uk/search?hl=en&q=asp+xml+parser
Easiest way I know of is to use Magpie RSS. YFS1 did a good write up on how to integrate RSS into your website last year.