A sharer popup manager for the main social networks (Facebook, Twitter, Linkedin)
npm i sharer-popup --save
share(type, title = "", text = "", source = null, url = null)
Social network, can be one of the following:
- "facebook"
- "twitter"
- "linkedin"
Sharer title (facebook).
Sharer description (facebook, twitter).
Sharer source (linkedin).
Shared url.
import share from 'sharer-popup';
share('facebook'); // opens Facebook sharer
share('twitter'); // opens Twitter sharer
share('linkedin'); // opens Linkedin sharer