Facebook Like Button (<fb:like>) Height Always 80px
Posted
by David
on Stack Overflow
See other posts from Stack Overflow
or by David
Published on 2010-05-05T22:26:04Z
Indexed on
2010/05/05
22:38 UTC
Read the original article
Hit count: 296
Why is the height of my Facebook Like button (technically the iframe that gets generated) always getting set to 80px? Example page is here: http://www.davidkasper.net/test.html I am using the javascript sdk and have had it work on other pages but for some reason the height will not change dynamically on this one! I can even do something like
<fb:like style="height:40px">
and that will indeed set the visible height, but the iframe will still be 80px, whereas I can see it changing in the demo at http://developers.facebook.com/docs/reference/plugins/like
© Stack Overflow or respective owner