We'll create fresh WordPress site with Extra User Details installed. You have 20 minutes to test the plugin after that site we'll be deleted.
Extra User Details is the simple plugin that allows you to add extra fields to the user profile page (e.g. Facebook, Twitter, LinkedIn links etc).
Extra fields can be easily accessed in your templates like a general wordpress author details:
<?php the_author_meta('meta_key'); ?>
Plugin saves fields data in wp_usermeta table. You can add and edit extra fields at plugin options section in backend.