我正在尝试从此页面http://dev.twitter.com/pages/tweet_button
实施推文按钮看起来我的效果并不好。如果我的网站是www.xxx.com,则脚本应为:
<a href="http://twitter.com/share?url=http%3A%2F%2Fdev.twitter.com%2Fxxx" class="twitter-share-button">Tweet</a>
图形加载但计数为0。
我不明白什么是错的。 任何想法?
由于
答案 0 :(得分:0)
使用jQuery
尝试此代码<img id="tweetButton" style="cursor:pointer;" title="Share this on Twitter" src="http://a3.twimg.com/a/1294785484/images/goodies/tweetn.png" />
$("#tweetButton").click(function () {
window.open("http://twitter.com/share?url=xxx", "tweet", "status=0,toolbar=0,width=500,height=300");
});
答案 1 :(得分:-1)
您需要在Twitter开发者网站上注册此功能。一旦你这样做,它应该生成某种数字或代码,你可以放在你的页面上,将所有内容链接在一起并开始计算。