sonnyt / tweetie

Simple jQuery Twitter feed plugin
https://sonnyt.com/tweetie
312 stars 116 forks source link

Retweet screen name #66

Closed ethiaa closed 6 years ago

ethiaa commented 8 years ago

I just noticed that line 115 of tweetie.js needs a small tweak to show the screen name of the original poster, not the user retweeting it:

It should read: tweet: (tweet.retweeted) ? linking('RT @'+ tweet.retweeted_status.user.screen_name +': '+ tweet.retweeted_status.text) : linking(tweet.text),