reactioncommerce:reaction-social

Reaction Social - Social Sharing Package for Reaction


License
GPL-2.0
Install
meteor add reactioncommerce:reaction-social@=0.4.2

Documentation

reaction-social - Reaction Core Package

Social Sharing package for Reaction Commerce

Got basic inspiration from joshowens:shareit package.

Installation:

  meteor add lovetostrike:reaction-social

Customization:

See server/register.coffee for all available options.

  # footer.html
  <template name='footer'>
    {{#each reactionApps provides="social" name="reaction-social"}}
      {{> Template.dynamic template=template data=customSocialSettings }}
    {{/each}}
  </template>
  # footer.coffee
  Template.footer.helpers
    customSocialSettings: ->
      placement: 'footer'
      faClass: 'square'
      faSize: 'fa-3x'
      appsOrder: ['facebook', 'twitter', 'googleplus', 'pinterest']