Sha256: dd00e51f9cf14eaeaa94b0b1d1b9ab0f3d3d9032d58797953c748ca12c9eea80
Contents?: true
Size: 642 Bytes
Versions: 6
Compression:
Stored size: 642 Bytes
Contents
module SocialShareButton class << self attr_accessor :config def configure yield self.config ||= Config.new end end class Config # enable social sites to share, # * site support: # - twitter # - facebook # - google_plus # - weibo # - qq # - douban # - google_bookmark # - delicious # - tumblr # - pinterest # - email # - linkedin # - wechat # - vkontakte # - odnoklassniki # - Xing # - reddit # - hacker_news # - telegram # - whatsapp_app # - whatsapp_web attr_accessor :allow_sites def initialize end end end
Version data entries
6 entries across 6 versions & 2 rubygems