Please add the below code snippet in
wp-content/plugins/wp-socializer/wpsr.php
before
?>
function wpsr_hide_fb_mobile_temp(){
if( wp_is_mobile() ){
echo ‘.wpsr-followbar{ display: none; }’;
}
}
add_action( ‘wp_footer’, ‘wpsr_hide_fb_mobile_temp’ );
In the next release I’ll add a GUI option to hide in mobile. So there is no need to do this via code manually.
Please let me know if it works as expected.
Thanks for using WP Socializer !