/spree_sociable

Primary LanguageRubyMIT LicenseMIT

Spree Sociable

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

Installation

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

Testing

Generate a dummy application

bundle exec rake test_app

Running tests

bundle exec rake spec

Contributing

  1. Fork it ( https://github.com/groundctrl/spree_sociable/fork )
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request