ember-share-buttons
v0.0.3
Published
Social sharing buttons with icons
Downloads
4
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-buttons
In your template, use:
{{share-buttons}}
Configuration
TBD
Installation
git clone
this repositorynpm install
bower install
Running
ember server
- Visit your app at http://localhost:4200.
Running Tests
npm test
(Runsember try:testall
to test your addon against multiple Ember versions)ember test
ember test --server
Building
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.