Created
August 8, 2011 22:32
-
-
Save anonymous/1132915 to your computer and use it in GitHub Desktop.
Facebook Like on Magento Go
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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