Skip to content

Instantly share code, notes, and snippets.

@robinwo
Created October 28, 2014 14:57
Show Gist options
  • Save robinwo/728cb3b864859e19d1d3 to your computer and use it in GitHub Desktop.
Save robinwo/728cb3b864859e19d1d3 to your computer and use it in GitHub Desktop.
Facebook Share
FB.ui({
method: 'feed',
display: 'popup',
name: title,
link: '',
picture: '',
caption: '',
description: '',
to: ''
},
function (response) {
callback(response);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment