Skip to content

Instantly share code, notes, and snippets.

@ayamflow
Created April 12, 2017 22:04
Show Gist options
  • Save ayamflow/7a08af758933c8542ca320c53b9ab1ec to your computer and use it in GitHub Desktop.
Save ayamflow/7a08af758933c8542ca320c53b9ab1ec to your computer and use it in GitHub Desktop.
Facebook sharer.php custom
http://www.facebook.com/dialog/feed?app_id=[FACEBOOK_APP_ID]' +
'&link=[FULLY_QUALIFIED_LINK_TO_SHARE_CONTENT]' +
'&picture=[LINK_TO_IMAGE]' +
'&name=' + encodeURIComponent('[CONTENT_TITLE]') +
'&caption=' + encodeURIComponent('[CONTENT_CAPTION]) +
'&description=' + encodeURIComponent('[CONTENT_DESCRIPTION]') +
'&redirect_uri=' + FBVars.baseURL + '[URL_TO_REDIRECT_TO_AFTER_SHARE]'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment