I have seen that plugin, but its rather difficult to tell exactly what the plugin does. What it doesn't APPEAR to do is allow members to add social links to their profiles, thought I would be very happy if I am wrong.
Perhaps I am not explaining this correctly. I just want users to be able to add links on their profiles to their other social accounts. If you check any google+ profile they can add links to their twitter accounts, facebook accounts, pinterest accounts, etc.... thats all I am looking to do.
If dolphin allowed us the use of "url type" in the input boxes on the profile edit pages that would also be displayed as a hyperlink on the profile, this wouldn't be an issue. Seemingly they don't utilize the input type "url". If they did I would just set a url input with the title "facebook" and have users paste their facebook profile url's there - then I would add the icon with css.
a[href*="facebook"]:before{content:url('/link/to/facebook.png'); }
I would equally do the same for the other social links.... unfortunately the only way to add urls to the profile that I seem to find is to add the stupid tinymce editor, which doesn't limit users to just posting a link, they can post images, links, or anything else they can code in basic html....
So I am seeking a plugin, but it seems none exist so I am looking to figure out some sort of hack to allowing url's without the use o tinymce.