There is MANY API and script and plugin out there to get feed, hash tag and tweet from twitter. I like to SEND tweet TO twitter from my site with jquery
something like
$('#somebutton').click( function (){
var text='some intelligent things to say';
#.twitit(text);
})
it's it something possible ?
now i use :
<a href="https://twitter.com/share" class="twitter-share-button" data-count="vertical">Tweet it</a></div>
but that take the title of the page to send it to twitter.. not really what i want !