Facebook分享:正确的倍数" og:image"标签,但不显示图像选择工具

时间:2016-06-30 18:16:56

标签: php html facebook

我发现了一个类似但尚未回答的问题here。我似乎有完全相同的问题:

<HTML xmlns    = "http://www.w3.org/1999/xhtml"
      xmlns:og = "http://opengraphprotocol.org/schema/"
      xmlns:fb = "https://www.facebook.com/2008/fbml">

<HEAD>

  <META charset="ISO-8859-1">
  <META property="fb:admins"      content=" .... ">
  <META property="fb:app_id"      content=" .... ">
  <META property="og:url"         content="myURL">
  <META property="og:title"       content=" .... ">
  <META property="og:description" content=" .... ">
  <META property="og:type"        content="article">

  <META property="og:image"       content="myImageURL1.jpg">
  <META property="og:image"       content="myImageURL2.jpg">
  <META property="og:image"       content="myImageURL3.jpg">

</HEAD>

...

</HTML>

Facebook Open Graph Object Debugger中调试我的网址时,它会生成正确的原始标记(并且还会在&#34;打开图形属性&#34;中显示正确的缩略图,但共享时不会显示图像选择工具。< / p>

0 个答案:

没有答案