You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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',
});
The text was updated successfully, but these errors were encountered:
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',
});
The text was updated successfully, but these errors were encountered: