我的网址类似于www.example.com/product/?mid=1&pid=B0019DVLN2
如果我将此网址添加到“赞”按钮,则只需www.example.com/product/?mid=1
并保留网址的其余部分。
我尝试使用facebook lint工具。问题仍未解决。
我试过更换&与&还有,但问题仍然存在。
谢谢,
答案 0 :(得分:1)
解决方案是替换&与%26
答案 1 :(得分:0)
刚刚对此进行了测试..对我来说很好:
<iframe src="http://www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.example.com%2Fproduct%2F%3Fmid%3D1%26pid%3DB0019DVLN2&layout=standard&show_faces=true&width=450&action=like&colorscheme=light&height=80" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
此处建有链接: fbook link