This package has been deprecated

Author message:

WARNING: This project has been renamed to 'react-social-plugins'.

react-linkedin-plugins

1.0.0 • Public • Published

React Linkedin Plugins

Install

Install the component using NPM:

$ npm install --save react-linkedin-plugins

Usage

Initialise module

import {
    LinkedinLogin,
    LinkedinProfile,
    LinkedinShare
} from 'react-linkedin-plugins';

Render

Linkedin Login

Renders a "Sign in with LinkedIn" button

<LinkedinLogin
    apiKey="xxxxxxxxxxxxxx"
    authorize
    lang="en_US"
    onError={this.handleError}
    onSuccess={this.handleSuccess}
/>

Linkedin Profile

Renders a "Add to profile" button

<LinkedinProfile
    lang="en_US"
    task="CERTIFICATION_NAME" // Or "SCHOOL_NAME"
/>

Linkedin Share

Render a "Share" button

<LinkedinShare
    apiKey="xxxxxxxxxxxxxx"
    authorize
    lang="en_US"
/>

Roadmap

  • Login
  • Add to Profile
  • Share

License

MIT License

/react-linkedin-plugins/

    Package Sidebar

    Install

    npm i react-linkedin-plugins

    Weekly Downloads

    2

    Version

    1.0.0

    License

    MIT

    Unpacked Size

    279 kB

    Total Files

    15

    Last publish

    Collaborators

    • praveenkumar-outlook