Skip to content

Instantly share code, notes, and snippets.

@mikedidthis
Last active May 3, 2024 19:39
Show Gist options
  • Save mikedidthis/5950114 to your computer and use it in GitHub Desktop.
Save mikedidthis/5950114 to your computer and use it in GitHub Desktop.
No Frills Social Sharing URLs

###No Frills Social Sharing URLs

Not a huge fan of share buttons in general, but people seem to like them. Below is a list of social networks and their respective, good ol' fashion, URLs for sharing content.

[TITLE] indicates where to add your own title, url, description etc. Do not include the square brackets.

Feel free to add / update them, either in the comments or a fork.

Facebook

Reference:

https://developers.facebook.com/docs/reference/plugins/share-links/

URL (Auto generates data based on meta tags):

https://www.facebook.com/sharer/sharer.php?u=[URL]

Alternative URL (User created data):

http://www.facebook.com/sharer/sharer.php?s=100&p[title]=[TITLE]&p[url]=[URL]&p[images][0]=[IMAGE]&p[summary]=[DESCRIPTION]
Twitter

Reference:

https://dev.twitter.com/docs/intents

URL:

https://twitter.com/intent/tweet?text=[TITLE]&url=[URL]
Google +

Reference:

https://developers.google.com/+/web/share/#sharelink

URL:

https://plus.google.com/share?url=[URL]
Pinterest

Reference:

N/A

URL:

http://pinterest.com/pin/create/button/?url=[URL]&description=[DESCRIPTION]&media=[IMAGE]
Reddit

Reference:

N/A

URL:

http://reddit.com/submit?url=[URL]&title=[TITLE]
Digg

Reference:

N/A

URL:

http://digg.com/submit?url=[URL]&title=[TITLE]
Delicious

Reference:

N/A

URL:

http://del.icio.us/post?url=[URL]&title=[TITLE]
StumbleUpon

Reference:

N/A

URL:

http://www.stumbleupon.com/submit?url=[URL]&title=[TITLE]
LinkedIn

Reference:

https://developer.linkedin.com/documents/share-linkedin

URL:

http://www.linkedin.com/shareArticle?mini=true&url=[URL]&title=[TITLE]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment