A lightweight React library for rendering Social network plugins in HTML
React components for social media integration
View Demo
·
Report Bug
·
Request Feature
- 🔌 Easy integration with LinkedIn and X (Twitter)
- 🎨 Customizable themes and layouts
- 📱 Responsive and mobile-friendly
- 🚀 Lightweight and performant
- 📖 Comprehensive documentation
# Using npm
npm install react-social-plugins
# Using yarn
yarn add react-social-plugins
import {
LinkedinShare,
LinkedinFollowCompany,
XButton,
XTweet
} from 'react-social-plugins';
// Use components in your app
<LinkedinShare url="https://your-website.com" />
Component | Description | Demo |
---|---|---|
LinkedinShare |
Share button for LinkedIn | View |
LinkedinFollowCompany |
Follow company button | View |
LinkedinAddToProfile |
Add to profile button | View |
Component | Description | Demo |
---|---|---|
XButton |
Versatile button for share, follow, mention & hashtag | View |
XTweet |
Embed tweets with customization | View |
XTimeline |
Embed timeline with themes | View |
For detailed documentation and examples, visit our Storybook.
Each component's documentation includes:
- Live examples
- Props documentation
- Usage guidelines
- Interactive playground
Pull requests, issues, and feature requests are welcome! Feel free to check the issues page.
If you find this project helpful, consider donating via PayPal 🙏
This project is licensed under the MIT License.
Made with ❤️ by Praveenkumar Kalidass