Ruby RSS latest feed entry


/ Published in: Ruby
Save to your folder(s)



Copy this code and paste it in your HTML
  1. require 'rss'
  2. rss = RSS::Parser.parse(open('http://blog.fromyoursite/feed/').read, false).items[0..MaxRSSItems-1]

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.