Improved conversation threading for Twitter and iTweet.net.
Twitter made an
alteration to their API for "in reply to" statuses this week that I felt required a change in the way that
iTweet.net handles sending @replies.
One of my personal favorite
iTweet features is the "in reply to" links that show what tweet a person was @replying to inline - so you can follow conversations without leaving the page you're on.
Previously if no particular status was specified, Twitter assigned the "in reply to" link to the last tweet of the person who was replied to. As of this week, they are only assigning that link if a particular tweet was specified - otherwise there will be no "in reply to" tweet marked. This will help make conversation threading much more clear, but it also required that Twitter API clients get on board with the new method to ensure that threads are clearly designated.
(In case you're wondering, @replies to you will still show up in your Replies tab if no tweet was specified - but there will not be a particular thread attached.)
Here's how I've decided to handle this change - when you click the @ button to send a reply, a small box above the...