
Originally Posted by
higgoman
i am no good at php so was wondering i need the rss feed to be like the following so it will work with google subscrived links can any1 help me change it
<?xml version="1.0"?>
<rss version="2.0" xmlns:coop="http://www.google.com/coop/namespace">
<channel>
<title>Google Sample Channel</title>
<link>http://www.google.com/coop</link>
<description>Enhance Your Search</description>
<item>
<author>Google</author>
<coop:keyword>RSS support</coop:keyword>
<coop:keyword>Atom support</coop:keyword>
<coop:keyword>Subscribed Links RSS</coop:keyword>
<title>New: RSS/Atom Support</title>
<link>http://www.google.com/coop/docs/tsv_webfeeds.html</link>
<description>
Many of you have asked for an easier way to
create a subscribed link from your existing RSS/Atom feeds.
Now you can just enter the URL of your RSS/Atom feed as a
subscribed links feed URL to Google,
and we'll automatically create a simple subscribed link
based on that feed which provides links to, and excerpts from,
recent items posted to the feed. There's just one catch: you
need to tell us which queries should trigger each item in
your feed.
</description>
</item>
<item>
<author>Google</author>
<coop:keyword>Subscribed Links Directory</coop:keyword>
<title>Providers in our Directory</title>
<link>http://www.google.com/coop/directory</link>
<description>
We have dozens of providers in categories
such as Lifestyle, News, and Information, and are always
adding more.
</description>
</item>
<item>
<author>Google</author>
<coop:keyword>Subscribed Links Guide</coop:keyword>
<title>Guide for Developers</title>
<link>http://www.google.com/coop/docs/index.html</link>
<description>
Learn more about how to create custom
subscribed links.
</description>
</item>
</channel>
</rss>