MyBB Community Forums

Full Version: how can link these to twitter facebook youtupe
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how can i do that, and also how can i add telegram?


[Image: 3580taa.png]
This can to be changed somewhere in the footer template.

Admin CP -> Templates & Styles -> Templates -> * Your Theme * -> Footer Templates -> footer

Should be editable in their somewhere.
<a href="#"><i style="margin-top: 6px;" class="fa fa-telegram"></i></a>

how can i make this when someone click on it, to make it go to my telegram link.
Change the hashtag in href to a link.

<a href="#"> </a>

Example :

<a href="http://example.com/"><i style="margin-top: 6px;" class="fa fa-telegram"></i></a>


Note : You should learn the basics of HTML because that’s basic stuff right there.