如何,推文按钮示例代码有帮助吗?
我正在尝试从此页面实现一个推文按钮 http://dev.twitter.com/pages/tweet_button
看起来 ti 对我来说效果不太好。如果我的网站是 www.xxx.com 脚本应该是:
<a href="http://twitter.com/share?url=http%3A%2F%2Fdev.twitter.com%2Fxxx" class="twitter-share-button">Tweet</a>
图形加载但计数为 0。
我不明白可能出了什么问题。 有什么想法吗?
谢谢
i'm trying to implement a Tweet Button from this page http://dev.twitter.com/pages/tweet_button
and it looks like ti doesn't working very well for me. if my website is www.xxx.com the script should be:
<a href="http://twitter.com/share?url=http%3A%2F%2Fdev.twitter.com%2Fxxx" class="twitter-share-button">Tweet</a>
the graphics load but the count is 0.
i don't understand what could be wrong.
any ideas?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
使用 jQuery 尝试此代码
Try this code, using jQuery
您需要在 Twitter 开发者网站上注册此功能。一旦你这样做了,它应该会生成某种数字或代码,供你放在页面上,将所有内容链接在一起并开始计数。
You need to go register for this feature on the twitter developers site. Once you do that it should generate some sort of number or code for you to put on your page that will link everything together and start counting as it should.