OpenSocial Container plugin
Plugin details
Documentation
Install the plugin:
ruby script/plugin install http://opensocial.rubyforge.org/svn/plugin/trunk/
In the config/routes.rb file:
ActionController::Routing::Routes.draw do |map| ... map.opensocial_container :contain end
To add the "feeds" resources:
ruby script/generator opensocial
To bootstrap the static assets you need to run the generator:
ruby script/generator opensocial_assets
And finally to embed the container in a ERb template use the helper:
<%= opensocial_container('http://www.last.fm/opensocial/myfavouritemusic.xml') %>
Further Documentation
There is currently no advanced documentation for this plugin.
New documentationEdit plugin | Back in time (1 older version) | Last edited by: scott, 5 months ago

