RSS Feed |
RSS Feed |
![]()
Post
#1
|
|
![]() talent on another level ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 746 Joined: Oct 2006 Member No: 475,735 ![]() |
So how do you got about making an RSS Feed? Are you supposed to create it yourself like this:
QUOTE <?xml version="1.0"?> <rss version="2.0"> <channel> <title>The Channel Title Goes Here</title> <description>The explanation of how the items are related goes here</description> <link>http://www.directoryoflinksgohere</link> <item> <title>The Title Goes Here</title> <description>The description goes here</description> <link>http://www.linkgoeshere.com</link> </item> <item> <title>Another Title Goes Here</title> <description>Another description goes here</description> <link>http://www.anotherlinkgoeshere.com</link> </item> </channel> </rss> Then after that you upload it to your site, and put it on Feedburner? Am I doing this right? |
|
|
![]() |
![]()
Post
#2
|
|
![]() Senior Member ![]() ![]() ![]() ![]() ![]() ![]() Group: Administrator Posts: 2,648 Joined: Apr 2008 Member No: 639,265 ![]() |
You normally create it dynamically, using PHP or another language, but you have the right idea: you just have to spit out the right XML.
And you don't have to use Feedburner, you can just link the RSS file directly. |
|
|
![]()
Post
#3
|
|
![]() talent on another level ![]() ![]() ![]() ![]() ![]() Group: Member Posts: 746 Joined: Oct 2006 Member No: 475,735 ![]() |
|
|
|
![]() ![]() |