Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
react-social-plugins
Advanced tools
Install the component using NPM:
$ npm install --save react-social-plugins
import {
LinkedinCompanyProfile,
LinkedinFollowCompany,
LinkedinLogin,
LinkedinAddProfile,
LinkedinProfile,
LinkedinShare,
TwitterButton,
TwitterTweet
} from 'react-social-plugins';
Renders a "Follow" button for a company
<LinkedinFollowCompany
companyId={12312312}
counter="top" // Or "right"
lang="en_US"
/>
Renders a "Sign in with LinkedIn" button
<LinkedinLogin
apiKey="xxxxxxxxxxxxxx"
authorize
lang="en_US"
onError={this.handleError}
onSuccess={this.handleSuccess}
/>
Renders a "Add to profile" button
<LinkedinAddProfile
lang="en_US"
task="CERTIFICATION_NAME" // Or "SCHOOL_NAME"
/>
Renders a "Member profile" card
<LinkedinProfile
lang="en_US"
profileUrl="http://www.linkedin.com/in/praveenkumar-outlook"
format="inline" // Or "hover"
text="Praveenkumar K" // text to show in "hover" format
/>
Renders a "Company profile" card
<LinkedinCompanyProfile
lang="en_US"
companyId={123123123}
format="inline" // Or "hover"
text="Company name" // text to show in "hover" format
/>
Render a "Share" button
<LinkedinShare
apiKey="xxxxxxxxxxxxxx"
authorize
lang="en_US"
/>
Renders the Tweet with the conversation
<TwitterTweet
align='left'
coversation='none'
tweetId='xxxxxxxxxxxxxxxx'
theme='light'
width={325}
/>
Renders the Tweet button to either Share, Mention or Hashtag
<TwitterButton
target="/"
text="Hello World"
type="Share"
/>
<TwitterButton
hashtags="one,two"
target="username"
text="Hello World"
type="Mention"
size="large"
via="username"
/>
<TwitterButton
hashtags="one,two"
target="username"
text="Hello World"
type="Hashtag"
size="large"
via="username"
/>
FAQs
Social Network SDK Components built with ReactJs
The npm package react-social-plugins receives a total of 0 weekly downloads. As such, react-social-plugins popularity was classified as not popular.
We found that react-social-plugins demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.