insta-web-sharer
v1.0.9
Published
Insta-Web-Sharer is designed to streamline the process of sharing website links, images, and captions directly to Instagram using navigator share in mobile devices of react app.
Downloads
5
Readme
insta-web-sharer
Insta-Web-Sharer is designed to streamline the process of sharing website links, images, and captions directly to Instagram using navigator share in mobile devices of react app.
Installation
Install my-project with npm
npm i insta-web-sharer
Usage
import InstagramShareButton from 'insta-web-sharer'
function App() {
return <InstagramShareButton imageUrl={'image-url-here'} caption={'caption'} color={'#fff'} />
}
Options
| Option | Usage | | ----------------- | ----------------------------------- | | imageUrl | URL of image to share on instagram | | caption | Caption to share on instagram | | color | Color of instagram icon |
Feedback
If you have any feedback, please reach out at [email protected]