So I found an rss based newsreel slideshow that I really like. Is there a way to put that same newsreel on my website so that it gets updated automatically by their server? I’ve found the <link> element in the head section that traces the newsreel back to the original rss. Does that have something to do with it?
So I found an rss based newsreel slideshow that I really like. Is there
Share
OK, I understand. Personally, I got about it this way. Get the RSS feed, stick it into YQL Consol, get the JSONP URL then use jQuery to parse it like so:
Here is a jsfiddle working example: http://jsfiddle.net/Qpkpn/
I have found this works in all current browsers also… plus IE8 (i was having an issue in IE8 until jQuery JSON parse saved the day)
Add this to your body area:
You will then need to add a scrolling function of some sort to it.
I have seen a ticker called jTicker that might work for you also.