I have some Javascript that uses Twitter API to get tweets. I parse the data and use jQuery to generate HTML for the DOM.
An aspect of what I want to display is a \"Vie
FYI: id_str is the variable you need to call instead of id
id_str should be taken from the tweet object and replaced in https://twitter.com/statuses/[id_str]