__('A widget that displays the video', 'activeblog'), ) ); } public function widget( $args, $instance ) { extract( $args ); //Our variables from the widget settings. $title = isset( $instance['title'] ) ? apply_filters('widget_title', $instance['title'] ) : ''; $id = isset( $instance['id'] ) ? $instance['id'] : ''; $host = isset( $instance['host'] ) ? $instance['host'] : ''; // Before Widget echo $before_widget; ?>