Skip to content

Latest commit

 

History

History
48 lines (27 loc) · 1.41 KB

README.md

File metadata and controls

48 lines (27 loc) · 1.41 KB

ember-social

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.

Build Status

Installation

  • git clone this repository
  • npm install
  • bower install

Usage

The dummy app demonstrates and explains usage quite well.

To use in your app, follow the instructions for using ember-cli addons at embercli.com.

Running Tests

  • ember test
  • ember test --server

Building

  • ember build

For more information on using ember-cli, visit http://www.ember-cli.com/.

TODO

  • Implement click/share tracking for {{facebook-like}}
  • Implement click/share tracking for {{facebook-facepile}}

Contributors

Thanks to Plyfe for sponsoring initial development and open-sourcing. ember-social authors include: Chris LoPresto, Luke Melia, and Danielle Adams.