Ferenc Csurgai
Ferenc Csurgai

Reputation: 33

Facebook Like Box Header missing if faces=false and stream=false

I've inserted a like box into my page but I have a problem with it.

<fb:like-box href="http://www.facebook.com/TermeszetBolond.Hu" width="176" show_faces="false" border_color="#befcbe" stream="false" header="true" height="140"></fb:like-box>

The like box is loaded, but the facebook header is missing. You can see the result of this code on the left-middle of http://termeszetbolond.hu

Please heeelp... :)

Upvotes: 1

Views: 745

Answers (1)

ShawnDaGeek
ShawnDaGeek

Reputation: 4150

try: by default show faces is false so need to declare it, same with stream.

<fb:like-box href="http://www.facebook.com/TermeszetBolond.Hu" width="176" header="true" height="140"></fb:like-box>

Upvotes: 1

Related Questions