Hi @Sachin,
I see the behavior. Right now all links are designed to open in a popup that is the reason _self did not work.
I can suggest you to make a small change to the code.
In plugin editor go to wp-socializer/core/templates/floating-sharebar.php and line number 39 remove 'sr-popup'. Finally it should look like below.
$classes = array( 'socializer', 'sr-vertical' );
This should fix the issue.
Thanks,
Aakash