Facebook分享在弹出窗口中显示图像,但不在时间轴中显示

时间:2014-12-02 02:37:08

标签: facebook facebook-graph-api

我知道我的问题有很多问题。但他们没有帮助我。 我的网站是在opencart上,当按下分享按钮时,会弹出一个图像。但是在Facebook上分享后,图像消失了,它只留下一个空白的方块。 我把以下元标记放在头上:

<meta property="og:title" content="I Love Bombshell Bums">
<meta property="og:type" content="website">
<meta property="og:url" content="http://http://www.bombshellbums.com/I-love-bombshell-bums-shirt">
<meta property="og:image" content="http://www.bombshellbums.com/image/cache/data/I_love_bombshell_colours-630x630.jpg">
<meta property="og:site_name" content="Bombshell Bums"/>
<meta property="fb:app_id" content="669535109829867"/>
<meta property="og:description" content="This styled shirt is a spin off to the traditional &quot;I heart NY&quot; T-shirts. The &quot;I Love Bombshell Bums&quot; shirts shows your appreciation to nice butts. Available in a range of sizes and colours">

在facebook调试器页脚中,图像显示在那里,但我也收到警告消息:

Inferred Property   The 'og:url' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property   The 'og:title' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property   The 'og:description' property should be explicitly provided, even if a value can be inferred from other tags.
Inferred Property   The 'og:image' property should be explicitly provided, even if a value can be inferred from other tags.

当我点击Scraped URL时,meta og:标签没有显示在源代码中。 我不知道这只是facebook缓存的事情,还是我在网站上做错了什么。

这是链接:http://www.bombshellbums.com/I-love-bombshell-bums-shirt

有任何想法吗?

这真的很有用。无论我放入正文的内容,它都会在facebook废弃网址中显示。但是我放在头上的og标签根本就没有显示出来。 Facebook只刷新页面内容,而不是头部?

0 个答案:

没有答案