__( 'Bittumb: Social Media Follow', 'bittumb' ), 'classname' => 'social-follow-widget', 'description' => __( 'Social Media Follow Links', 'bittumb' ), 'fields' => array( array( 'id' => 'btm_sof_title', 'type' => 'text', 'title' => __( 'Title', 'bittumb' ), ), array( 'id' => 'btm_social_links', 'type' => 'repeater', 'title' => __( 'Social Media Links', 'bittumb' ), 'fields' => array( array( 'id' => 'btm_social_icon', 'type' => 'icon', 'title' => __( 'Social Icon', 'bittumb' ), 'remove_title' => __( 'Delete', 'bittumb' ), 'button_title' => __( 'Add', 'bittumb' ), ), array( 'id' => 'btm_social_link', 'type' => 'text', 'title' => __( 'Social Link', 'bittumb' ), 'default' => '#' ), ) ), ) ) ); // Front end if( ! function_exists( 'btm_social_follow' ) ) { function btm_social_follow( $args, $instance ) { echo $args['before_widget']; if ( ! empty( $instance['title'] ) ) { echo $args['before_title'] . apply_filters( 'widget_title', $instance['title'] ) . $args['after_title']; } ?>