npm.io
1.0.4 • Published 8 years ago

react-facebook-share-link

Licence
MIT
Version
1.0.4
Deps
2
Size
11.0 MB
Vulns
0
Weekly
0

Create "share this on Facebook" links in React.

Installation

With npm:

npm install --save react-facebook-share-link

Or with Yarn:

yarn add react-facebook-share-link

Usage

import ShareLink from 'react-facebook-share-link'

...

<ShareLink link='https://your-site.com/some-page'>
   {link => (
      <a href={link} target='_blank'>Share this on Facebook</a>
   )}
</ShareLink>

If you don't pass in a link prop, it will use the current page (window.location.href).

Keywords