StanScates / Tweet.js-Mod

Basic wrapper for Seaofclouds / Tweet.js that incorporates functionality with Twitter's v1.1 API
MIT License
234 stars 103 forks source link

show pics #44

Open carlituxman opened 11 years ago

carlituxman commented 11 years ago

would be interesting to show the images of the tweets parsing it like

carlituxman commented 11 years ago

I've modified function linkURLs

adding media = entity.media_url; in entities loop

and return something like: < img src=' " + media + "'/>";