Skip to content

praveenkumar-kalidass/react-social-plugins

Repository files navigation

📄 react-social-plugins

A lightweight React library for rendering Social network plugins in HTML


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

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.


Made with ❤️ by Praveenkumar Kalidass