I tried but it returns the article author social links in each comment instead of commenter social links.
Also tried to display in user info page and link from each comment with this code: <a rel="nofollow" href ="<?php bloginfo('url'); ?>/?author=<?php echo $comment->user_id ?>"><?php echo $comment->comment_author?></a>