如何在Twitter上分享图像以及详细信息 和 如何为网站创建Twitter帐户
我尝试了元标记,但是它不起作用
<head>
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@TodayKrishna">
<meta name="twitter:creator" content="@TodayKrishna">
<meta name="twitter:title" content="Parade of Fans for Houston’s Funeral">
<meta name="twitter:description" content="NEWARK - The guest list a more suited to a red carpet event in .">
<meta name="twitter:image" content="http://graphics8.nytimes.com/images/2012/02/19/us/19whitney-span/19whitney-span-articleLarge.jpg">
</head>
<a class="twitter" href="https://twitter.com/intent/tweet?url=https://res.cloudinary.com/orgtesting/image/upload/f_auto/q_auto/c_lpad,h_600,w_600/v1506343211/KFTtesting/{{imgs.artFileName}};text=Check out this great piece of art @Krishnafortoday.com" target="_blank">
<img class="YOUR_FB_CSS_STYLING_CLASS" src="img/twt.png" width="22px" height="22px" alt="">
</a>
答案 0 :(得分:0)
这里有一些错误。让我尝试向您解释。
您的网站URL为localhost:83
。该网站位于您的计算机上。 Twitter无法访问该网站。因此它看不到元标记。
您共享的图像URL https://res.cloudinary.com/orgtesting...
仅链接到图像。因此,没有可供Twitter查看的元标记。
以下是解决方法:
您可以使用Twitter的工具-https://cards-dev.twitter.com/validator
测试页面的URL。