Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

Awesome Lists containing this project

README

        

# React Social Plugins



npm version


dependencies Status badge


devDependency Status badge


Downloads


Paypal

## 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)