1.0.2 • Published 8 years ago

social-utilities v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

social-utilities

Install using npm:

npm install social-utilities --save-dev

How To Use WIth Ember

First you need to install the prerequisite addon called ember-browserfy:

npm install --save-dev ember-browserify

Now 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);
    }
}
1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago