-
RSS feeds
Hi folks....
I am building a new website and I am considering using RSS feeds as news sources. In the past I have used javascript feeds that pulled in headlines and such. What is the difference between these two methods...and how do I use RSS feeds? Does my server need special configuration that I would need to check with the host?
-
Well if they put an RSS icon then no, you don't need to check. Javascript is still needed to pull the feed and make it formattable. I like this one.
-
RSS feeds are created in XML. You can easily create your own RSS feeds or use RSS builders to do this. With a RSS reader, you can pull all of your feeds into one program you stay up to date with all of the information rather than having to go look for it. IE7 has a built-in RSS reader and so does Outlook 2007.
-
But he wants to add it to his website. For that he'll need a script like the one I liked to
-
Can you get free feeds from news sites like CNN or Reuters?
Essentially....I want to have a news site where I write some of the content...but the daily news is taken care of automatically. Also....do the RSS feeds work like the javascript ones I used....where you just get a headline that links to the story, or is the story actually displayed on my site in its entirety? That is what I am looking for....
-
With the script I linked, you have a certain amount of control. You can have the headline, the timestamp, and a blurb, but no, not the entire story. That's the script I used for this site's RSS
-
-
So it doesn't look like there is a whole lot of difference between the javascripts I was using....and this RSS stuff? I know there is technical difference, but the display is still going to only give me a headline link and a blurb? :(
-
The only difference is we updated the feed vs the site your feed is coming from updating it. ...... you will only get a blurb and link darlin.
here are some of the most popular feeds right now
http://www.bloglines.com/topblogs
-
To reproduce the entire article, I think you would need permission anyway. If they give you an RSS feed, ya have to take what they're willing to give.
-
OK...looks like I had the wrong idea of what an RSS news feed was. In short I was dumb.....LOL :eek: :D
I thought it was more comprehensive than what I had used before. I still may try it, though.
Do they also send images through RSS feeds? That was something I noticed with the javascripts I used....text only.
-
No, it's text only. Images might be possible if they included them in the XML but that would put more strain on their server and they probably wouldn't allow it.
-
I haven't seen any that use images ..... the ones I have used don't
-
Thanks for all the quick replies folks..... :)
I may have to rethink my original design now since the feeds are much more limited than I thought.
-
You are welcome... it was actually something I knew a little something about :D
Shocking .... I know :D