how i can show my rss FEED on my website ?

Discussion in 'HTML & Website Design' started by surfer33, Sep 9, 2007.

  1. #1
    i want show my feed in the my sidebar
    plz give me a script.....
     
    surfer33, Sep 9, 2007 IP
  2. andriusk

    andriusk Well-Known Member

    Messages:
    367
    Likes Received:
    7
    Best Answers:
    0
    Trophy Points:
    140
    #2
    andriusk, Sep 9, 2007 IP
  3. surfer33

    surfer33 Banned

    Messages:
    212
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    i have a feed url
    but i want show my feeds on my pages...
    as a HTML format
    OK?
     
    surfer33, Sep 9, 2007 IP
  4. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #4
    I agree with above check feedburner.com :rolleyes:
     
    Aaron111, Sep 9, 2007 IP
  5. yourihost

    yourihost Well-Known Member

    Messages:
    1,708
    Likes Received:
    45
    Best Answers:
    0
    Trophy Points:
    115
    #5
    Yeh Feedburner is the best really.
     
    yourihost, Sep 9, 2007 IP
  6. Rasczak

    Rasczak Peon

    Messages:
    131
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #6
    thank you for the tip! helped me a lot too!:D
     
    Rasczak, Sep 10, 2007 IP
  7. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #7
    I will be honest with you putting rss on your web site is a pain" I here it really isnt the as good as they say truly Site maps are better"

    Create a Blog To Drive Traffic To Your WebSite

    But if you have blogs then feed burner will link right up to them you ban get a free word press blog at myfreeblog.us have a look at this blog for reference it already has over 10 book marks and rss is built in to the templet so your content will take off allowing your product to be more visual online"

    How about a green light or a rep added??
     
    Aaron111, Sep 10, 2007 IP
  8. Notting

    Notting Notable Member

    Messages:
    3,210
    Likes Received:
    335
    Best Answers:
    0
    Trophy Points:
    280
    #8
    try rss integration. Very good, and not too slow loading.

    Good luck
    Notting
     
    Notting, Sep 10, 2007 IP
  9. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #9
    Notting it looks like they only allow rss for a certain type of content like
    he following is a brief tutorial for web designers looking for a simple way to integrate the New Mexico CultureNet “Today in NM” RSS feed into their web pages.

    is their more unique rss feed here at RSS Integration
     
    Aaron111, Sep 10, 2007 IP
  10. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #10
    Folks, he wants to show that he has a feed available on his Web site, not syndicate it.

    Feedburner is good if you're going to be syndicating the feed since it takes the bandwidth hit instead of your server. As for presenting feeds on a Web page, all you have to do is link to it in the Web page (like mysite.com/feed.xml for example) using either plain text or an image.

    Now, if you want to put the contents of an RSS feed onto the Web page itself, you will need to use a parser to convert the XML data into raw HTML. If the feed you want parsed on your own Web site is originating from your own site, instead of using a parser, I'd store all the information on the site in a database then use a server-side programming language to not only retrieve that data and put it on the Web page, but also to generate the RSS feed for others to use at the same time.
     
    Dan Schulz, Sep 10, 2007 IP
  11. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #11
    So dan it sounds really simple to add rss to your site" I mean it could get ugly when your in the actuall proccess of syndicating the feed thats what I more concerned with
     
    Aaron111, Sep 11, 2007 IP
  12. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #12
    Depending on how you go about it, my answer to your question will be either yes or no. Yes if you just slap on a link and say "here's my feed" and no if you're going to convert it to HTML.
     
    Dan Schulz, Sep 11, 2007 IP
  13. danka

    danka Well-Known Member

    Messages:
    647
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    110
    #13
    danka, Sep 11, 2007 IP
  14. Dan Schulz

    Dan Schulz Peon

    Messages:
    6,032
    Likes Received:
    436
    Best Answers:
    0
    Trophy Points:
    0
    #14
    That uses JavaScript - which the search engines nor people with scripting disabled, will see. When it comes to RSS, it's best to parse it on a server so that the XML data gets converted to raw HTML - which everyone can see and benefit from regardless of what user agent (browser, TV, mobile device, etc...) they're using.
     
    Dan Schulz, Sep 11, 2007 IP
  15. Aaron111

    Aaron111 Well-Known Member

    Messages:
    4,301
    Likes Received:
    29
    Best Answers:
    0
    Trophy Points:
    185
    #15
    I agree here dan it's best to parse it on a server so that the XML data gets converted to raw HTML
    that is a very good strategy
     
    Aaron111, Sep 11, 2007 IP