Skip to content

Instantly share code, notes, and snippets.

@setuix
Created May 5, 2014 07:56
Show Gist options
  • Save setuix/8011eccd6025c7a38ba7 to your computer and use it in GitHub Desktop.
Save setuix/8011eccd6025c7a38ba7 to your computer and use it in GitHub Desktop.
<div class="social">
<p>Share this post on:</p>
<!--Twitter-->
<a class="twitter" href="http://twitter.com/home?status=Reading: <?php the_permalink(); ?>" title="Share this post on Twitter!" target="_blank">Twitter</a>
<!--Facebook-->
<a class="facebook" href="http://www.facebook.com/sharer.php?u=<?php the_permalink();?>&amp;t=<?php the_title(); ?>" title="Share this post on Facebook!" onclick="window.open(this.href); return false;">Facebook</a>
<!--Google Plus-->
<a class="google-plus" target="_blank" href="https://plus.google.com/share?url=<?php the_permalink(); ?>">Google+</a>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment