RSS Feed |
RSS Feed |
Mar 29 2009, 09:05 PM
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? |
|
|
|
bigtrey90 RSS Feed Mar 29 2009, 09:05 PM
mipadi You normally create it dynamically, using PHP or a... Mar 29 2009, 10:09 PM
bigtrey90 QUOTE(mipadi @ Mar 29 2009, 10:09 PM) You... Mar 30 2009, 12:28 AM
mipadi QUOTE(bigtrey90 @ Mar 30 2009, 01:28 AM) ... Mar 30 2009, 08:34 AM
bigtrey90 QUOTE(mipadi @ Mar 30 2009, 08:34 AM) Wel... Mar 30 2009, 09:50 AM
mipadi QUOTE(bigtrey90 @ Mar 30 2009, 10:50 AM) ... Mar 31 2009, 01:57 PM![]() ![]() |