Skip to content

Instantly share code, notes, and snippets.

@lkatney
Created March 3, 2015 11:26
Show Gist options
  • Select an option

  • Save lkatney/ab90552d936e88dedce3 to your computer and use it in GitHub Desktop.

Select an option

Save lkatney/ab90552d936e88dedce3 to your computer and use it in GitHub Desktop.
<!--twitter -->
<a class="icon icon-social-twitter" href="https://twitter.com/intent/tweet?url={{url absolute="true"}};text={{title}} » " alt="Tweet '{{title}}'" target="_blank">
</a>
<!-- Facebook -->
<a class="icon icon-social-facebook" href="https://www.facebook.com/sharer/sharer.php?u={{url absolute="true"}}" alt="Share '{{title}}'" target="_blank">
</a>
<!-- Linkedin -->
<a class="icon icon-social-linkedin" href="https://www.linkedin.com/shareArticle?mini=true&url={{url absolute="true"}}&title={{title}}&summary={{meta_description}}" alt="Share '{{title}}'" target="_blank">
</a>
<!-- Google+ -->
<a class="icon icon-social-google-plus" href="https://plus.google.com/share?url={{url absolute="true"}};text={{title}} » " alt="Post '{{title}}'" target="_blank">
</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment