我想问一下,如果可以为eshop上的每个产品创建一个类似facebook的按钮,并将其连接到Facebook应用程序(这样就可以看到图形和喜欢的页面)。
我有这段代码:
<iframe src="http://www.facebook.com/widgets/like.php?href=www.someurl.com" scrolling="no" frameborder="0" style="border:none; width:311px; height:25px"></iframe>
这是基本的facebook喜欢按钮,但它没有连接到任何应用程序。所以我在Facebook上的应用程序中看不到任何内容。
感谢您的时间
答案 0 :(得分:1)
是的,添加appId
参数。例如:
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.plooza.com&send=false&layout=standard&width=450&show_faces=true&font&colorscheme=light&action=like&height=80&appId=381429131919273" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
使用like按钮工具创建iframe代码:
https://developers.facebook.com/docs/reference/plugins/like/