我想在我的网站上添加一个 Facebook 赞按钮。
如果我使用以下代码,例如按钮正在工作,但登录时会显示错误消息:“Facebook Platform Opt In 发生错误。请稍后再试”。
<html>
<head>
<title>My Great Web page</title>
</head>
<body>
<iframe src="http://www.facebook.com/plugins/like.php?href=guiuiu"
scrolling="no" frameborder="0"
style="border:none; width:450px; height:80px"></iframe>
</body>
</html>
为什么会这样。我是否需要创建一个 fb API 才能成功登录?