I am pulling tweets from my twitter profile to my website. I’m adding REPLY, RETWEET and FAVORITE links beneath each of my tweet that I display on my website.
For reply, I can use an anchor tag like this.
<a href="http://twitter.com/share?text=@<myTwitterName>a" target="_new">Reply</a>
For retweet, I will be using this. http://ejohn.org/blog/retweet/
But I cannot find a way to implement FAVORITE functionality, using jQuery.
Maybe this helps:
https://dev.twitter.com/docs/intents#favorite-intent
More here in step 4:
http://net.tutsplus.com/tutorials/php/how-to-create-an-advanced-twitter-widget/