【发布时间】:2015-02-17 06:23:25
【问题描述】:
我正在使用(开放图协议[Source])。我已经搜索了大部分的 stackoverflow,但似乎我的问题没有任何答案。
我的<meta> 代码是:
<meta property="og:title" content="Testing" />
<meta property="og:description"
content="This is the desciption testing 123" />
<meta property="og:image" content="http://www.byui.edu/images/agriculture-life-sciences/flower.jpg" />
当我将链接 (http://mywebsite.com/testing.php) 复制粘贴到 facebook 时,它会在我的墙上拉出 og:title 和 og:description 每次都完美,即使我制作了一个新的 PHP 文件文档示例:testing1.php。但是它没有在帖子上显示图像,当我刷新 facebook 3-6 次时,复制粘贴链接,到状态输入,它会以某种方式显示,但是我怎么可能需要刷新它 3 -6 次,在 facebook 缓存图像之前,以及在图像显示之前?是否有解决此问题的方法或我一直缺少的东西?我正在使用 HTTP 网址。
谢谢!
【问题讨论】:
标签: php facebook hyperlink protocols attachment