Rss Creater

Discussion in 'XML & RSS' started by nathem, Aug 26, 2011.

  1. #1
    Hi all,

    How do i create a rrs feed for my website?What is the easiest rss feed creater tool to use?

    Thanks
     
    nathem, Aug 26, 2011 IP
  2. DeepakDwivedi

    DeepakDwivedi Greenhorn

    Messages:
    99
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    18
    #2
    DeepakDwivedi, Sep 6, 2011 IP
  3. hoodaki

    hoodaki Member

    Messages:
    113
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #3
    You can create RSS Feed manually due to this code, just place these information at your notepad and save it in xml extention and <?xml version="1.0"?>
    <rss version="2.0">
    <channel>
    <title></title>
    <description></description>
    <link></link>
    <item>
    <item>
    <title></title>
    <description></description>
    <link></link>
    </item>
    </channel>
    for any RSS feed thses information have required, you can add more url just in <Item>
    Thanks,
     
    hoodaki, Sep 13, 2011 IP
  4. VSC

    VSC Well-Known Member

    Messages:
    738
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #4
    VSC, Sep 15, 2011 IP
  5. DavidWincent

    DavidWincent Peon

    Messages:
    119
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    You can create RSS feed by two ways. Either manually or by using a feed creating tool. Both the ways are very simple to implement. You can use RSS feed creator software to create RSS feeds or manually you can use the following code.

    <rss version="2.0">
    <channel>
    <title>****Place your title here****</title>
    <description></description>
    <link></link>
    <item>
    <title></title>
    <description></description>
    <link></link>
    </item>
    </channel>
     
    DavidWincent, Oct 18, 2011 IP
  6. VSC

    VSC Well-Known Member

    Messages:
    738
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    110
    #6
    VSC, Oct 18, 2011 IP
  7. Dave Staley

    Dave Staley Peon

    Messages:
    164
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    its is very easy process just put Title, Url, Descriptions of each page you want to make RSS.
     
    Dave Staley, Oct 18, 2011 IP
  8. afitzone

    afitzone Member

    Messages:
    140
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #8
    wow its work.....thank you....
     
    afitzone, Nov 21, 2011 IP
  9. berkay07

    berkay07 Member

    Messages:
    48
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    33
    #9
    If your site isnt just a html page, you can find extensionsfor your that purpose.
     
    berkay07, Feb 16, 2012 IP
  10. 187ZacK

    187ZacK Greenhorn

    Messages:
    11
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #10
    i like that one
     
    187ZacK, Feb 24, 2012 IP
  11. Thememorybookshop

    Thememorybookshop Peon

    Messages:
    67
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #11
    Thanks i will use that website for my website RSS
     
    Thememorybookshop, Feb 25, 2012 IP
  12. afitzone

    afitzone Member

    Messages:
    140
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    26
    #12
    now u can configurate your rss to facebook with rss graffiti....you can try it..
     
    afitzone, Feb 27, 2012 IP
  13. indonesiaumroh

    indonesiaumroh Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #13
    ok i will try that rss..... if i lost code please help me ok...
     
    indonesiaumroh, Mar 11, 2012 IP
  14. tauseefazhar

    tauseefazhar Active Member

    Messages:
    17
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    56
    #14
    Yes, it is really wonderful tool to show the page contents in a feed. However, there are other rss feed tools but this is one is tremendously great.
     
    tauseefazhar, Apr 13, 2012 IP
  15. indonesiaumroh

    indonesiaumroh Peon

    Messages:
    20
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #15
    create xml to be rss is very best strategy......with rss your web can easly fly on internet.....
     
    indonesiaumroh, Apr 14, 2012 IP