'cd-fb-comments-widget', 'description' => __( 'Facebook Comments Box', 'cd-fbspw' ) ); $this->WP_Widget( 'CD_FBSP_Comments_Widget', __( 'Facebook Comments', 'cd-fbspw' ), $widget_ops ); } function form( $instance ) { $defaults = array( 'title' => 'Top Articles', 'url' => get_bloginfo('url'), 'width' => 300, 'no_of_post' => 2, 'border_color' => '', 'color_scheme' => 'light', 'show_header' => 'off', 'font' => '', ); $instance = wp_parse_args( (array) $instance, $defaults ); extract( $instance ); ?>