我添加了 Open Graph Tags 以将我的网页转换为 Facebook 页面,这样如果我喜欢我的网页,它应该会出现在我的 Facebook 个人资料的 Likes & Interests 中。但它不起作用。
以下是我包括的开放图形标签:
<meta property="og:title" content="Proto"></meta>
<meta property="og:url" content="<?=SITE_URL?>"></meta>
<meta property="og:site_name" content="Proto"></meta>
<meta property="og:description" content="Lets you create prototypes for web apps." />
<meta property="og:image" content="<?=SITE_URL?>images/proto.jpg" />
<meta property="og:type" content="website"></meta>
<meta property="fb:app_id" content="284826761590524"/>
我在我的网站上添加了 Facebook Like 按钮。当我点击喜欢时,它确实说哈里斯喜欢这个,但是这个网站没有出现在我的喜欢和兴趣部分。为什么 ???