You're Invited:Meet the Socket Team at BlackHat and DEF CON in Las Vegas, Aug 4-6.RSVP
Socket
Book a DemoInstallSign in
Socket

react-social-plugins

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-social-plugins

A lightweight React library for rendering Social network plugins in HTML

3.0.2
latest
Source
npmnpm
Version published
Maintainers
1
Created
Source

📄 react-social-plugins

A lightweight React library for rendering Social network plugins in HTML

NPM Version License Downloads GitHub stars Last commit Open Issues Made with React Maintained Donate via PayPal

React components for social media integration
View Demo · Report Bug · Request Feature

✨ Features

  • 🔌 Easy integration with LinkedIn and X (Twitter)
  • 🎨 Customizable themes and layouts
  • 📱 Responsive and mobile-friendly
  • 🚀 Lightweight and performant
  • 📖 Comprehensive documentation

📦 Installation

# Using npm
npm install react-social-plugins

# Using yarn
yarn add react-social-plugins

🚀 Quick Start

import {
  LinkedinShare,
  LinkedinFollowCompany,
  XButton,
  XTweet
} from 'react-social-plugins';

// Use components in your app
<LinkedinShare url="https://your-website.com" />

📚 Documentation

LinkedIn Components

ComponentDescriptionDemo
LinkedinShareShare button for LinkedInView
LinkedinFollowCompanyFollow company buttonView
LinkedinAddToProfileAdd to profile buttonView

X (Twitter) Components

ComponentDescriptionDemo
XButtonVersatile button for share, follow, mention & hashtagView
XTweetEmbed tweets with customizationView
XTimelineEmbed timeline with themesView

📚 Documentation

For detailed documentation and examples, visit our Storybook.

Each component's documentation includes:

  • Live examples
  • Props documentation
  • Usage guidelines
  • Interactive playground

🤝 Contributing

Pull requests, issues, and feature requests are welcome! Feel free to check the issues page.

❤️ Support

If you find this project helpful, consider donating via PayPal 🙏

📝 License

This project is licensed under the MIT License.

Made with ❤️ by Praveenkumar Kalidass

Keywords

react

FAQs

Package last updated on 30 May 2025

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts