Skip to content

Instantly share code, notes, and snippets.

@ohdesigner
Created May 5, 2016 16:45
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 ohdesigner/ac081337951b66744d5da24b2a1fd688 to your computer and use it in GitHub Desktop.
Save ohdesigner/ac081337951b66744d5da24b2a1fd688 to your computer and use it in GitHub Desktop.
Font Awesome Social Sharing Links http://www.ohdesigner.com/font-awesome/
/*
HTML for Social Links using Font Awesome
*/
<ul class="list-inline social">
<li>
<a href="https://www.facebook.com/" target="_blank"><i class="fa fa-facebook"> </i></a></li>
<li><a href="https://twitter.com/" target="_blank"><i class="fa fa-twitter"> </i></a></li>
<li><a rel="publisher" href="https://plus.google.com/" target="_blank"><i class="fa fa-google-plus"> </i></a>
</li><li><a href="https://www.pinterest.com/" target="_blank"><i class="fa fa-pinterest"> </i></a></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment