Add social sharing buttons on product pages. Also add social network links to footer of every page.
More information at http://groundctrl.github.io/spree_sociable
Add this line to your Spree application's Gemfile:
gem 'spree_sociable', github: 'groundctrl/spree_sociable'
Run the bundle command to install it:
bundle install
After installing, you'll need to run the generator:
bundle exec rails g spree_sociable:install
Generate a dummy application
bundle exec rake test_app
Running tests
bundle exec rake spec
- Fork it ( https://github.com/groundctrl/spree_sociable/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request