XF 2.3 Template tag for the Reddit logo

JackieChun

Well-known member
The
Code:
{{ x_logo() }}
tag renders the X logo in templates. Does this function work for the Reddit logo? What's the code?
 
Thanks @Paul B! Also looking for Instagram, TikTok, and Telegram. The TikTok icon is not included in Font Awesome 4, so it will need an SVG. Instagram and Telegram are in FA4 but still not rending in XenForo. Do you know why?

Code:
<xf:fa icon="fab fa-telegram" />
<xf:fa icon="fab fa-instagram" />
 
Back
Top Bottom