【发布时间】:2014-04-26 10:08:42
【问题描述】:
我尝试在 Facebook 上分享一些文章(不创建 fb 社交应用)。
我提供给https://www.facebook.com/sharer/sharer.php 的文件头如下:
<meta property="og:type" content="article" />
<!meta property="og:url" content="url to some website" />
<meta property="og:title" content="Title" />
<meta property="og:image" content="url to image" />
<meta property="og:description" content="some description" />
问题是 - 每次我尝试设置 og:url 时,标题、图像和描述都会从“url 到某个网站”赶上并抑制我在这里明确输入的值! og:type 属性也从“文章”更改为“网站”。
我该如何解决这个问题?我需要为此创建 fb 社交应用吗?
【问题讨论】:
标签: php facebook facebook-graph-api