MyBB Community Forums

Full Version: custom header help.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello...
i need help.
how to add a social sharing button in header...?

see picture:
[Image: 86619917.png]

i want to add this icon..
[Image: 11204225.png]

can anyone tell me what codes would be needed please..

thank you..
if you post your website URL then it would be quite easy for me to give exact code, however here is how it should be.

Go to: AdminCP > Templates > Your theme's templates > header templates > header > and find;
<div class="logo"><a href="{$mybb->settings['bburl']}/index.php"><img src="{$theme['logo']}" alt="{$mybb->settings['bbname']}" title="{$mybb->settings['bbname']}" /></a></div>
and ADD the following code just BEFORE that;
<span style="float: right;">YOUR CODE GOES HERE</span>

Replace YOUR CODE GOES HERE with the link and path of those images.

It may need few adjustments though.