ember-share-buttons
v0.0.3
Published
Social sharing buttons with icons
Readme
Ember Share Buttons
Include buttons for some of the more popular social sharing platforms:
- Google+
- Whatsapp (mobile only)
The inspiration and much of the code for this addon was borrowed liberally from https://github.com/carrot/share-button
Installing in your Ember app
ember install ember-share-buttonsIn your template, use:
{{share-buttons}}Configuration
TBD
Installation
git clonethis repositorynpm installbower install
Running
ember server- Visit your app at http://localhost:4200.
Running Tests
npm test(Runsember try:testallto test your addon against multiple Ember versions)ember testember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
