* Add the social buttons gem to the Gemfile * Initializer and translations for the social buttons * Add the social buttons assets to the sprockets require * Add the social buttons in the show debate view * Spec to lock down the amount of social share buttons to three
4 lines
100 B
Ruby
4 lines
100 B
Ruby
SocialShareButton.configure do |config|
|
|
config.allow_sites = %w(twitter facebook google_plus)
|
|
end
|