在facebook上分享网站网址

时间:2015-10-31 14:52:34

标签: php facebook facebook-graph-api

每当我尝试在Facebook上分享网站网址时,只有简单的网站网址是共享的,我试图分享描述标题和共享帖子的图片,这里是下面的代码

   <title><?php echo $sub; ?> | twekr</title>
   <meta property="og:url"           content="http://twekr.com
   /post/<?php echo $id; ?>" />

<meta property="og:type"     content="website" />
<meta property="og:title"    content="<?php echo $sub; ?> | twekr"/>
<meta property="og:description" content="twekr is a social job portal 
where people meet from far distance and find jobs related to fashion. 
here at we provide knitwear design, fashion design, Leather design, 
accessory design, fashion communication, textile design and much more" />
<meta property="og:image"    content="http://twekr.com/index/logo.png" />

现在每当我使用此网址分享我的网站时 https://www.facebook.com/sharer/sharer.php?u=http%3A//twekr.com/post/只有网址才会被分享

1 个答案:

答案 0 :(得分:0)

您可以使用Facebook调试器检查无法正常工作的内容: https://developers.facebook.com/tools/debug/

有时您需要使用&#34;获取新的抓取信息&#34;为了更新Facebook的数据。我认为目前Facebook还没有检查og:description。

我无法真正测试您的网址,因为我需要一个帖子ID。