Share Buttons
Linkedin

LinkedInShare

👨‍💻 Code

import { LinkedInShareBtn } from "dv-social-share";
 
<LinkedInShareBtn
  url="https://dv-social-share.vercel.app"
  title="dv-social-share is a social share buttons for your next React.js & Next.js apps."
/>;

Output:



đź“– LinkedInShareBtn Props

PropsTypeDefaultDescriptionRequired
urlstringThe URL of the page to be shared.âś…
titlestringTitle of the shared page.❌
summarystringSummary of the shared page.❌
sourcestringSource of the shared page.❌
imgConfigobjectA imgConfig contains width (number; e.g. 32/64), height (number; e.g. 32/64) & bgColor (string; e.g. '#FF0000') for the Image❌
openInNewTabbooleanfalseOpen share window in a new tab if set to true.❌