'. get_avatar( get_the_author_email(), '100' ) .'
Author: '. get_the_author_link('display_name',get_query_var('author') ) .'
'. get_the_author_meta('description',get_query_var('author') ) .'
';
if( get_the_author_meta('twitter',get_query_var('author') ) )
$content .= '
Twitter ';
if( get_the_author_meta('facebook',get_query_var('author') ) )
$content .= '
Facebook ';
if( get_the_author_meta('gplus',get_query_var('author') ) )
$content .= '
Google+ ';
if( get_the_author_meta('linkedin',get_query_var('author') ) )
$content .= '
Linkedin ';
if( get_the_author_meta('dribbble',get_query_var('author') ) )
$content .= '
Dribbble ';
if( get_the_author_meta('github',get_query_var('author') ) )
$content .= '
Github';
$content .= '