0.0.3 • Published 8 years ago

ember-share-buttons v0.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

Ember Share Buttons

Include buttons for some of the more popular social sharing platforms:

  • Facebook
  • Twitter
  • Pinterest
  • LinkedIn
  • Reddit
  • Google+
  • Whatsapp (mobile only)
  • Email

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 repository
  • npm install
  • bower install

Running

Running Tests

  • npm test (Runs ember 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/.