RSS feeds via html - possible?

Discussion in 'HTML & Website Design' started by freybear3, Mar 15, 2009.

  1. #1
    is it possible to do put RSS feeds onto my website via html?


    this is what i want to do - i want to add the storm prediction center severe weather outlook days 1 and 2 and 3 onto my frontpage of my website.


    is it possible, if so how?
     
    freybear3, Mar 15, 2009 IP
  2. kazkas

    kazkas Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    So you will be providing RSS or you want to show on your website information from another RSS?
     
    kazkas, Mar 15, 2009 IP
  3. freybear3

    freybear3 Well-Known Member

    Messages:
    409
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #3
    I want to add an RSS from another site.

    I want to add the RSS from the storm prediction center, onto my site.
     
    freybear3, Mar 15, 2009 IP
  4. justinlorder

    justinlorder Peon

    Messages:
    4,160
    Likes Received:
    61
    Best Answers:
    0
    Trophy Points:
    0
    #4
    It is quite easy, just googling "rss to/2 html scripts" .
    If you really can't find that scripts, I'll send you a copy. Either php or asp scripts.
     
    justinlorder, Mar 16, 2009 IP
  5. blazinrachel

    blazinrachel Peon

    Messages:
    230
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    0
    #5
    did it worked? any update about your problem?
     
    blazinrachel, Mar 16, 2009 IP
  6. freybear3

    freybear3 Well-Known Member

    Messages:
    409
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    105
    #6
    I am going to try that now, thnx



    would you send it to me free, if i can't find one?




    thnx
     
    freybear3, Mar 16, 2009 IP
  7. kazkas

    kazkas Peon

    Messages:
    12
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #7
    I can even write a php code for you if you will not find any available.
     
    kazkas, Mar 16, 2009 IP
  8. Kerosene

    Kerosene Alpha & Omega™ Staff

    Messages:
    11,366
    Likes Received:
    575
    Best Answers:
    4
    Trophy Points:
    385
    #8
    If you're able to use PHP on your site, then it's really easy.

    You can either use a script like lastRSS, or do it all in PHP(5) using simplexml_load_string.

    http://www.php.net/simplexml_load_string

    I was thinking of writing a little script to do this, you'd just need to supply the url of the feed, and paste some PHP code into your site. Anyone interested?
     
    Kerosene, Mar 16, 2009 IP