bbPress – Integrate Social Icons Bar

Integrate Social Icons Bar to your threads (icons alongside each user reply) which gives quick access to user social profiles

The bbpress template that you need to edit is: loop-single-reply.php

Add the line

<?php
echo $userpro->show_social_bar_clean(bbp_get_reply_author_id(),'userpro-centered-icons');
?>

The first option is the user ID (reply author), and the second is a common wrap for social bar (allowing you to customize the element wrapping the icons). Any social profiles that user didn’t CHOOSE to hide will appear.

Was this article helpful?

Related Articles

Leave A Comment?