TumblrShare
👨‍💻 Code
import { TumblrShareBtn } from "dv-social-share";
<TumblrShareBtn
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:
đź“– TumblrShareBtn Props
Props | Type | Default | Description | Required |
---|---|---|---|---|
url | string | The URL of the shared page to be shared. | âś… | |
title | string | The title of the shared page. | ❌ | |
tags | Array | ❌ | ||
caption | string | The description of the shared page. | ❌ | |
posttype | string | link | ❌ | |
imgConfig | object | A imgConfig contains width, height & bgColor for the Image | ❌ | |
openInNewTab | boolean | false | Open share window in a new tab if set to true . | ❌ |