XenForo Any help here with font awesome for follow/unfollow switcher?

K

KSA

Guest
Trying to insert a font awesome icon here but failed. Not sure if I am actually using the right code.

I would to show a bell icon for follow and a bell slashed icon for unfollow, any idea?

HTML:

Code:
<xf:if is="$xf.visitor.canFollowUser($user)">
                <xf:button href="{{ link('members/follow', $user) }}"
                    class="button " style="width: 100%;"
                    data-xf-click="switch"
                    data-sk-follow="{{ phrase('follow') }}"...

Read more

Continue reading...