我已阅读了大量参考资料,但我无法在代码中找到问题。
如果我复制并粘贴我的网址,Facebook就不会抓取我的网址中的内容。
我的代码中有以下内容。
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta property="og:title" content="Title" />
<meta property="og:url" content="mysite link" />
<meta property="og:image" content="image full path" />
<meta property="og:site_name" content="SIte name" />
<meta property="fb:admins" content="admin id for the site"/>
<meta property="og:description" content="Site description" />
如果我在Facebook墙上复制并粘贴我的链接,它会尝试报废。加载栏正在运行,然后它什么都不做。所以我在调试工具中测试了我的网站。
该工具提供了标题,图像,描述和所有内容。 你在我身边看到了什么错误?