Adding Facebook like button in my header menu

For support and discussion related to templates, themes, and imagesets in phpBB 3.1.
Ideas Centre
Luchtzak
Registered User
Posts: 273
Joined: Sat Jul 20, 2002 7:13 pm

Adding Facebook like button in my header menu

Post by Luchtzak »

I am working in my template to have a Facebook like button in it, but the <div> makes it difficult (it starts on a new line)

Do you have an idea on how to solve this ? Now my Facebook like button is lost in my overall_header.html

Any other suggestion is always welcome!

Code: Select all

<!-- IF not S_USER_LOGGED_IN --><div class="fb-like" data-href="http://www.facebook.com/www.luchtzak.be" data-layout="standard" data-action="like" data-size="small" data-show-faces="false" data-share="false"></div><br /><br /><!-- ENDIF -->
User avatar
Lumpy Burgertushie
Registered User
Posts: 69228
Joined: Mon May 02, 2005 3:11 am

Re: Adding Facebook like button in my header menu

Post by Lumpy Burgertushie »

well it would help if you showed us exactly where you put that in your overall_header.html file or better yet, give us a link to your board so we can see just what you are doing.


robert
Premium phpBB 3.3 Styles by PlanetStyles.net

I am pleased to announce that I have completed the first item on my bucket list. I have the bucket.
Luchtzak
Registered User
Posts: 273
Joined: Sat Jul 20, 2002 7:13 pm

Re: Adding Facebook like button in my header menu

Post by Luchtzak »

Lumpy Burgertushie wrote: Mon Jan 16, 2017 3:28 am well it would help if you showed us exactly where you put that in your overall_header.html file or better yet, give us a link to your board so we can see just what you are doing.


robert
I fixed it, adding <li> tags around it.

Return to “[3.1.x] Styles Support & Discussion”