如何在推特上分享图像以及细节

时间:2019-02-12 07:49:41

标签: javascript twitter media-queries share

如何在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>

1 个答案:

答案 0 :(得分:0)

这里有一些错误。让我尝试向您解释。

您的网站URL为localhost:83。该网站位于您的计算机上。 Twitter无法访问该网站。因此它看不到元标记。

您共享的图像URL https://res.cloudinary.com/orgtesting...仅链接到图像。因此,没有可供Twitter查看的元标记。

以下是解决方法:

  • 您需要创建一个Twitter可以访问的网站。
  • 在该网站上,您需要一个HTML页面。
  • HTML页面需要在其上具有元标记。

您可以使用Twitter的工具-https://cards-dev.twitter.com/validator

测试页面的URL。