Facebook喜欢按钮确认页面显示“未找到您请求的页面”


Facebook Like Button Confirmation Page Says "The Page You Requested Was Not Found"

刚刚在我正在开发的网站上放完一个喜欢按钮。一切正常,但在测试时,我想我喜欢和不喜欢的次数太多了,并被列入了点击黑名单。这很好,除了确认按钮始终显示"未找到您请求的页面"。使用了网址linter,一切似乎都很好。我已经双重和三次检查了我的元标记和 iframe。我想不通!请帮忙!这是网站:

http://melissy.com/html/index.php

下面是页面的对象属性:

g:网址: http://melissy.com/html/index.php
og:类型: 网站
og:title: 梅丽莎·戴维森
og:image:(这不是空白的,在调试器上显示为图片(
og:描述:南加州艺术家Melissa Davidsons官方网站。包括绘画和照片画廊,以及活动和联系信息。
og:site_name:梅丽莎·戴维森

和开放图形元数据

meta property="og:title" content="Melissa Davidson" 
meta property="og:type" content="website" 
meta property="og:url" content="http://melissy.com/html/index.php"
meta property="og:image" content="(removed)"
meta property="og:site_name" content="Melissa Davidson" 
meta property="fb:admins" content="(took this out for security purposes)" 
meta property="og:description" content="Southern California artist Melissa Davidsons official website. Includes painting and photo galleries, as well as event and contact information." 

我期待您的建议。谢谢!

问题解决了!只是发布以防其他人遇到此问题。我在脸书喜欢按钮生成器上创建了喜欢按钮:

http://developers.facebook.com/docs/reference/plugins/like/

当我生成代码时,我选择了"标准"布局。后来,我决定改为"箱数"。我更改了嵌入在页面上的 iframe url 中的相应变量。所有代码都是正确的。但是,除非将其设置为"标准",否则该按钮不起作用。我想当你在Facebook上创建按钮时,他们会创建某种记录,这些记录会永久链接到网址

相关文章: