【问题标题】:How to share images along with details on twitter如何在 Twitter 上分享图像和详细信息
【发布时间】:2019-07-05 19:24:53
【问题描述】:

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

【问题讨论】:

  • 嗨,Ajith,你能告诉我们一些你写的代码吗?这将使我们更容易告诉您如何修复它。谢谢:-)
  • 嗨 Terence Eden,非常感谢您的回复,我已附上代码,请检查并给我解决方案。如果可能的话,建议任何其他方式来分享图像以及从自己的网站到 Twitter 帐户的详细信息。谢谢
  • i.stack.imgur.com/1a2zR.png 这是网站的网址
  • 嗨,Terence Eden,我已经更新了 url 链接:i.stack.imgur.com/RW9hR.png 当我点击 twitter 按钮时,我的预期目标将按照您在 twitter 页面上显示的方式查看。注意:请点击给定的链接。i.stack.imgur.com/RW9hR.png

标签: javascript twitter media-queries share


【解决方案1】:

这里有一些错误。让我试着给你解释一下。

您的网站网址是localhost:83。该网站位于您的计算机上。 Twitter 无法访问该网站。所以它看不到元标记。

您分享的图片 URL https://res.cloudinary.com/orgtesting... 只是指向图片的链接。所以 Twitter 上没有元标记。

解决方法如下:

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

您可以使用Twitter的工具-https://cards-dev.twitter.com/validator测试页面的URL

【讨论】:

  • 嗨 Terence Eden 我需要你的帮助 我为 twitter 分享创建了元标记,但是如何调用按钮功能?你能指导我吗!!!
  • 您需要在网站上提出一个新问题。
  • 是的,我问了新问题,这是网址:stackoverflow.com/questions/54914134/…
猜你喜欢
  • 2014-03-14
  • 2011-11-19
  • 2018-07-06
  • 1970-01-01
  • 1970-01-01
  • 2010-12-06
  • 1970-01-01
  • 1970-01-01
  • 2011-12-21
相关资源
最近更新 更多