Skip to content

Instantly share code, notes, and snippets.

@cagriuckan
Created November 24, 2016 08:38
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 cagriuckan/b55f7e798535c5b2ece0be42c47ac226 to your computer and use it in GitHub Desktop.
Save cagriuckan/b55f7e798535c5b2ece0be42c47ac226 to your computer and use it in GitHub Desktop.
Social Media Share Bar With CSS by uckannet
<!-- Bottom or Top sticky share bar! Create by Cagri Uckan for sosyalio.com and uckan.net -->
<div class="so-sticky-share">
<div class="container">
<div class="row">
<div class="so-sticky-share_container">
<ul>
<li>Share</li>
<li class="so-fb"><a href="#">Facebook</a></li>
<li class="so-tw"><a href="#">Twitter</a></li>
<li class="so-ins"><a href="#">Instagram</a></li>
</ul>
</div>
</div>
</div>
</div>
<script src="http://code.jquery.com/jquery-3.1.1.min.js" integrity="sha256-hVVnYaiADRTO2PzUGmuLJr8BLUSjGIZsDYGmIJLv2b8=" crossorigin="anonymous"></script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment