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

如何在facebook状态下获取缩略图?,facebook,Facebook,当我共享我的网站url时,facebook状态中没有缩略图 请帮忙 屏幕截图:- 头元代码 <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"

当我共享我的网站url时,facebook状态中没有缩略图

请帮忙

屏幕截图:-

头元代码

<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]>

站点名称
Facebook(和其他社交网络)会选择你共享页面上的第一张图片,因此如果你在页面上没有图片,请添加

link rel=“image\u src”href=“”


到您网站的首页。

您能给我一个该网站的链接吗?