Site icon Hip-Hop Website Design and Development

flip a hyperlink discipline right into a button or hyperlink textual content

<?php if ( bbp_get_displayed_user_field( 'youtube' ) ) : ?>

        <p class="bbp-user-youtube"><?php  printf( esc_html__( 'YouTube: %s', 'bbpress' ), bbp_rel_nofollow( bbp_make_clickable( bbp_get_displayed_user_field( 'youtube' ) ) ) ); ?></p>
  
    <?php endif; ?>

Hello. how can I make the "Youtube" hyperlink. Now all the hyperlink is displaying, and I need to embrace it within the identify. It may be a button.