Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/praveenkumar-kalidass/react-social-plugins
Social Network SDK Components built with ReactJS
https://github.com/praveenkumar-kalidass/react-social-plugins
company follow hashtag linkedin login mention plugins profile reactjs sdk share social tweet twitter
Last synced: about 2 months ago
JSON representation
Social Network SDK Components built with ReactJS
- Host: GitHub
- URL: https://github.com/praveenkumar-kalidass/react-social-plugins
- Owner: praveenkumar-kalidass
- License: mit
- Created: 2018-09-06T09:44:57.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-09T05:04:05.000Z (about 2 years ago)
- Last Synced: 2024-11-11T21:54:54.888Z (3 months ago)
- Topics: company, follow, hashtag, linkedin, login, mention, plugins, profile, reactjs, sdk, share, social, tweet, twitter
- Language: JavaScript
- Homepage: https://github.com/praveenkumar-kalidass/react-social-plugins#readme
- Size: 1.08 MB
- Stars: 6
- Watchers: 1
- Forks: 3
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# React Social Plugins
## Install
Install the component using [NPM](https://www.npmjs.com/):
```sh
$ npm install --save react-social-plugins
```## Usage
### Initialise module
```js
import {
LinkedinCompanyProfile,
LinkedinFollowCompany,
LinkedinLogin,
LinkedinAddProfile,
LinkedinProfile,
LinkedinShare,TwitterButton,
TwitterTweet
} from 'react-social-plugins';
```### Linkedin Plugins
- [Linkedin Follow Company](#linkedin-follow-company)
- [Linkedin Login](#linkedin-login)
- [Linkedin Add Profile](#linkedin-add-profile)
- [Linkedin Profile](#linkedin-profile)
- [Linkedin Company Profile](#linkedin-company-profile)
- [Linkedin Share](#linkedin-share)### Twitter Plugins
- [Twitter Button](#twitter-button)
- [Twitter Tweet](#twitter-tweet)#### Linkedin Follow Company
Renders a "Follow" button for a company```html
```
#### Linkedin Login
Renders a "Sign in with LinkedIn" button```html
```
#### Linkedin Add Profile
Renders a "Add to profile" button```html
```
#### Linkedin Profile
Renders a "Member profile" card```html
```
#### Linkedin Company Profile
Renders a "Company profile" card```html
```
#### Linkedin Share
Render a "Share" button```html
```
#### Twitter Tweet
Renders the Tweet with the conversation```html
```
#### Twitter Button
Renders the Tweet button to either Share, Mention or Hashtag```html
```
```html
```
```html
```
## License
[MIT License](http://opensource.org/licenses/MIT)