Created
January 22, 2013 17:25
-
-
Save abitgone/4596468 to your computer and use it in GitHub Desktop.
JavaScript-less Sharing Links
This file contains 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
<!-- Twitter --> | |
<a href="https://twitter.com/intent/tweet?original_referer=REFERRER_URL&source=tweetbutton&text=TWEET_TEXT&url=URL&via=USERNAME">Share on Twitter</a> | |
<!-- Facebook --> | |
<a href="http://www.facebook.com/share.php?u=URL&t=TITLE">Share on Facebook</a> | |
<!-- Google+ --> | |
<a href="https://m.google.com/app/plus/x/?content=URL&v=compose&hideloc=1">Share on Google+</a> | |
<!-- Instapaper --> | |
<a href="http://www.instapaper.com/hello2?url=URL&title=TITLE">Read Later</a> | |
<!-- LinkedIn --> | |
<a href="https://www.linkedin.com/cws/share?url=URL&original_referer=REFERRER_URL">LinkedIn</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment