 
  Doesn’t show supplementary text, but must show fallback text without the icon. Supplementary text is still available to screen readers.
Twitter Facebook Google Plus RSS Feed
<span class="icon-fallback-text">
	<!-- requires an element for aria-hidden -->
	<span class="icon icon-twitter" aria-hidden="true"></span>
	<span class="text">Twitter</span>
</span>
		Doesn’t show supplementary text, must show fallback icon without the primary icon. This can be a background image or a Unicode glyph. Supplementary text is still available to screen readers.
Warning: In browsers that don’t support :before/:after (IE6-7), fallback is text.
<span class="icon-fallback-glyph">
	<span class="icon icon-hamburger" aria-hidden="true"></span>
	<span class="text">Menu</span>
</span>
	Shows supplementary text, does not need fallback experience without the icon.
Share on Twitter (Sibling Text)
<span class="icon icon-twitter" aria-hidden="true"></span>
Share on Twitter (Sibling Text)