JackieChun Well-known member Aug 29, 2024 #1 The Code: {{ x_logo() }} tag renders the X logo in templates. Does this function work for the Reddit logo? What's the code?
The Code: {{ x_logo() }} tag renders the X logo in templates. Does this function work for the Reddit logo? What's the code?
P Paul B XenForo moderator Staff member Aug 29, 2024 #2 HTML: <xf:fa icon="fab fa-reddit" /> Upvote 0 Downvote
JackieChun Well-known member Aug 29, 2024 #3 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" /> Upvote 0 Downvote
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" />