From the category archives:

users

askTWIT

by Aziz Poonawalla on April 24, 2008

I am running a little experiment on Twitter. I have created a new account called askTWIT. The purpose is to facilitate getting answers to questions by tapping into the Twitter hive-mind, by acting as a central point of reference where questioners and answerers can find each other. It works like this:

If you have a question:

1. Follow askTWIT.
2. tweet your question in reply to @askTWIT (eg. “@askTWIT Is Twitter useful or a waste of time?”)
3. watch for replies.

To answer a question:

1. Follow askTWIT.
2. Look for questions you might be able to answer.
3. Reply to the tweet with the answer (eg. “@azizhp yes it haz @Scobleizer duh iz useful”)
4. bask in the warm glow of Karma, Zen, etc.

If someone asks a good question it might develop a whole tree of responses which can be tracked on Quotably.

The idea somewhat borrows from Scoble’s idea of autofollowing everyone who followed him – his follow list is probably the closest to a hive mind as you will see on Twitter, but anyone with a few thousand followers will see a similar depth of knowledge in their crowd (problogger uses this to extreme advantage for all sorts of cool projects). Let’s see if this model for tapping the TwitterMind can scale.

{ 0 comments }

wavatars updated

by Aziz Poonawalla on March 26, 2008

Shamus announces an update to his wavatars plugin. However, as noted earlier, the pending release of Wordpress 2.5 will likely break most avatar plugins due to its built-in avatar support. It think it makes more sense to wait for the post-upgrade version of wavatars for the time being; I still would like to see a way to define avatar libraries so that instead of two plugins, I could just select from a drop down of avatar styles (wavatars, monsters, etc).

{ 0 comments }

WP 2.5 has built-in gravatar support

March 4, 2008

Seems that Wordpress v2.5 (which will be out this month) will include support for Gravatars by default:
Theme Authors: Adding Gravatars to Your Theme
The function to add Gravatars to your theme is called: get_avatar. The function returns a complete tag of the Avatar.
The function get_avatar is setup as follows:
function get_avatar( $id_or_email, [...]

Read the full article →

Lorelle pushes Gravatars

December 31, 2007

Wordpress maven Lorelle has a post about creating gravatars and adding them to your blog. I left a comment in advocacy of Shamus’ and Scott’s alternatives. One thing I didn’t mention was that using a locally-generated solution like Wavatars or MonsterID also lends a kind of consistency to the avatars that show up, which [...]

Read the full article →

Wavatars

December 18, 2007

Shamus Young has released a new avatar plugin, called “Wavatars” (the W stands for “Whatever”). This plugin closely mirrors ScottSM’s WP_MonsterID plugin, with added optional support for Gravatars built-in (the plugin can be set to default to a Wavatar if no Gravatar is present). Whether you intend to use wavatars, monsterIDs, or the purely abstract [...]

Read the full article →

WP_MonsterID: automatic, unique avatars

December 10, 2007

Recently, the Gravatar service was bought out by the founders of Wordpress. The immediate result was to move Gravatar over to their servers which resulted in a significant speed boost, and also accelerate gravatar support into the Wordpress core. The major advantage of this is that it fosters a sense of community among your commenters, [...]

Read the full article →