ginader / easychirp

easychirp.com - Web accessibility for the Twitter website application
11 stars 1 forks source link

In retweets, provide option to view who retweeted it. #144

Closed weboverhauls closed 9 years ago

weboverhauls commented 10 years ago

When a tweet is a retweet, the text appears "retweeted X times". Create a link which opens a modal window which displays a list of users who retweeted it.

The preferred method for development is to do entirely server-side first--link to page with list of users--and then use JS to convert page link to modal containing the same list of users.