【发布时间】:2016-01-13 10:51:08
【问题描述】:
我有一个网站并添加了适当的 og 元标记。 Facebook 调试工具 (https://developers.facebook.com/tools/debug/og/object/) 甚至显示了正确的 og:image 被拉入。但由于某种原因,链接共享的预览被扭曲了。当我粘贴链接时,它在我编辑帖子时看起来不错,但它只显示图像下半部分的放大部分。
有什么想法吗?我很茫然。
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
<title data-ng-bind-template="{{ vm.getPageTitle() }} - Still Memories Photography">Home - Still Memories Photography</title>
<meta name="description" content="Still Memories Photography. Portrait and wedding photographer located in Arvada Colorado.">
<meta name="viewport" content="width=device-width initial-scale=1 maximum-scale=1 user-scalable=no">
<meta property="og:image" content="http://www.stillmemories.photography/Images/Assets/liasnow.jpg">
<meta property="og:title" content="Still Memories Photography">
<meta property="og:description" content="Portrait and wedding photographer located in Arvada, Colorado.">
<meta property="og:url" content="http://www.stillmemories.photography">
<link href="/Content/css?v=E9KngqeJrvXl3d3KXxzuuUi9weaFZmoTKRiDWp8qamI1" rel="stylesheet">
</head>
【问题讨论】: