Facebook分享不显示我的描述或缩略图

我已经遵循了我发现的每一条build议,试图使这个工作,但所有这一切都没有效果。 有人可以告诉我为什么我的描述/缩略图没有显示出来吗? 谢谢。 以下是我的代码和网站的链接:

Meta标签:

<meta name="title" content="La Vita è Bella, because life is beautiful" /> <meta name="description" content="Drawing on Italy's most famous export – great-tasting, healthy, colourful food – La Vita é Bella brings families together to experience mealtimes the Italian way." /> <link rel="image_src" href="http://www.lavitaebella.co.ukhttp://img.dovov.comimageforfacebook.jpg" /> 

实际链接:

 <a href="http://www.facebook.com/share.php?u=http://www.lavitaebella.co.uk" target="_blank"><img src='..http://img.dovov.comshare/s-fb.png' /></a> 

http://www.lavitaebella.co.uk/

在此先感谢您的帮助。

对于那些(对我来说)其他答案不起作用的人:

<head></head>部分中,添加

 <meta property="og:url" content="https://www.mathnuggets.com/" /> <meta property="og:image" content="https://www.mathnuggets.comhttp://img.dovov.comfb-logo.jpg" /> <meta property="og:title" content="Math website for your gifted student" /> <meta property="og:description" content="Challenging word problems for gifted elementary students" />` 

然后去FB Linter并在那里input你的URL来刷新你页面的FBcaching。

刷新caching很重要。

– 第二次编辑 –

请注意,这个答案不再适用,已经过时了。 请尝试上面的答案 。

– 原文答案 –

已经sorting。 不得不使用充满疯狂的url:

 <a href="http://www.facebook.com/sharer.php?s= 100&amp;p[title]=La Vita È Bella&amp;p[url]=http://www.lavitaebella.co.uk/teachers/resources.html&amp;p[images][0]=http://www.lavitaebella.co.ukhttp://img.dovov.comimageforfacebook.gif&amp;p[summary]=Drawing on Italy's most famous export – great-tasting, healthy, colourful food – La Vita é Bella brings families together to experience mealtimes the Italian way"><img src='..http://img.dovov.comshare/s-fb.png' /></a> 

– 编辑 –

作为一些额外的信息,我不记得我最初发现这个信息的地方,但这里是s = 100部分的含义:

基本的方法是提供一个链接到http://www.facebook.com/sharer.php?s=100这是基本的共享页面(通常这是显示在一个popup窗口)。;

但我试图改变数字,它仍然去了相同的地方。

至于&amp;p ,它只是&p的html代码,我认为这是Facebook剖析得到的信息。