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