ember-social is a fledgling Ember component library for social sharing widgets. Think Tweet buttons, Facebook like buttons, Linked In share buttons, etc.
We welcome contributions. Adding share buttons can be a tedious, annoying part of a front-end developers. Let's make this library make it easy for everyone.
To install this addon in your ember-cli project, use npm install ember-social
.
Run the dummy app for examples and documentation.
This README outlines the details of collaborating on this Ember addon.
git clone
this repositorynpm install
bower install
The dummy app demonstrates and explains usage quite well.
ember server
- Visit your app at http://localhost:4200.
To use in your app, follow the instructions for using ember-cli addons at embercli.com.
ember test
ember test --server
ember build
For more information on using ember-cli, visit http://www.ember-cli.com/.
- Implement click/share tracking for
{{facebook-like}}
- Implement click/share tracking for
{{facebook-facepile}}
Thanks to Plyfe for sponsoring initial development and open-sourcing. ember-social authors include: Chris LoPresto, Luke Melia, and Danielle Adams.