Share Buttons
Livejournal

LiveJournalShare

👨‍💻 Code

import { LiveJournalShareBtn } from "dv-social-share";
 
<LiveJournalShareBtn url="https://dv-social-share.vercel.app" />;

Output:



đź“– LiveJournalShareBtn Props

PropsTypeDefaultDescriptionRequired
urlstringThe URL of the page to be shared.âś…
titlestringA Title to be shared.❌
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.❌