'; $share_buttons['share_twitter'] = ''; $share_buttons['share_google_plus'] = ''; $share_buttons['share_pinterest'] = ''; $share_buttons['share_linkedin'] = ''; $share_buttons['share_tumblr'] = ''; $share_buttons['share_reddit'] = ''; if ( function_exists( 'fw_get_db_customizer_option' ) ) { if ( ! fw_get_db_customizer_option( 'share_facebook' ) ) { unset( $share_buttons['share_facebook'] ); } if ( ! fw_get_db_customizer_option( 'share_twitter' ) ) { unset( $share_buttons['share_twitter'] ); } if ( ! fw_get_db_customizer_option( 'share_google_plus' ) ) { unset( $share_buttons['share_google_plus'] ); } if ( ! fw_get_db_customizer_option( 'share_pinterest' ) ) { unset( $share_buttons['share_pinterest'] ); } if ( ! fw_get_db_customizer_option( 'share_linkedin' ) ) { unset( $share_buttons['share_linkedin'] ); } if ( ! fw_get_db_customizer_option( 'share_tumblr' ) ) { unset( $share_buttons['share_tumblr'] ); } if ( ! fw_get_db_customizer_option( 'share_reddit' ) ) { unset( $share_buttons['share_reddit'] ); } } if ( ! empty ( $share_buttons ) ) : $unique_id = uniqid(); if ( ! $only_buttons ) : ?>