Newbie at RSS question

Discussion in 'XML & RSS' started by primeryder, Mar 24, 2007.

  1. #1
    I hope this question is not too newbie for you guys but is there anywhere I can get RSS feeds for my site where I just have to cut and paster the script onto the html code? I have been pointed to free feeds before but I always had to do something like upload some software or use some kind of cron jibs.
    which has always given me trouble. Can I not just cut and paste some code and get headline news that updated by itself (i gues like a java script) or something like that? By the way I use regular html and cpanel hosting....Thanks
     
    primeryder, Mar 24, 2007 IP
  2. donkevlar

    donkevlar Peon

    Messages:
    136
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #2
    I think you can do that, but I don't think it's the best/easiest way to do things.
     
    donkevlar, Apr 4, 2007 IP
  3. harsh

    harsh Peon

    Messages:
    213
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Actually i am handling a new news site, my client wants that his site gets updated by itself, so now finding some sources (succedded in finding some i.e. rediffmail.com, blogger.com)
    I would love to get some comments and suggestions regarding the same. One more thing I want to ask is --- Is it ethical to use feeds on your site without permission ??

    The problem is that we can download feeds in our RSS reader, but can we just paste them on our site ??

    Is there any alternative solution to RSS reader, I mean can we make the site auto updatable by just adding a script (as provided by rediffmail).
     
    harsh, Apr 5, 2007 IP
  4. SFOD_D223

    SFOD_D223 Peon

    Messages:
    4,512
    Likes Received:
    174
    Best Answers:
    0
    Trophy Points:
    0
    #4
    If you are looking to populate a feed, then put into a sidebar or something let me know in this thread. I can send you somewhere that can do wonders for your RSS feed links.
     
    SFOD_D223, Apr 6, 2007 IP
  5. SamOwen

    SamOwen Peon

    Messages:
    865
    Likes Received:
    24
    Best Answers:
    0
    Trophy Points:
    0
    #5
    Try Googling "RSS to javascript". There's a script that will transform an RSS feed into copy and paste javascript for you. The downside is javascript isn't search engine friendly. You should really just use a simple RSS reader like zfeeder. It isn't too hard to implement into your site.
     
    SamOwen, Apr 14, 2007 IP
  6. mike323

    mike323 Well-Known Member

    Messages:
    1,594
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    160
    #6
    Concerning the ethical issue, if you look at Google News, it's entirely comprised of feeds from other sites. I doubt they have permission to use all of that content. It doesn't seem to bother them.
     
    mike323, Apr 21, 2007 IP
  7. mike323

    mike323 Well-Known Member

    Messages:
    1,594
    Likes Received:
    27
    Best Answers:
    0
    Trophy Points:
    160
    #7
    I've got a great solution for you...I've been using it for sometime...it's:

    www.rss-info.com

    No software of any kind required...

    Click around where it says "RSSInclude Service..." then "Simple Feed Intergation Form - Start Here" and you should come to a page that asks you to paste any rss feed address into a box, customize it a bit, and then press "Create HTML". It then will spit out a script you can paste into your web page...you don't have to but I suggest doing your pages in .php because the php script it spits out is detectable to search engines while the javascript is not... but it'll spit out script for your html pages as well..the output script will also display video players...should they be in any rss feed you use...

    Anyway, I use this with pretty much any rss feed I find (ones with video too) and it works fantastic...and once it's inserted into your pages you can pretty much forget about it...unless you want to use a different rss feed or something...

    You can even take the feed from you own blog for example and have rss-info.com spit out a script for your own blog...that way you can have control of the content within the script...

    But if you want to create a script that updates automatically, just grab any rss feed that's updated...like yahoo's or google's feeds and rss-info.com will spit out a script for your site that will update automatically...

    hope this helps...
     
    mike323, Apr 21, 2007 IP