您将需要使用 rrikesh 所述的 facebook 开放图元标记。例如:
<meta property="og:title" content="The Rock"/>
<meta property="og:type" content="movie"/>
<meta property="og:url" content="http://www.imdb.com/title/tt0117500/"/>
<meta property="og:image" content="http://ia.media-imdb.com/rock.jpg"/>
<meta property="og:site_name" content="IMDb"/>
<meta property="fb:admins" content="USER_ID"/>
<meta property="og:description" content="A group of U.S. Marines, under command of a renegade general, take over Alcatraz and threaten San Francisco Bay with biological weapons."/>
您可以在https://developers.facebook.com/docs/opengraphprotocol/查看 facebooks 协议
此外,当用户在 facebook 上放置 url 时,它会缓存相关信息以加快未来的发布速度。要刷新此缓存,请使用以下开发人员工具。
https://developers.facebook.com/tools/debug
享受