Created
October 28, 2014 14:57
-
-
Save robinwo/728cb3b864859e19d1d3 to your computer and use it in GitHub Desktop.
Facebook Share
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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