Last active
October 13, 2015 13:17
-
-
Save ebinnion/4201277 to your computer and use it in GitHub Desktop.
Easy Social Share Links
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
<!-- Delicious --> | |
<a title="Share this on del.icio.us" href="http://del.icio.us/post?url=http://yourwebsite.com&title=Your Ttitle"> Boorkmak on del.icio.us </a> | |
<!-- Digg --> | |
<a title="Submit to Digg" href="http://digg.com/submit?url=http%3A//yourwebsite.com/&title=Your%3Website%Name"> Post on Digg </a> | |
<!-- Reddit --> | |
<a title="Share this on Reddit" href="http://reddit.com/submit?url=http://iamkawsar.com&title=Your Website Name">Post on on Reddit</a> | |
<!-- Facebook --> | |
<a href="http://www.facebook.com/sharer.php?u=http://yourwebsite.com">Share on Facebook</a> | |
<!-- StumbleUpon --> | |
<a href="http://www.stumbleupon.com/submit?url=http://yourwebsite.com&title=Your website Name">Share on StumbleUpon</a> | |
<!-- Twitter --> | |
<a href="http://twitter.com/home?status=Check out this Awesome Site - http://yourwebsite.com @yourusername">Tweet This</a> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment