social-utilities
v1.0.2
Published
Install using npm:
Downloads
19
Readme
social-utilities
Install using npm:
npm install social-utilities --save-devHow To Use WIth Ember
First you need to install the prerequisite addon called ember-browserfy:
npm install --save-dev ember-browserifyNow you'll be able to import a social-utilities function from anywhere in your javascript files:
import _fbShare from "npm:social-utilities/_fbShare";
...
actions {
handleFbShare() {
_fbShare(http://gleasonmovie.com, 400, 225);
}
}
