Hi-
I have 'Twitter for WordPress Extended',a nd all is great except it's not showing the users img/avatar. In the code I see it tried to get the image:
$img = $message[ 'google' ][ 'image_link' ];
but it's not getting anything.
You can see what the feed looks like here:
http://search.twitter.com/search.rss?q=mac
So, it's a problem caused by the namespace in that node:
<google:image_link>http://a1.twimg.com/profile_images/186422222/Untitled-6_normal.jpg</google:image_link>
Any ideas?
Thanks!