如何更改Twitter的图标高度?
我有另一个自定义图像,但高度保持不变。我该如何解决这个问题?
https://dev.twitter.com/docs/tweet-button并且我使用了div方法而不是iframe,因为我想添加数据标题
我使用了这段代码:
<script src="//platform.twitter.com/widgets.js" type="text/javascript"></script>
<div>
<a href="https://twitter.com/share" class="twitter-share-button"
data-url="https://dev.twitter.com/pages/tweet_button"
data-via="your_screen_name"
data-text="Checking out this page about Tweet Buttons"
data-related="anywhere:The Javascript API"
data-count="vertical">Tweet</a>
</div>
答案 0 :(得分:3)
您可以使用共享链接
使用自己的按钮 <a href="https://twitter.com/share">Tweet</a>
查询字符串参数
您可以在Tweet Buttton
找到更多详情