Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter cloudstr210

    (@cloudstr210)

    Up please.

    Forum Rules: Don’t bump.

    But please provide more info, as that is most likely why no one has replied. Did you remove the height attribute from the iframe code?

    Please post the exact code you have for that facebook here or on pastebin and include the link.

    Thread Starter cloudstr210

    (@cloudstr210)

    This is the code.. I wonder why it is too small..

    <iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FTHESISWORKS%2F142584239164763%3F&width=185&colorscheme=light&show_faces=true&border_color&stream=false&header=true&height=290" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:185px; height:290px;" allowTransparency="true"></iframe>

    Well I checked the code, it looks fine.

    Have no idea why it’s showing up smaller. Would you be able to provide a link to an example of it?

    Also, what browser/version are you using?

    Thread Starter cloudstr210

    (@cloudstr210)

    This is the code on that page:

    <iframe src="http://www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fpages%2FTHESISWORKS%2F142584239164763&width=190;height=250&colorscheme=light&show_faces=true&border_color&stream=false&header=true&height=62" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:190px; height:250px;" allowtransparency="true"></iframe>

    First it sets height=250 in the href string, but the last attribute passed is height=62 which obviously is overwriting the previous declaration. This is why your FB box is coming out smaller than expected. If you are using a plugin to generate this box, ensure there is no default setting of 62, else, check your template again.

    Hope this helps.

    Thread Starter cloudstr210

    (@cloudstr210)

    thank you now it works!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Facebook like page is too small..’ is closed to new replies.