Plugin adds social fields to user profile in admin panel (Dashboard > Users).
As of April 2026, User Social Profiles is a WordPress social accounts plugin with 200 active installations and a 0/5 rating0. It has been downloaded 11K+ times in total. Requires WordPress 4.0+ and PHP false+. Available on WordPress.org since 2015. Last updated 7 years ago — may have compatibility concerns. Top alternative: Content Resharer.
To use this plugin – your theme (or child theme) must support it.
To display additional profiles for user you just need to use native WordPress function the_author_meta( 'profile-name' ) where ‘profile name’ can be ‘twitter’, ‘facebook’, ‘googleplus’, ‘instagram’, ‘pinterest’.
Code example (with Font Awesome Icons):
<?php
$prefix_twitter_url = get_the_author_meta( 'twitter' );
$prefix_facebook_url = get_the_author_meta( 'facebook' );
$prefix_googleplus_url = get_the_author_meta( 'googleplus' );
$prefix_instagram_url = get_the_author_meta( 'instagram' );
$prefix_pinterest_url = get_the_author_meta( 'pinterest' );
?>
<?php if ( ! empty( $prefix_twitter_url ) ) : ?><a href="<?p…| WordPress | 4.0+ requiredTested up to 5.0.25 |
| PHP | false+ required |
*21 Dec 2015 – WordPress 4.4 tested
*Example improved.
Plugin data sourced from WordPress.org. Analysis and metrics by PluginSift.