Where from i can get Full article RSS feed?

Discussion in 'XML & RSS' started by imteaz, Jul 29, 2007.

  1. CalebSpilchen

    CalebSpilchen Well-Known Member Affiliate Manager

    Messages:
    898
    Likes Received:
    9
    Best Answers:
    0
    Trophy Points:
    140
    Digital Goods:
    2
    #21
    Hey guys, I stumple onto this site that provides a Rss tool that does the job just perfectly. Anyway here it is: <a href="http://www.studentcoins.com/full-

    rss/">Full rss</a>
     
    CalebSpilchen, Jan 5, 2010 IP
  2. PrinceIsrael

    PrinceIsrael Peon

    Messages:
    28
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #22
    Awesome Thanks a lot!
     
    PrinceIsrael, Jan 7, 2010 IP
  3. mmguru770

    mmguru770 Peon

    Messages:
    228
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #23
    Thanks Will Take A look
     
    mmguru770, Jan 7, 2010 IP
  4. sparkposter

    sparkposter Guest

    Messages:
    56
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #24
    Guys can somebody help me understand how RSS works.. I'm really interested..
     
    sparkposter, Apr 13, 2010 IP
  5. adbox

    adbox Well-Known Member

    Messages:
    906
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    155
    Digital Goods:
    1
    #25
    It is XML. It takes your content, usually the title, the date, the excerpy/fullcontent and the original link, and encloses all these data into tags like this

    
    <xml>
    <item>
    <title>The Title</title>
    <date>1/2/3</date>
    <link>http://www.link.com</link>
    <description> content here</description>
    
    Code (markup):
    and all your posts are entered in as items into that xml(RSS) feed.

    RSS is called RSS and not simply XML because RSS implies the formating standards like <title><description> etc. And these feeds are meant for syndication, or redistribution of content into readers or any other source that wants to use it.


    </item>
     
    adbox, Apr 13, 2010 IP