如何在Facebook状态下获取缩略图?

时间:2014-10-12 21:25:40

标签: facebook

当我分享我的网站网址时,Facebook状态中没有缩略图...

请帮忙......

屏幕截图: - http://i.stack.imgur.com/n7O6g.png

标头元代码

<head>
<title><?= NAME_PAGE ?> SITE NAME</title>
<link rel="stylesheet" href="/frontend/css/style.css" />
<link rel="stylesheet" href="/frontend/css/font-awesome.min.css" />
<link rel="stylesheet" href="/frontend/css/animate.css" />
<link rel="shortcut icon" type="image/x-icon" href="/frontend/images/favicon.ico">
<link rel="stylesheet" href="http://code.jquery.com/ui/1.10.3/themes/smoothness/jquery-ui.css" />
<link href='http://fonts.googleapis.com/css?family=Ubuntu&subset=latin,latin-ext' rel='stylesheet' type='text/css'>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
<meta property=”og:image” content=”http://SITENAME.com/frontend/images/logo.png”>
<!--[if lt IE 9]>

1 个答案:

答案 0 :(得分:0)

Facebook(和其他社交网络)将在您分享的页面上选择第一张图片,这样如果您在页面上没有图片,则添加

link rel =&#34; image_src&#34; href =&#34;&#34;

到您网站的主管部分。

相关问题