XF 2.3 <xf:fa icon="fa-youtube-play" /> doesn't work (font awesome footer YouTube icon like the rss icon)

Stuart Wright

Well-known member
So I want to add a small link to our YouTube channel in the footer like the RSS link.
I copied it, but it doesn't work. No icon appears.
What do I need to do, please?
 
Is "youtube-play" an icon? I'm not seeing it in the list when I search. If so, maybe you need to add the "fab" part to it. If you're just wanting the YouTube logo, I think you'd want to just use <xf:fa icon="fab fa-youtube" /> or <xf:fa icon="fab fa-youtube-square" />.
 
Last edited:
Is "youtube-play" an icon? I'm not seeing it in the list when I search. If so, maybe you need to add the "fab" part to it. If you're just wanting the YouTube logo, I think you'd want to just use <xf:fa icon="fab fa-youtube" /> or <xf:fa icon="fab fa-youtube-square" />.
Both of those work. Many thanks.
 
Back
Top Bottom