我在我的网站(prograstreaming.com/_wb)的每个播放页面(点击主页面的其中一个封面)上使用了Like按钮。
当我第一次按下Like按钮时,它告诉我我喜欢它,并且在2秒后我得到一个错误就在它后面。当我按错误文本时,窗口中会出现以下内容:
喜欢该页面时出错。如果您是页面所有者,请尝试通过Facebook devsite https://developers.facebook.com/tools/lint/
上的linter运行您的页面并修复任何错误。
我在调试工具中测试了我的URL,它给了我以下内容: 错误解析URL:解析输入URL时出错,没有数据被删除。
当我第二次按下Like
按钮时,我的页面会被曝光而没有错误?
这是我使用的代码:
<iframe src="http://www.facebook.com/widgets/like.php?href='.$the_perma.'&layout=standard&width=380&show_faces=false&action=like&font=arial&colorscheme=light" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:380px; height:70px;"></iframe>
有人有想法吗?