I am currently developing a webapp (Django + Jquery) where users can submit (links) to tweets: For instance, I store
https://twitter.com/BarackObama/status/2651151366
in my DB and embed that as a link in a website. Now I am wondering whether a tool (eg Jquery plugin) exists that would allow me to directly embed the content of above tweet in my website and to retrieve the attributes of a submitted link to a twitter feed.
You can also retrieve the details of a tweet with this REST method :
GET http://api.twitter.com/statuses/1/show.json?id=<id_of_the_tweet>and display the results like you want. More informations here : https://dev.twitter.com/docs/api/1/get/statuses/show/%3Aid