Retweet Avatars

By Leonard Lin Last update Nov 20, 2009 — Installed 1,364 times. Daily Installs: 3, 5, 3, 3, 2, 6, 2, 0, 0, 1, 8, 2, 2, 8, 10, 3, 2, 7, 0, 4, 2, 4, 1, 0, 5, 6, 1, 5, 1, 0, 0, 0
Script Summary:
Fixes Retweet Avatars on Twitter to show your friends w/ an inset for the original tweeter
Version: 1.1.0
License: GPL v2 or later

Remotely hosted version

This script has no discussions.

start the discussion

Review Summary
5 stars
4 reviews (4)
4 stars
0 reviews (0)
3 stars
0 reviews (0)
2 stars
0 reviews (0)
1 star
0 reviews (0)

this script has 4 reviews

Thumb

// This script modifies how avatars are displayed for Twitter's new Retweet
// functionality into something that I think makes more sense: the retweeter's
// avatar (whom you are following) is restored to the primary view, and an inset
// is added for the retweet source.
//
// If you want to inset the retweeter instead, set the "inset_retweeter" value to 1
//
// - @lhl
//
// Thanks Taylor (@gtmcknight) for the Twivatar pointer!
//
// TODO:
// * BUG: after RT, "timeline-changed" event doesn't get triggered. maybe need
// another bind then...
//
// Changelog
// ---
// 2009-11-20 - v1.0.2 - Changed RT parsing to a:href to fix "you" retweeted
// 2009-11-19 - v1.0.1 - Changed border color of inset avatar to #666
// 2009-11-19 - v1.0 - Initial Release