Skip to content

Instantly share code, notes, and snippets.

Created August 8, 2011 22:32
Show Gist options
  • Select an option

  • Save anonymous/1132915 to your computer and use it in GitHub Desktop.

Select an option

Save anonymous/1132915 to your computer and use it in GitHub Desktop.
Facebook Like on Magento Go
<script type="text/javascript">
var likeIt = '<iframe src="http://www.facebook.com/plugins/like.php?href='+document.URL+'" scrolling="no" frameborder="0" style="border:none; width:450px; height:80px;"></iframe>';
document.write(likeIt);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment