Skip to content

Instantly share code, notes, and snippets.

@matthiaspabst
Created December 27, 2011 20:03
Show Gist options
  • Save matthiaspabst/1524978 to your computer and use it in GitHub Desktop.
Save matthiaspabst/1524978 to your computer and use it in GitHub Desktop.
Facebook “Gefällt mir”-Button in WordPress-Theme integrieren
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink()); ?>" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px;" allowTransparency="true"></iframe>
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo urlencode(get_permalink()); ?>&amp;layout=standard&amp;show_faces=false&amp;width=500&amp;action=like&amp;font=trebuchet+ms&amp;colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:500px; height:px"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment