在个人网站上添加“赞”按钮时出错

时间:2011-05-12 22:57:39

标签: facebook fbml facebook-like

在实施“赞”按钮后不断收到以下错误:

您未能提供有效的管理员列表。您需要使用“fb:app_id”元标记或使用“fb:admins”元标记来提供管理员,以指定以逗号分隔的Facebook用户列表。

这是我的代码:

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
  xmlns:og="http://ogp.me/ns#"
  xmlns:fb="http://www.facebook.com/2008/fbml">
<head>
<meta property="og:title" content="Mark Rapp: compare arrangement with Isfahan original" />
<meta property="og:type" content="musician" />
<meta property="og:url" content="http://www.markrapp.com/bradenrapp/isfahan.html" />
<meta property="og:image" content="http://www.markrapp.com/images/markrapp.gif" />
<meta property="og:site_name" content="Mark Rapp web site" />
<meta property="fb:admins" content="544808239" />
<meta property="og:description" content="Compare Mark Rapp's arrangement with Billy Strayhorn's Isfahan original" />

...然后在页面中......

<div id="fb-root"></div><script src="http://connect.facebook.net/en_US/all.js#appId=114617051955611&amp;xfbml=1"></script><fb:like href="http://www.markrapp.com" send="false" width="300" show_faces="false" font="tahoma"></fb:like>

所以,它似乎渲染得很好,但点击“喜欢”按钮会显示一条消息,上面写着“你喜欢这个”。然后在它旁边有一个错误链接,它指的是上面的消息。此外,它并不反映我“喜欢”我的Facebook个人资料中的页面。

有什么想法吗?

由于

0 个答案:

没有答案