我正在考虑在我的网站上添加一个Twitter分享按钮,我从here获得了代码,但问题是该按钮出现了一个鸟的图像和文本" tweet&#34 ;,有没有办法拥有自己的按钮,只想拥有一个16 * 16px的div大小与img的鸟与twitter按钮做同样的事情。例如,看看site是如何做到的。
答案 0 :(得分:2)
这很简单:
<a href="http://twitter.com/share">Add your 16x16px image here</a>
<a href="https://twitter.com/share?hashtags=awesome,sharing&text=My Page Title or Something Else to share&via=MyTwitterHandle"><img src="/my_custom_twitter_image.png" title="Share this page on Twitter" /></a>
这将发布&#34;文本&#34;部分使用&#34;标签&#34;列出将推文归因于MyTwitterHandle并显示my_custom_twitter_image和链接图像。
答案 1 :(得分:0)
是否有任何预定义的推特分享按钮,如 Facebook 分享按钮
<iframe src='https://www.facebook.com/plugins/share_button.php?href=https%3A%2F%2Fdevelopers.facebook.com%2Fdocs%2Fplugins%2F&layout=button_count&size=large&width=110&height=28&appId' width='110' height='28' style={{ border: "none", overflow: "hidden" }} scrolling='no' frameborder='0' allowfullscreen='true' allow='autoplay; clipboard-write; encrypted-media; picture-in-picture; web-share' title='fbbtn' ></iframe>