Project

ooyala_fb

0.0
No commit activity in last 3 years
No release in over 3 years
easilly enables meta tag creation on your ruby/rails/rack app for Ooyala Facebook sharing - more infos: http://www.ooyala.com/support/docs/facebook_sharing_sdk
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
 Dependencies
 Project Readme

Ooyala Fb

easilly enables meta tag creation on your ruby/rails/rack app for Ooyala Facebook sharing

this is the code found on: http://www.ooyala.com/support/docs/facebook_sharing_sdk repackaged as a gem

You can find your Partner and Secret codes under the Developers area of the Backlot Account tab.

Install:

gem install ooyala_fb

In your Gemfile:

from rubygems: gem "ooyala_fb" or from the git repo:

gem "ooyala_fb", :git => "git://github.com/makevoid/ooyala_fb" 

Usage:

require "ooyala_fb"
fbs = OoyalaFb.new partner_code: 'partner_code', secret_code: 'secret_code' 

puts fbs.header 'movie_embed'

Changes:

  • 0.2.2 - constructor takes an hash as argument, logger is now optional
  • 0.2.1 - first release