我正在使用facebook喜欢按钮。我从http://developers.facebook.com/docs/reference/plugins/like/
获取了代码我希望用户能够在magento中购买购物车中的产品。以下是我的代码。
<iframe src="https://www.facebook.com/plugins/like.php?href=<?php echo $this->getProductUrl() ?>;send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>
在上面的代码的帮助下,喜欢计数正在以适当的方式生成,但它没有在Facebook上显示我喜欢这个页面,当我点击喜欢。
所以缺少什么参数,它没有显示在脸书上。如果任何人有解决方案,请告诉。
答案 0 :(得分:0)
&amp; amp。由于它没有在脸书上分享。但只喜欢。放置&amp; amp后,它的工作方式很好。
<iframe src="https://www.facebook.com/plugins/like.php?href=<?php echo $this->getProductUrl() ? >& send=false&layout=button_count&width=450&show_faces=false&action=like&colorscheme=light&font&height=21" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:21px;" allowTransparency="true"></iframe>