Twitter卡 - 来自facebook cdn的图片

时间:2016-08-19 11:50:33

标签: facebook twitter metadata meta-tags

我试图让Twitter卡让我的用户在Twitter上分享一些东西。

以下是我的元标记:

<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@tonightFrance">
<meta name="twitter:creator" content="@nicolas_lebot">
<meta name="twitter:url" content="<?php echo $url; ?>">
<meta name="twitter:title" content="<?php echo $title; ?>">
<meta name="twitter:image" content="<?php echo $image; ?>">
<meta name="twitter:image:width" content="<?php echo $widthImg; ?>">
<meta name="twitter:image:height" content="<?php echo $heightImg; ?>">

我的$ image可以是2个不同的东西,第一个是facebook上的图像链接或我自己服务器上的图像。

当图像在我的服务器上时,图像的显示效果很好,但是当它在Facebook上时它永远不会显示出来!

我有什么遗失的东西吗?或者也许让twitter访问cdn facebook是不可能的? (我在这里有点迷失)

谢谢

0 个答案:

没有答案