有许多 API、脚本和插件可以从 twitter 获取提要、哈希标签和推文。我喜欢用 jquery 从我的网站向 Twitter 发送推文
就像是
$('#somebutton').click( function (){
var text='some intelligent things to say';
#.twitit(text);
})
有可能吗?
现在我使用:
<a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet it</a></div>
但这将页面的标题发送到推特.. 不是我想要的!