Skip to content

Instantly share code, notes, and snippets.

@AramZS
Last active December 19, 2015 08:08
Show Gist options
  • Save AramZS/5923140 to your computer and use it in GitHub Desktop.
Save AramZS/5923140 to your computer and use it in GitHub Desktop.
Social media buttons for WordPress
<?php
?>
<script async src="http://connect.facebook.net/en_US/all.js#xfbml=1"></script><fb:like href="<?php the_permalink(); ?>" show_faces="false" width="349" action="recommend" data-colorscheme="light" font=""></fb:like>
<a href="http://twitter.com/share" class="twitter-share-button" data-url="<?php the_permalink(); ?>" data-text="<?php the_title(); ?>" data-count="horizontal" data-via="Chronotope">Tweet</a><script async type="text/javascript" src="http://platform.twitter.com/widgets.js"></script>
<su:badge layout="2" location="<?php the_permalink(); ?>"></su:badge>
<g:plusone size="medium" href="<?php the_permalink(); ?>"></g:plusone>
<script async src="//platform.linkedin.com/in.js" type="text/javascript"></script><script type="IN/Share" data-url="<?php the_permalink(); ?>" data-counter="right"></script>
<?php
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment