Skip to content

Instantly share code, notes, and snippets.

@spencejs
Created March 23, 2013 04:04
Show Gist options
  • Save spencejs/5226397 to your computer and use it in GitHub Desktop.
Save spencejs/5226397 to your computer and use it in GitHub Desktop.
Facebook Like Button For Single Post
<!--FaceBook Like Button-->
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo rawurlencode(get_permalink()); ?>&amp;layout=standard&amp;show-faces=true&amp;width=200&amp;height=15&amp;action=like&amp;font=arial&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" id="facebook-like"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment