'widget_abdul', 'description' => __( "Chat with ABDUL") );
$this->WP_Widget('abdul', __('ABDUL'), $widget_ops);
}
function widget( $args, $instance ) {
extract( $args );
echo $before_widget;
$title = apply_filters('widget_title', $instance['title']);
if( $title ) echo $before_title . $title . $after_title;
?>