'awanlangit_social', 'description' => __('AwanLangit social button Widget', 'daoon') ); $control_ops = array( 'id_base' => 'awanlangit_social' ); $this->WP_Widget( 'awanlangit_social', __('AwanLangit Social Button', 'daoon'), $widget_ops, $control_ops ); } function widget( $args, $instance ) { global $shortname; extract( $args ); $awanlangit_social_title = apply_filters('widget_title', $instance['awanlangit_social_title']); $social_twitter = of_get_option('awanlangit_twitter_username'); $social_fb = of_get_option('awanlangit_fb_username'); $social_gplus = of_get_option('awanlangit_gplus_username'); $social_flickr = of_get_option('awanlangit_flickr_username'); $social_linkedin = of_get_option('awanlangit_linkedin_username'); $social_pinterest = of_get_option('awanlangit_pinterest_username'); $social_dribbble = of_get_option('awanlangit_dribbble_username'); $social_github = of_get_option('awanlangit_github_username'); $social_vimeo = of_get_option('awanlangit_vimeo_username'); $social_forrst = of_get_option('awanlangit_forrst_username'); $social_zerply = of_get_option('awanlangit_zerply_username'); echo $before_widget; echo $before_title . $awanlangit_social_title . $after_title; ?>
__('Social Media', 'awanlangit')) ); ?>