A Codeigniter helper for the http://avatars.io service.
Drop the avatars-io_helper.php file into application/helpers and load or autoload in the usual manner.
Echo a plain URL of the avatar.
avatar_url('twitter', 'willpillar');
avatar_url('facebook', 'willpillar');
avatar_url('gravatar', '[email protected]');
avatar_url('twitter', 'willpillar', 'large');
avatar_url('facebook', 'willpillar', 'medium');
$url = avatar_url('twitter', 'willpillar', 'small', false);
avatar_url('twitter', 'willpillar', 'medium', true, true);
Find out more: http://avatars.io