我在twitter帖子上有一个链接,该帖子在我的网站上重复。我想在我的网站上添加转发按钮,但我不想转发网站文本,而是转发来自Twitter的原始帖子。我试图以这种方式做到这一点:
<a href="https://twitter.com/share?ref_src=https://twitter.com/xxxxxx/status/tweet_number" class="twitter-share-button" data-show-count="false">Tweet</a><script async src="https://platform.twitter.com/widgets.js" charset="utf-8"></script>
但是会在网站上发布推文。你能帮我吗?