Skip to content

putstrln/reaction-social

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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']

About

Social Sharing for Reaction Commerce

Resources

License

GPL-2.0, Unknown licenses found

Licenses found

GPL-2.0
LICENSE
Unknown
LICENSE.md

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors