i wanted to put an rss feed for a web app im creating in php, so basically w they can subscribe to a part of a website using google reader or feedburner etc
A:
Put this in the <head>
for your homepage.
<link rel="alternate" type="application/rss+xml" title="whatever" href="http://path/to/your/feed" />
Alex Howansky
2010-09-26 20:09:54
whats the path to my feed, remeber this is user generetd content by the users of the system?
getaway
2010-09-26 20:11:28
I can't possibly know that. My understanding was that you already had the feed created and that you simply wanted to know the HTML for advertising it.
Alex Howansky
2010-09-26 20:25:58