Log In · Register

 
RSS Feed
bigtrey90
post 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?
 
 
Start new topic
Replies
mipadi
post Mar 29 2009, 10:09 PM
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.
 
bigtrey90
post Mar 30 2009, 12:28 AM
Post #3


talent on another level
*****

Group: Member
Posts: 746
Joined: Oct 2006
Member No: 475,735



QUOTE(mipadi @ Mar 29 2009, 10:09 PM) *
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.


what? blink.gif

xml is just a blur to me
 
mipadi
post Mar 30 2009, 08:34 AM
Post #4


Senior Member
******

Group: Administrator
Posts: 2,648
Joined: Apr 2008
Member No: 639,265



QUOTE(bigtrey90 @ Mar 30 2009, 01:28 AM) *
what? blink.gif

xml is just a blur to me

Well, RSS is marked up using XML. XML is less forgiving than HTML, so you have to make sure that your output is correct.
 

Posts in this topic


Closed TopicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members: