react-share

Social media share buttons and share counts for React

MIT License

Downloads
1.7M
Stars
2.6K
Committers
67

Bot releases are visible (Hide)

react-share - v1.10.1

Published by nygardk almost 8 years ago

  • attempt to fix an issue with meteor by updating platform.js dependency to version 1.3.2 (#46)
react-share - v1.10.0

Published by nygardk about 8 years ago

  • Added title and description to VK and Linkedin share links (@VorontsovMaxim)
  • Fixed Firefox bug with loading SVGs with CSP enabled (@OttoRobotto)
react-share - v1.9.1

Published by nygardk about 8 years ago

  • New end point for fetching Facebook share count.
react-share - v1.6.0

Published by nygardk about 8 years ago

  • feature: added sharing support for VK
  • internal changes for preparing version 2, assertion message changes
  • minor breaking change: Google Plus button now has class SocialMediaShareButton--googlePlus instead of SocialMediaShareButton--google-plus
react-share - v1.7.0

Published by nygardk about 8 years ago

  • added disabled and disabledStyle props to share buttons
  • added iconBgStyle and logoFillColor to icon styles
react-share - v1.8.0

Published by nygardk about 8 years ago

  • Share count will now be updated if url prop is changed
  • Error callback with Facebook share counts is now correctly called
react-share - v1.8.1

Published by nygardk about 8 years ago

  • Fixed propType warnings that were caused by updating to React v. 15.2.0
react-share - v1.8.5

Published by nygardk about 8 years ago

  • Google+ logo in the icons was updated to match the newest Google brand
react-share - v1.9.0

Published by nygardk about 8 years ago

  • Added windowWidth and windowHeight props to share buttons. E.g. Pinterest popup window is larger than the others, and its width now defaults to 1000 and height defaults to 730. Additionally, you can manually control the size by setting the props.