Bunlong / next-share

Social media share buttons and share counts for your next React apps.
https://next-share.js.org
MIT License
242 stars 34 forks source link

Idea: Add support for the Facebook share dialog to next-share #75

Open gwhizoftv opened 1 year ago

gwhizoftv commented 1 year ago

If we could get access to the FB.ui options behind the next-share interface, something like this: window.FB.ui({ method: 'share', display: 'popup', href: 'https://www.example.com/', title: 'My Example Link', description: 'This is a great example link for sharing!', picture: 'https://www.example.com/image.jpg', });