Hi,
I followed this guide: https://buddypress.org/support/topic/display-users-social-follow-buttons-in-profile/ and added social profiles’ icons to members’ profiles. But how can we also add it to members’ loop on Members directory page? I found that using this code
<?php echo bp_member_profile_data('field=Field Name'); ?>
you can insert profile fields, but that simply inserts whatever user put inside text field. How to make it an icon such as Facebook and Twitter, like we did inside members profile?