'Add your Twitter feed to your sidebar with this widget.' ); parent::WP_Widget(false, "Twitter Updates",$widget_ops); } function widget($args, $instance) { extract( $args ); $title = $instance['title']; $limit = $instance['limit']; if (!$limit) $limit = 5; $username = $instance['username']; $unique_id = $args['widget_id']; ?>