Skip to content

Instantly share code, notes, and snippets.

@singerxt
Created February 18, 2015 18:17
Show Gist options
  • Save singerxt/d8953cd3ddcbafaa79ce to your computer and use it in GitHub Desktop.
Save singerxt/d8953cd3ddcbafaa79ce to your computer and use it in GitHub Desktop.
FOR SHARE BUTTON
<div class="social-share">
<span>share</span>
<ul>
<li class="facebook"><a href="{{url for share}}">facebook</a></li>
<li class="twitter"><a href="{{url for share}}">twitter</a></li>
<li class="google"><a href="{{url for share}}">google</a></li>
<li class="pinterest"><a href="{{url for share}}">pinterest</a></li>
<li class="tumlbr"><a href="{{url for share}}">tumblr</a></A></li>
<li class="mail"><a href="{{url for share}}">mail</a></li>
</ul>
</div>
//FOR VIEW MORE
<div class="view-more">
<a href="{{url}}">view more</a>
</div>
//FOR READ MORE
<div class="read-more">
<a href="{{url}}">read more</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment