FBShare
👨‍💻 Code
import { FBShareBtn } from "dv-social-share";
<FBShareBtn
url="https://dv-social-share.vercel.app"
quote="dv-social-share is a social share buttons for your next React.js & Next.js apps."
hashTag="#dvsocialshare"
/>;
Output:
đź“– FBShareBtn Props
Props | Type | Default | Description | Required |
---|---|---|---|---|
url | string | The URL of the page to be shared. | âś… | |
quote | string | A quote to be shared. | ❌ | |
hashTag | string | Hashtag to be shared. | ❌ | |
imgConfig | object | A imgConfig contains width (number; e.g. 32/64), height (number; e.g. 32/64) & bgColor (string; e.g. '#FF0000') for the Image | ❌ | |
openInNewTab | boolean | false | Open share window in a new tab if set to true . | ❌ |