Created
January 26, 2011 19:44
-
-
Save ho-nl/797290 to your computer and use it in GitHub Desktop.
Add facebook like button to Magento product pages
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
<iframe src="http://www.facebook.com/plugins/like.php?href=<?php echo Mage::helper('core/url')->getCurrentUrl();?>&layout=standard&show_faces=true&width=450&action=like&colorscheme=light" scrolling="no" frameborder="0" allowtransparency="true" style="display:block; clear:both; border:none; overflow:hidden; width:450px; height:61px"></iframe> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
This solution is part of our blog post: Add a Facebook like button to your Magento product view pages. Please subscribe to our RSS or follow us on Twitter for tips & tricks, free Magento extensions and more.