Forum Moderators: open
When I click on the "read on" link in the space below the site image, the story comes through fine. But when the headline is double-clicked, it just generates a "cannot be found" page.
I've tried it in RSS 2.0 and .91 with the following syntax:
<item>
<title>Story Title</title>
<link>
[sitename.org...]
</link>
</item>
The link in the <channel> section points to:
<link>http://www.sitename.org/stories/</link>.
I'm ready to announce the site, and this is the one thing holding it back. Any help for this newbie will be greatly appreciated.
<title>source_title</title>
<link>source_link</link>
<description>source_description</description>
<language>en-us</language>
<image>
<title>source_image_title</title>
<url>image_url</url>
<link>image_link_to_source</link>
<width>width</width>
<height>height</height>
</image>
<item>
<title>article_title</title>
<link>article_link</link>
<description>article_description</description>
<dc:date>article date (format: 2004-05-14T22:49:00-05:00)</dc:date>
</item>
</channel>
</rss>
Works fine for me, so I'm guessing it should do the same for you.
Sid