Skip to content

Instantly share code, notes, and snippets.

@geekodour
Last active January 11, 2016 21:10
Show Gist options
  • Save geekodour/a9c19f715ff88d1abe32 to your computer and use it in GitHub Desktop.
Save geekodour/a9c19f715ff88d1abe32 to your computer and use it in GitHub Desktop.
<!--FLOATING SOCIAL BUTONS-->
<div class="overlay">
<div class="ui labeled icon vertical menu">
<a class="item" expr:href='&quot;http://twitter.com/home?status=&quot; + data:post.title + &quot; &quot; + data:post.canonicalUrl ' title='Share on Twitter' target='_blank'><i class="twitter icon"></i> Tweet</a>
<a class="item" expr:href='&quot;http://www.facebook.com/sharer.php?u=&quot; + data:post.canonicalUrl + &quot;&amp;t=&quot; + data:post.title ' title='Share on Facebook' expr:onclick='&quot;window.open(this.href, \&quot;_blank\&quot;, \&quot;height=430,width=640\&quot;); return false;&quot;' target='_blank'><i class="facebook icon"></i> Share</a>
<a class="item" expr:href='&quot;https://plus.google.com/share?url=&quot; + data:post.canonicalUrl ' title='Share on Google Plus'><i class="google plus icon"></i> Share</a>
<a class="item" expr:href='&quot;mailto:?subject=I wanted you to see this site&amp;body=Check out this site&quot; + &quot; &quot; + data:post.canonicalUrl' expr:title='data:top.emailThisMsg' target='_blank'><i class="mail icon"></i> E-mail</a>
</div>
</div>
<!--FLOATING SOCIAL BUTONS END-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment