我发现了一个类似但尚未回答的问题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>