PDA

View Full Version : FB Like Button Navbar


Reece^B
04-08-2014, 05:42 PM
See image, I know in navbar I can add the IFrame but it moves the forum name (on the left) down a line. Is there a nice way to add this?

https://vborg.vbsupport.ru/external/2014/04/44.jpg (http://s13.photobucket.com/user/Reeceonline/media/FB_zps1ef09b83.jpg.html)

blind-eddie
04-08-2014, 09:16 PM
In your navbar template..

Find:

<if condition="$show['member']">
<td class="alt2" nowrap="nowrap">

Add above:

<td class="alt1">
<if condition="$show['member']">
Your facebook code
</if>
</td>

http://blind-eddie.com/forum/imagehosting/15344750b61811.png

Reece^B
04-10-2014, 04:44 PM
Thank you.