Skip to content

Instantly share code, notes, and snippets.

@tracend
Last active August 1, 2017 23:50
Show Gist options
  • Select an option

  • Save tracend/1241592 to your computer and use it in GitHub Desktop.

Select an option

Save tracend/1241592 to your computer and use it in GitHub Desktop.
Social Share (just the link):
- Facebook:
https://www.facebook.com/sharer.php?u={{URL}}&t={{TITLE}}
2015:
http://www.facebook.com/sharer.php?s=100&p[title]='+encodeURIComponent('{{TITLE}}') + '&p[summary]=' + encodeURIComponent('{{DESCRIPTION}}') + '&p[url]=' + encodeURIComponent('{{URL}}') + '&p[images][0]=' + encodeURIComponent('{{IMAGE}}')
- Twitter:
http://twitter.com/intent/tweet?source=sharethiscom&text={{TITLE}}&url={{URL}}
- Google Plus:
https://plusone.google.com/u/0/+1/profile/?type=po&source=p&parent={{URL}}
@ryndel
Copy link
Copy Markdown

ryndel commented Feb 18, 2015

From the official docs - use the share dialog

https://www.facebook.com/dialog/share?
  app_id=145634995501895
  &display=popup
  &href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2F
  &redirect_uri=https%3A%2F%2Fdevelopers.facebook.com%2Ftools%2Fexplorer

@ryndel
Copy link
Copy Markdown

ryndel commented Feb 18, 2015

New google plus share link:

https://plus.google.com/share?url=

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment