RSS feed integration in HTML?

Discussion in 'HTML & Website Design' started by Correctus, Aug 8, 2006.

  1. #1
    Hi, I want to make a website that shows RSS feeds from a particular website.

    I am making at least 5 different sections for it, I have my layout.

    [​IMG]

    The blue part is where I want the feeds to be in, the Green is the banner, red is the Contents part and Yellow is a little footer, I dont want to use frames in this as it will be too overcrowded. So can anyone tell me how do I get an RSS feed on there?

    Procedure please

    IT
     
    Correctus, Aug 8, 2006 IP
  2. andy105

    andy105 Peon

    Messages:
    64
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Try a tool like this one: http://www.rss2html.com

    I think it will fit your requirements. By including multiple streams, you should avoid the duplication filter.
     
    andy105, Aug 8, 2006 IP
  3. Correctus

    Correctus Straight Edge

    Messages:
    3,453
    Likes Received:
    389
    Best Answers:
    0
    Trophy Points:
    195
    #3
    But how do I put it in the specific area of my page? Thats the problem

    IT
     
    Correctus, Aug 8, 2006 IP
  4. Edynas

    Edynas Peon

    Messages:
    796
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #4
    Layout can be done with tables or css.
    Very fast layout for it with tables....
    <table>
    <tr><td colspan=2>header</td></tr>
    <tr><td width=20%>left</td><td>content</td></tr>
    <tr><td colspan=2>footer</tr></tr>
    </table>

    css ...take a look at www.oswd.org many templates for free.

    Rss feed to html. You will need a parser to convert rss to html. There are many programs out there. A way to do this is with CaRP http://www.geckotribe.com/rss/carp/ They have a free version. I bought the pro version and like it but maybe ohers have a better programrecommandtion.
     
    Edynas, Aug 8, 2006 IP
  5. mike323

    mike323 Well-Known Member

    Messages:
    1,594
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    160
    #5
    here's another good one but it has a display limit of 10 items per feed :

    http://www.rss-info.com/en_rssinclude-simple.html

    it's an online rss integrator so there's no downloading needed, btw
    you just paste the generated code into your web page
     
    mike323, Aug 9, 2006 IP