-1

Hey I want to create an rss feed reader on my homepage. I want to make it like a news ticker, in which the the news slide one by one. Is there any Jquery plugin that provide this functionality, I came across one plugin but it can extract feed from the same domain not from other domains and I want to get the feeds from here

http://www.spiegel.de/schlagzeilen/tops/index.rss

Any idea? Thanks

Zoha Ali Khan
  • 1,659
  • 11
  • 37
  • 56

1 Answers1

1

I think that you can combine various JQuery plugin in order to do what you want. For example (and doing a quickly search in Google), there is a plugin called jGFeed that returns all information about an specific feed (you can read the documentation on the link provided).

With all of this information, you can extract what you want (post content, post title, date, etc) and use some other plugin (like Compact News Previewer [example]) to display the post.

Fran Verona
  • 5,438
  • 6
  • 46
  • 85