user->name;
$screen_name = $tweets[0]->user->screen_name;
$avatar = $tweets[0]->user->profile_image_url_https;
$following = (int) $tweets[0]->user->friends_count;
$followers = (int) $tweets[0]->user->followers_count;
$avatar_1x = str_replace( '_normal', '_normal', $avatar );
$avatar_2x = str_replace( '_normal', '_reasonably_small', $avatar );
if ( $params['header'] ) {
?>