next-share icon indicating copy to clipboard operation
next-share copied to clipboard

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

Open gwhizoftv opened this issue 2 years ago • 0 comments

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', });

gwhizoftv avatar Mar 08 '23 18:03 gwhizoftv