aren Posted October 31, 2015 Share Posted October 31, 2015 Hi everyone! I've been away from web dev for a while (designing more), so I'm feeling a bit out of touch. Can anyone tell me what's the best way to combine multiple rss feeds in one single site/page these days? Preferably with javascript (or is there a better way these days?) What I want to do is to fetch only the images of multiple (hundreds, probably) rss feeds and display them in one site/page as one big gallery. Thanks, and cheers! Link to comment Share on other sites More sharing options...
arjen Posted November 1, 2015 Share Posted November 1, 2015 If you don't mind getting your hands dirty -> PicoFeed is all you need. It's pretty easy to get and parse multiple RSS feeds. You can then get the stuff you want from the individual feeds and show them as one gallery. Checkout their GitHub account for documentation and examples. 1 Link to comment Share on other sites More sharing options...
Recommended Posts