npm package discovery and stats viewer.

Discover Tips

  • General search

    [free text search, go nuts!]

  • Package details

    pkg:[package-name]

  • User packages

    @[username]

Sponsor

Optimize Toolset

I’ve always been into building performant and accessible sites, but lately I’ve been taking it extremely seriously. So much so that I’ve been building a tool to help me optimize and monitor the sites that I build to make sure that I’m making an attempt to offer the best experience to those who visit them. If you’re into performant, accessible and SEO friendly sites, you might like it too! You can check it out at Optimize Toolset.

About

Hi, 👋, I’m Ryan Hefner  and I built this site for me, and you! The goal of this site was to provide an easy way for me to check the stats on my npm packages, both for prioritizing issues and updates, and to give me a little kick in the pants to keep up on stuff.

As I was building it, I realized that I was actually using the tool to build the tool, and figured I might as well put this out there and hopefully others will find it to be a fast and useful way to search and browse npm packages as I have.

If you’re interested in other things I’m working on, follow me on Twitter or check out the open source projects I’ve been publishing on GitHub.

I am also working on a Twitter bot for this site to tweet the most popular, newest, random packages from npm. Please follow that account now and it will start sending out packages soon–ish.

Open Software & Tools

This site wouldn’t be possible without the immense generosity and tireless efforts from the people who make contributions to the world and share their work via open source initiatives. Thank you 🙏

© 2024 – Pkg Stats / Ryan Hefner

react-share

v5.1.0

Published

Social media share buttons and share counts for React.

Downloads

1,671,665

Readme

react-share

NPM npm bundle size downloads downloads

Social media share buttons and share counts for your React apps.

Share buttons screenshot

Install

npm install react-share

Features

  • no external script loading, i.e. no dependencies on SDKs
  • supports tree shaking with ES modules
  • opens a popup share-window
  • share buttons for:
    • Facebook
    • Facebook Messenger
    • X (formerly Twitter)
    • Telegram
    • Whatsapp
    • LinkedIn
    • Pinterest
    • VK
    • Odnoklassniki
    • Reddit
    • Tumblr
    • Mail.Ru
    • LiveJournal
    • Viber
    • Workplace
    • Line
    • Weibo
    • Pocket
    • Instapaper
    • Hatena
    • Gab
    • email
  • share counts for
    • Facebook
    • Pinterest
    • VK
    • Odnoklassniki
    • Reddit
    • Tumblr
    • Hatena
  • social media icons included in the library
  • supports also custom icons

Demo

React compatibility

| Version | Compatible React versions | | ------- | ----------------------------- | | 1 | 0.13.x, 0.14.x, 15.x.x. | | 2 | 15, 16 | | 3 | 15, 16 | | 3.0.1 | ^16.3. | | 4 | ^16.3, 17, 18 | | 5 | 17, 18 |

API

Share buttons

import {
  EmailShareButton,
  FacebookShareButton,
  GabShareButton,
  HatenaShareButton,
  InstapaperShareButton,
  LineShareButton,
  LinkedinShareButton,
  LivejournalShareButton,
  MailruShareButton,
  OKShareButton,
  PinterestShareButton,
  PocketShareButton,
  RedditShareButton,
  TelegramShareButton,
  TumblrShareButton,
  TwitterShareButton,
  ViberShareButton,
  VKShareButton,
  WhatsappShareButton,
  WorkplaceShareButton,
} from "react-share";
Share button props

