Skip to content

Instantly share code, notes, and snippets.

@ho-nl
Created January 26, 2011 19:44
Show Gist options
  • Save ho-nl/797290 to your computer and use it in GitHub Desktop.
Save ho-nl/797290 to your computer and use it in GitHub Desktop.
Add facebook like button to Magento product pages
<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>
@ho-nl
Copy link
Author

ho-nl commented Mar 25, 2011

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment