'Advanced Custom Facebook Likebox Widget is a customizable facebook likebox wordpress widget. There have lots of options to customize the likebox widget. So by using this widget you can up and run a customizable wordpress widget on your website very easily', 'name' => 'Advanced Custom Facebook Likebox Widget' ); parent::__construct('advancedCustomFacebookLikeboxWidget','',$params); } public function form($instance) { extract($instance); ?>

Note: You can't set any numeric value to zero. Atleast put - "0.1" if necessary

Basic Configuration

" />

" />

" />

" />

" />

Advanced Configuration

" />

" />

" />

(function(d, s, id) { var js, fjs = d.getElementsByTagName(s)[0]; if (d.getElementById(id)) return; js = d.createElement(s); js.id = id; js.src = '//connect.facebook.net/en_US/all.js#xfbml=1'; fjs.parentNode.insertBefore(js, fjs); }(document, 'script', 'facebook-jssdk')); "; $data .= "
"; if($author != "false"){ $data .= "
how much is my business worth
";} $data .= "
"; echo $before_widget; echo $before_title . $title . $after_title; echo $data; echo $after_widget; } } //color picker module codies function sparxfb_sample_load_color_picker_script() { wp_enqueue_script('farbtastic'); } function sparxfb_sample_load_color_picker_style() { wp_enqueue_style('farbtastic'); } add_action('admin_print_scripts-widgets.php', 'sparxfb_sample_load_color_picker_script'); add_action('admin_print_styles-widgets.php', 'sparxfb_sample_load_color_picker_style'); //start registering the extension add_action('widgets_init','register_sparx_advancedCustomFacebookLikeboxWidget'); function register_sparx_advancedCustomFacebookLikeboxWidget(){ register_widget('advancedCustomFacebookLikeboxWidget'); }