1.0.0 • Published 5 years ago

sharer-popup v1.0.0

Weekly downloads
6
License
MIT
Repository
github
Last release
5 years ago

Sharer popup

A sharer popup manager for the main social networks (Facebook, Twitter, Linkedin)

Installation

npm i sharer-popup --save

Params

type

Social network, can be one of the following:

  • "facebook"
  • "twitter"
  • "linkedin"

title

Sharer title (facebook).

text

Sharer description (facebook, twitter).

source

Sharer source (linkedin).

url

Shared url.

Usage

JS

import share from 'sharer-popup';

share('facebook'); // opens Facebook sharer
share('twitter'); // opens Twitter sharer
share('linkedin'); // opens Linkedin sharer