Skip to content

Instantly share code, notes, and snippets.

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 shemul49rmc/7279171 to your computer and use it in GitHub Desktop.
Save shemul49rmc/7279171 to your computer and use it in GitHub Desktop.
Add Facebook and Twitter with Share Counts
<div>
<iframe allowtransparency="true" frameborder="0" scrolling="no"
src="https://platform.twitter.com/widgets/tweet_button.html"
style="width:130px; height:20px;"></iframe>
</div>
<?php
echo '<iframe src="http://www.facebook.com/widgets/like.php?href=';
echo the_permalink();
echo ' "scrolling="yes" frameborder="0" style="border:none; width:450px;height:70px"></iframe>'
?>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment