To display the large colored icons:
Create a container div with the class="social-icons-colored" and include the
span tag for whatever icons you wish to display.
<span class="facebook icon"></span>
Social Icons Small - 116 icons
To display the small icons:
Create a container div with the class="social-icons" and include the span
tag for whatever icons you wish to display.
<span class="facebook icon"></span> or <span class="facebook-dark
icon"></span> for the dark versions.
For Tooltips, include the "tooltips" class and add the tags
data-tip="tooltip" and title="title" to the <a href> tag.
<div class="content tooltips social-icons">
<a href="#" data-tip="tooltip" title="Facebook"><span class="facebook icon"></span></a>
</div>