class FacebookSocialPlugins::Plugin::LiveStream

Public Class Methods

new(options = {}) click to toggle source
Calls superclass method
# File lib/facebook-social_plugins/plugin/live_stream.rb, line 3
def initialize options = {}
        super
end

Public Instance Methods

attributes() click to toggle source

event-app-id - the app id for the event width - the width of the plugin in pixels. Minimum recommended width: 400px. height - the height of the plugin in pixels. Minimum recommended height: 200px. always-post-to-friends - whether to always post to friend, default: false

Calls superclass method
# File lib/facebook-social_plugins/plugin/live_stream.rb, line 15
def attributes
        super.merge(:'via-url' => :string, :xid => :string, :'event-app-id' => :string, 
                :height => :integer, :'always-post-to-friends' => :boolean, :width => :integer)
end
plugin_class() click to toggle source
# File lib/facebook-social_plugins/plugin/live_stream.rb, line 7
def plugin_class
        'fb-live-stream'
end