I have not been able to find instructions on how to add an RSS Feed to my site. Can someone point me in the right direction?
-Thanks.
I have not been able to find instructions on how to add an RSS Feed to my site. Can someone point me in the right direction?
-Thanks.
Can you point us to your URL?
What CMS are you using? (if any)
If you aren't using a CMS, you can write your own RSS feed by hand using XML.
Replace all the variables in uppercase with the values for your site or page.HTML Code:<?xml version="1.0" encoding="ISO-8859-1" ?> <rss version="0.91"> <channel> <title>SITE TITLE</title> <link>SITE URL</link> <description>SITE DESCRIPTION</description> <language>en-us</language> <item> <title>PAGE TITLE</title> <link>PAGE URL</link> <description> TEXT FOR THE RSS FEED GOES HERE </description> </item> </channel> </rss>
You can add as many <item> sections as you wish.
On my sites, I call this file rss.xml.
Submit Your Webmaster Related Sites to the NB Directory
I swear, by my life and my love of it, that I will never live for the sake of another man, nor ask another man to live for mine.
The site is proxysites.ca
I will attempt this. Thanks.
That is a very cool idea.
Submit Your Webmaster Related Sites to the NB Directory
I swear, by my life and my love of it, that I will never live for the sake of another man, nor ask another man to live for mine.
Bookmarks