advice to display an rss feed on home page

Discussion in 'HTML & Website Design' started by adell50, Oct 6, 2009.

  1. #1
    I would like to add an rss feed to my home page and am not really sure where to start...any ideas?

    many thanks!
     
    adell50, Oct 6, 2009 IP
  2. NiggsNetwork

    NiggsNetwork Peon

    Messages:
    25
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    There are many ways.

    1. Use a Generator
    2. Try this link web-design.lovetoknow.com/How_Do_I_Put_an_RSS_Feed_on_My_Website
     
    NiggsNetwork, Oct 6, 2009 IP
  3. adell50

    adell50 Peon

    Messages:
    165
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    cool...thanks!
     
    adell50, Oct 7, 2009 IP
  4. sorryle

    sorryle Peon

    Messages:
    31
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    what's your platform, if php, there'll be many methods:)
     
    sorryle, Oct 7, 2009 IP
  5. adell50

    adell50 Peon

    Messages:
    165
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #5
    ahh...its asp, for now...
     
    adell50, Oct 7, 2009 IP
  6. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #6
    Bugger. If you decide to use PHP, you can do it really easily using lastrss or PHP's simplexml_load_string.
     
    Kerosene, Oct 7, 2009 IP
  7. jamesicus

    jamesicus Peon

    Messages:
    477
    Likes Received:
    18
    Best Answers:
    0
    Trophy Points:
    0
    #7
    A simple how-to reference: How to install your own RSS Feeds

    James
     
    jamesicus, Oct 7, 2009 IP
  8. adell50

    adell50 Peon

    Messages:
    165
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #8
    Thanks James!

    I took a look at that page and it seems pretty good, but I am missing something I think. I have a blog that can be syndicated. I have a site that I control.

    I am trying to merge the two. Inasmuch, I am trying to display a feed of the blog on my homepage.

    I am having a hard time understanding how to get this done.

    Any ideas?

    Many thanks!
     
    adell50, Oct 7, 2009 IP
  9. MayaLocke

    MayaLocke Peon

    Messages:
    1,016
    Likes Received:
    14
    Best Answers:
    0
    Trophy Points:
    0
    #9
    The easiest/best way to do this is to use RSS2HTML a free PHP script. This means that you can retain the complete control of the HTML layout (using templates) and make it match your existing design. Additionally using PHP rather than JavaScript will mean that search engine spiders can "spider" the contents of the RSS feeds.

    Additional details and a free rss2html download is available at: http://www.feedforall.com/more-php.htm

    Additional information and other options for displaying RSS feeds can be found at: http://www.rss-specifications.com/displaying-rss-feeds.htm
     
    MayaLocke, Oct 11, 2009 IP
  10. adell50

    adell50 Peon

    Messages:
    165
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Great! Thanks for the tip. TO clarify, the php will be able to be used with my current site, in spite of the fact that it is written in html?

    Ill look at the link you sent and let you know how it goes.

    Thanks again!
     
    adell50, Oct 11, 2009 IP