MyBB Community Forums

Full Version: Add a fb button to banner
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi guys...I want to know how to add a fb button on banner. I like to link it to FB fan page. Tell me how to do it Smile

screenshot :
[attachment=22243]

forum link for reference - www.readersenclave.com
guys help me....
You can make that by 2 ways,

1) Add what ever image you want in banner itself and link it to the fan page
2) Add separate image and link it to FB page...
That will only link to the page thats all but,

If you want more functionality with fbconnect it needs quite a bit of integration.
(2011-04-13, 04:27 PM)Emperor Wrote: [ -> ]1) Add what ever image you want in banner itself and link it to the fan page
2) Add separate image and link it to FB page...

How to do these ? I am total n00b Huh
In your header template, find:
<div class="logo">

Add after:
<div style="float:left;"><a href="http://facebook.com/yourpage"><img src="images/facebook.png" alt="Facebook" /></a></div>

Upload a facebook.png to your ./images folder.

Added both fb & twitter links, thanks a lot Smile

please tell me how they are looking and also suggestions, if any.

I added like this, just in case if somebody is needed :
<div style="float:left;margin-left:43px;"><a href="http://www.facebook.com/readersenclave" TARGET='_blank'><img src="images/fb.png" alt="Facebook" /><a href="http://twitter.com/readersenclave" TARGET='_blank'><img src="images/twt.png" alt="twitter" /></a></div>