Would it be possible to pull inn a Twitter user's profile picture with the trackback/comment?
Right now, if displayed as comments, all the tweets generate an automatic gravatar image.
Thanks
Would it be possible to pull inn a Twitter user's profile picture with the trackback/comment?
Right now, if displayed as comments, all the tweets generate an automatic gravatar image.
Thanks
I'd love to catch the Twitter avatars as well.
After looking through my wordpress database, I was able to find that Topsy is storing the avatar URL as the field 'comment_author_email'. You can retrieve that in your templates by calling get_comment_author_email();
This topic has been closed to new replies.