Skip to content

Instantly share code, notes, and snippets.

@AaronRutley
Last active August 29, 2015 14:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AaronRutley/3185573557a40c454be0 to your computer and use it in GitHub Desktop.
Save AaronRutley/3185573557a40c454be0 to your computer and use it in GitHub Desktop.
Social Share - HTML
<a href="<?php echo social_share_link("facebook"); ?>" class="facebook">Facebook</a>
<a href="<?php echo social_share_link("linkedin"); ?>" class="linkedin">LinkedIn</a>
<a href="<?php echo social_share_link("twitter"); ?>" class="twitter">Twitter</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment