Last active
August 29, 2015 13:59
-
-
Save danielhomer/10739996 to your computer and use it in GitHub Desktop.
BBWF Social Bar Markup
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
<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