我创建了Google协作平台网站,并使用IFrame选项添加了Like按钮。
按钮看起来很好,但当用户点击“赞”时,会收到以下错误:
“抱歉,此信息包含可疑网址:未知错误”。
它看起来像Facebook一样的问题,因为错误消息显示在Facebook品牌的弹出窗口中。
我的网站: https://sites.google.com/site/wheresthezbfairlane/
我该如何解决这个问题?
帮助!
由于 尼克
答案 0 :(得分:0)
如果您从Facebook插件网站复制粘贴代码,则可能必须删除在href属性之后立即分隔查询字符串的'amp;'。
<iframe src="//www.facebook.com/plugins/like.php?
href=http%3A%2F%2Fwww.facebook.com&width=450&height=80&colorscheme=light&layout=standard&action=like&show_faces=true&send=true"
scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:450px; height:80px;" allowTransparency="true"></iframe>
所以,在上面的代码中只需替换'&amp;放大器;”与'&amp;'