Jump to content

how to create RSS FEED???????


rajmohan

Recommended Posts

here's a simple one I found the other day.
open notepad and cut and paste the following (replacing the url with one of your own)
rename it to lets say myweb.rss  and upload it to a server.


[code] <rss version="0.91">
-
<channel>
<title/>
<link/>
<description>keep upto date with the tdu club list</description>
<language>en-us</language>
-
<item>
<title>TDU Club list</title>
<link>http://forums.eu.atari.com/showthread.php?t=46048</link>
<description>keep upto date with the tdu club list</description>
</item>
</channel>
</rss>[/code]

to put the rss button on your webpage do the following.  find an image of an rss or xml icon and upload it to your server
[code]
<a name="" href="http://www.example.rss"><img src="http://www.example/rss.gif" border="0"></a>[/code]

The only problem I get is that it doesn't add a new page.  I'm yet to learn that part...

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.