| | Required props | Optional props | | ---------------------------- | ------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | | All | children (string/element): React nodeurl (string): URL of the shared page | disabled (bool): Disables click action and adds "disabled" classdisabledStyle (object, default={ opacity: 0.6 }): Disabled stylewindowWidth, windowHeight (number, different default for all share buttons): opened window dimensionsbeforeOnClick (() => Promise/() => void): Takes a function that returns a Promise to be fulfilled before calling onClick. If you do not return promise, onClick is called immediately.openShareDialogOnClick (boolean): Open dialog on click. Defaults to true except on EmailShareButtononShareWindowClose (() => void): Takes a function to be called after closing share dialog.resetButtonStyle (boolean, default=true): Reset button element style. Preferred to be set to false if you want to customize the button style. | | EmailShareButton | - | subject (string): Title of the shared pagebody (string): Email, will be prepended to the url.separator (string, default=" "): Separates body from the url | | FacebookShareButton | - | hashtag (string): A hashtag specified by the developer to be added to the shared content. People will still have the opportunity to remove this hashtag in the dialog. The hashtag should include the hash symbol. | | FacebookMessengerShareButton | appId (string): Facebook application id | redirectUri (string): The URL to redirect to after sharing (default: the shared url).to (string): A user ID of a recipient. Once the dialog comes up, the sender can specify additional people as recipients. | | HatenaShareButton | - | title (string): Title of the shared page | | InstapaperShareButton | - | title (string): Title of the shared pagedescription (string): Description of the shared page | | LinkedinShareButton | - | title (string): Title of the shared pagesummary (string): Description of the shared pagesource (string): Source of the content (e.g. your website or application name) | | LineShareButton | - | title (string): Title of the shared page | | LivejournalShareButton | - | title (string): Title of the shared pagedescription (string): Description of the shared page | | MailruShareButton | - | title (string): Title of the shared pagedescription (string): Description of the shared pageimageUrl (string): An absolute link to the image that will be shared | | OKShareButton | - | title (string): Title of the shared pagedescription (string): Description of the shared pageimage (string): An absolute link to the image that will be shared | | PinterestShareButton | media (string): An absolute link to the image that will be pinned | description (string): Description for the sharedpinId (string): Id of existing pin - If you’ve already pinned this page, use this to treat any new Pins of this page as repins of the original. Doing this can give you a better feel for engagement, because any Pins you create will count towards repins of your original Pin. | | PocketShareButton | - | title (string): Title of the shared page. Note that if Pocket detects a title tag on the page being saved, this parameter will be ignored and the title tag of the saved page will be used instead. | | RedditShareButton | - | title (string): Title of the shared page | | TelegramShareButton | - | title (string): Title of the shared page | | TumblrShareButton | - | title (string): Title of the shared pagetags: (Array<string>)caption (string): Description of the shared pageposttype (string, default=link) | | TwitterShareButton | - | title (string): Title of the shared pageurl: (string)hashtags (array): Hashtagsrelated (array): Accounts to recommend following | | ViberShareButton | - | title (string): Title of the shared pageseparator (string), default=" ": Separates title from the url | | VKShareButton | - | title (string): Title of the shared pageimage (string): An absolute link to the image that will be sharednoParse (boolean): If true is passed, VK will not retrieve URL informationnoVkLinks (boolean): If true is passed, there will be no links to the user's profile in the open window. Only for mobile devices | | WeiboShareButton | - | title (string): Title of the shared pageimage (string): An absolute link to the image that will be shared | | WhatsappShareButton | - | title (string): Title of the shared pageseparator (string, default=" "): Separates title from the url | | WorkplaceShareButton | - | quote (string): A quote to be shared along with the link.hashtag (string): A hashtag specified by the developer to be added to the shared content. People will still have the opportunity to remove this hashtag in the dialog. The hashtag should include the hash symbol. |

Share counts

import {
  FacebookShareCount,
  HatenaShareCount,
  OKShareCount,
  PinterestShareCount,
  RedditShareCount,
  TumblrShareCount,
  VKShareCount,
} from "react-share";

All share count components take in only one mandatory prop: url, which is the URL you are sharing. className prop is optional.

Example:

<FacebookShareCount url={shareUrl} />

If you want to render anything else but the count, you can provide a function as a child element that takes in shareCount as an argument and returns an element:

<FacebookShareCount url={shareUrl}>
  {(shareCount) => <span className="myShareCountWrapper">{shareCount}</span>}
</FacebookShareCount>

Icons

import {
  EmailIcon,
  FacebookIcon,
  FacebookMessengerIcon,
  GabIcon,
  HatenaIcon,
  InstapaperIcon,
  LineIcon,
  LinkedinIcon,
  LivejournalIcon,
  MailruIcon,
  OKIcon,
  PinterestIcon,
  PocketIcon,
  RedditIcon,
  TelegramIcon,
  TumblrIcon,
  TwitterIcon,
  ViberIcon,
  VKIcon,
  WeiboIcon,
  WhatsappIcon,
  WorkplaceIcon,
  XIcon,
} from "react-share";

Props:

  • size: Icon size in pixels (number)

  • round: Whether to show round or rect icons (bool)

  • borderRadius: Allow rounded corners if using rect icons (number)

  • bgStyle: customize background style, e.g. fill (object)

  • iconFillColor: customize icon fill color (string, default = 'white')

Example:

<TwitterIcon size={32} round={true} />

About semantic versioning

This library uses the standard semver convention. However, the share buttons and and counts are prone to lots of changes that are not in control of this library. For example: if Facebook decides to change or deprecate it's API in a major way, this library will not get a major version bump just because of that. Keep this in mind when you are planning the maintenance of your application.

License

MIT

Icons

Icon paths provided by: react-social-icons.