Facebook Like Box API: Unable to alter height

businesscoach

New Member
I am using the facebook Like Box API (http://developers.facebook.com/docs/reference/plugins/like-box/). I set the height in the supplied code generation boxes but it always reverts to the standard height. I try editing the code directly eg:\[code\]<div class="fb-like-box" data-href="https://www.facebook.com/me" data-width="870" data-height="1000" data-colorscheme="dark" data-show-faces="false" data-stream="true" data-header="false"></div>\[/code\]But this also does nothing to change it. I have tried both the iframe and HTML5 versions of this to no avail. I have also tried adding some inline CSS eg: \[code\]style="height: 1000px;"\[/code\]. Also no luck there.Width, for whatever reason, seems fine. Can anyone suggest a way to fix this? Thanks!
 
Back
Top