Browse the Ruby on Rails Community.

You are here: Forums Ask a Rails expert How to display WordPress blog ...

Replytotopic

How to display WordPress blog posts on your Rails website

Posted in Forums : Ask a Rails expert

 
Fedora_bigger

Authority 0
Posting Rating 0
Sign in to rate this post

I’m super new to Rails. I’ve got a spot on my home page where I want to display 2-3 of the most recent posts from my Wordpress account. I found one link to a solution, but the link is dead.

Any help would be greatly appreciated!

 
Sven_klever

Authority 12
Posting Rating 53
Sign in to rate this post

Hi Scott,

one solution is to fetch the rss-feed of your blog, parse it and then display it on your site. please have a look at http://rubyrss.com/. there you can find some sample code which does exatly that.

Greets,
Sven

 
Profile

Authority 12
Posting Rating 0
Sign in to rate this post

Just one line solution found on http://markmcb.com/2008/07/12/ruby-on-rails-rss-reader/

require ‘rss’

rss = RSS::Parser.parse(open(‘http://blog.athlo.com/feed/’).read, false).items[0..MaxRSSItems-1]


sorry for formatting

Replytotopic

Other Recent Topics

Ask a Rails expert : nested application ApplicationController get called intead of children::ApplicationController

Ask a Rails expert : Best way to structure a database for a large/static dataset

Ask a Rails expert : Ruby Developer (ROR) - Scottish based (Remote working from within the UK)

Ask a Rails expert : Above Ground Pool Supplies

Ask a Rails expert : How to get url params in observer or model in Rails 3.1

Ask a Rails expert : What can persuade you to hire Junior Ruby devs with significant PHP experience?

Ask a Rails expert : What industry value does the Ruby or Rails Certification currently have?

Ask a Rails expert : Louis Vuitton Damier Azur Canvas specially sale ( www.salecheaplouisvuitton.com )

Ask a Rails expert : ·How to check errors/puts statements from ruby files which are under cronob

Ask a Rails expert : Louis Vuitton cheap Soft Sided Luggagespecial offer( www.salecheaplouisvuitton.com )

Formatting Help
  • *bold*       _italics_      
    bq. (quotes)
  • "DSC":http://www.dsc.net
  • * or # (lists)
or cancel