XF 2.2 Discord & FB link in footer

Sly870

New member
Good evening,

I know this has been asked a ton before but just wondering if there's any new ways of doing, perhaps more efficient or a simple addon?

I am wanting to add a small Facebook and Discord icon to the bottom of my footer with links to our Facebook page and Discord invite, how would one go about this?

Appreciate any help :D

-Sly
 
You can achieve that easily by editing the extra_copyright phrase and adding the relevant HTML such as:
Code:
<a href="https://xenforo.com/community/">XF</a>
 
You can achieve that easily by editing the extra_copyright phrase and adding the relevant HTML such as:
Code:
<a href="https://xenforo.com/community/">XF</a>
Hi Brogan,

Thanks for that. Would this be done in the admin section or in the physical files on the server?

Apologies for the stupid Q :rolleyes:
 
That's getting too complicated for a phrase so you would need edit the template and use custom CSS.

Have a look in the share_page_macros and share_controls.less templates to see how it's done.
 
That's getting too complicated for a phrase so you would need edit the template and use custom CSS.

Have a look in the share_page_macros and share_controls.less templates to see how it's done.

Thank you Brogan, much appreciated :D

I found a theme that incorporates exactly what I am after :)
 
Top Bottom