Skip to content

Instantly share code, notes, and snippets.

@danielhomer
Last active August 29, 2015 13:59
Show Gist options
  • Save danielhomer/10739996 to your computer and use it in GitHub Desktop.
Save danielhomer/10739996 to your computer and use it in GitHub Desktop.
BBWF Social Bar Markup
<div class="hidden-xs social-bar horizontal">
<ul class="social-buttons">
<li class="linkedin first">
<a target="_blank" href="http://www.linkedin.com/shareArticle?mini=true&url={articleUrl}&title={articleTitle}&summary={articleSummary}&source={articleSource}" title="Share on LinkedIn"><span class="fa fa-linkedin"></span></a>
</li>
<li class="twitter">
<a href="#" title="Share on Twitter"><span class="fa fa-twitter"></span></a>
</li>
<li class="facebook">
<a href="#" title="Share on Facebook"><span class="fa fa-facebook"></span></a>
</li>
<li class="googleplus">
<a href="#" title="Share on Google+"><span class="fa fa-google-plus"></span></a>
</li>
<li class="close-share last">
<a href="#" title="Hide share options"><span class="fa fa-times"></span></a>
</li>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment