Hello,
Thanks for using WP Socializer. WP Socializer is clearly coded to customize the needs.
If you want to add a nofollow attribute to the social bookmarking buttons, then do the following.
1. Open wp-socializer/includes/wpsr-socialbuttons.php
2. Replace the line 143
‘params’ => ”,
with
‘params’ => ‘ rel=”nofollow” ‘,
Save the file. Thats all !! Please note that the Social widgets like Facebook like button, Google +1, Digg buttons cannot get a nofollow tag.
Only 105 social buttons get this nofollow attribute.
Thank you.