react-social-plugins
v3.0.2
Published
A lightweight React library for rendering Social network plugins in HTML
Maintainers
Readme
📄 react-social-plugins
A lightweight React library for rendering Social network plugins in HTML
✨ 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
| Component | Description | Demo |
|-----------|-------------|------|
| LinkedinShare | Share button for LinkedIn | View |
| LinkedinFollowCompany | Follow company button | View |
| LinkedinAddToProfile | Add to profile button | View |
X (Twitter) Components
| Component | Description | Demo |
|-----------|-------------|------|
| XButton | Versatile button for share, follow, mention & hashtag | View |
| XTweet | Embed tweets with customization | View |
| XTimeline | Embed timeline with themes | View |
📚 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.
