class FacebookSocialPlugins::Plugin::Facepile

Public Class Methods

new(options = {}) click to toggle source
Calls superclass method
# File lib/facebook-social_plugins/plugin/facepile.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 action - the action to perform, fx ‘og_recipebox:planning_to_make’ width - the width of the plugin in pixels. Minimum recommended width: 400px. href - the referenced page max_rows - max rows to display, 1-10 normally

Calls superclass method
# File lib/facebook-social_plugins/plugin/facepile.rb, line 16
def attributes
        super.merge(:'event-app-id' => :string, :action => :string, :href => :string, 
                :max_rows => :integer, :size => sizes, :width => :integer
        )
end
plugin_class() click to toggle source
# File lib/facebook-social_plugins/plugin/facepile.rb, line 7
def plugin_class
        'fb-facepile'
end