First stab at web page thumbnails in Witty

by LCH on July 5, 2008

I experimented a bit more with adding site preview thumbnails to the open-source Twitter client, Witty.

With a little bit more experimentation I got a first pass at the thumbnails showing for any web pages mentioned in a tweet.

wittysitethumbnails.png

There are several big problems with this though. First, it doesn’t appear like my eventing is right so the page doesn’t fully load before the thumbnail is created. As a consequence whole or parts of pages are left empty. That’s not necessarily a terrible thing, but it’s not right, either.

For instance, in Chris Pirillo’s tweet, the thumbnail should look more like:

correctchristhumbnail.png

rather than what’s shown in the previous Witty screen capture.

The thumbnail rendering can also add a noticeable time delay to tweet loadings. There’s probably no easy way around this. I’ve been wondering if I can trim down the posts by looking for RSS items instead and working off of their content and maybe pulling out a representative image or something. Hmmm.

Of course, there can be problems with JavaScript errors and the like too. So I’ll have to think through if this all of this is worthwhile. Maybe I’ll just have to live with it a few days to see if the benefits of the thumbnails outweigh the drawbacks.

Please Share This Blog Entry:
  • FriendFeed
  • Digg
  • Sphinn
  • del.icio.us
  • Facebook
  • Mixx
  • Google Bookmarks

Subscribe Now

If you enjoyed this post, you will definitely enjoy our others. Subscribe to the feed to get the latest updates.

Loren is the developer for Jumping Minds.


{ 1 trackback }

Incremental Blogger » Blog Archive » Morning tweets with thumbnails
July 6, 2008 at 7:46 am

{ 1 comment }

LCH July 6, 2008 at 10:51 am

Fixed the partially rendering problem with the thumbnails. It was a bug. I need to check for ReadyState to be Complete in the DocumentCompleted event. If not, don’t do anything yet. Simple fix. (Using WinForms WebBrowser for now.)

Comments on this entry are closed.

Additional comments powered by BackType

Previous post: More ink fun

Next post: Morning tweets with thumbnails