Skip to content

Instantly share code, notes, and snippets.

@sippey
Created August 10, 2010 22:15
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 sippey/518119 to your computer and use it in GitHub Desktop.
Save sippey/518119 to your computer and use it in GitHub Desktop.
Simple advanced template code for embedding a like button on your index templates
<!-- facebook like -->
<div class="facebook-like">
<iframe src="http://www.facebook.com/plugins/like.php?href=<$MTEntryPermalink encode_url="1"$>&amp;layout=standard&amp;show_faces=false&amp;width=450&amp;action=like&amp;font=arial&amp;colorscheme=light&amp;height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment