Skip to content

Instantly share code, notes, and snippets.

@MikeMcChillin
Created April 23, 2013 20:08
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 MikeMcChillin/5446962 to your computer and use it in GitHub Desktop.
Save MikeMcChillin/5446962 to your computer and use it in GitHub Desktop.
Wordpress Social Buttons
<ul class="clearfix">
<li><a href="http://twitter.com/share" class="twitter-share-button" data-text="<?php the_title(); ?>" data-count="horizontal" data-via="YOUR-TWITTER-NAME-HERE">Tweet</a><script type="text/javascript" src="http://platform.twitter.com/widgets.js"></script></li>
<li><iframe src="http://www.facebook.com/plugins/like.php?href=<?php the_permalink() ?>&amp;layout=button_count&amp;show_faces=false&amp;width=90&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=20" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:90px; height:20px;" allowTransparency="true"></iframe></li>
<li><div class="g-plusone" data-size="medium"></div><script type="text/javascript">(function(){var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;po.src = 'https://apis.google.com/js/plusone.js';var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);})();</script></li>
</ul>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment