Sha256: e3705f74c23822018667078b74a19419fa2987fecb73bba75bb49e3ae3fb5f24
Contents?: true
Size: 401 Bytes
Versions: 2
Compression:
Stored size: 401 Bytes
Contents
require 'facebook-social_plugins/social_plugin' module FacebookSocialPlugins class Button < SocialPlugin def initialize options = {} super end def plugin_class super end # attributes always availabe for a button? def attributes super.merge(:font => ['arial', 'lucida grande', 'segoe ui', 'tahoma', 'trebuchet ms', 'verdana'], :colorscheme => ['light', 'dark']) end end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
facebook-social_plugins-0.1.1 | lib/facebook-social_plugins/button.rb |
facebook-social_plugins-0.1.0 | lib/facebook-social_plugins/button.rb |