Facebook Fan-Box / Likebox height problem stream
NickName:Rainer Schuster Ask DateTime:2011-09-06T23:22:55

Facebook Fan-Box / Likebox height problem stream

I would like to integrate FB Fan-Box on my website. Everything works fine, except the height is not correct. For me, the important thing is not displaying the faces, but the stream. When I adjust the height parameter the whole frame gets bigger, but the layer with the stream in it remains still 300px. How can I set this to 900px, since I would like my visitors to see more activities on the stream?!

Here is my code:

<iframe 
   src="http://www.facebook.com/plugins/likebox.php?href=http%3A%2F
%2Fwww.facebook.com%2Fapps%2Fapplication.php%3Fid%3D200876329955648&amp;width=800&
amp;colorscheme=light&amp;show_faces=false&amp;border_color&amp;stream=true&
amp;header=false&amp;height=900" 
    scrolling="no" 
    frameborder="0" 
    style="border:none; overflow:hidden; width:800px; height:900px;"
    allowTransparency="true"></iframe>

Thanks for the help!!!!

Copyright Notice:Content Author:「Rainer Schuster」,Reproduced under the CC 4.0 BY-SA copyright license with a link to the original source and this disclaimer.
Link to original article:https://stackoverflow.com/questions/7322276/facebook-fan-box-likebox-height-problem-stream

Answers
DMCS 2012-01-06T05:53:34

Try the HTML5 version, it may work better:\n\n<div \n class=\"fb-like-box\" \n data-href=\"http://www.facebook.com/platform\" \n data-width=\"292\" \n data-height=\"900\" \n data-show-faces=\"false\" \n data-stream=\"true\" \n data-header=\"false\">\n</div>\n\n\nI've verified that it will go to 900 in height showing more stream items.",


More about “Facebook Fan-Box / Likebox height problem stream” related questions

Facebook Fan-Box / Likebox height problem stream

I would like to integrate FB Fan-Box on my website. Everything works fine, except the height is not correct. For me, the important thing is not displaying the faces, but the stream. When I adjust the

Show Detail

Facebook Fan-Box / Likebox height problem stream

I would like to integrate FB Fan-Box on my website. Everything works fine, except the height is not correct. For me, the important thing is not displaying the faces, but the stream. When I adjust the

Show Detail

Facebook LikeBox on mouseenter

My likebox facebook works correctly in normal way. I want to do for performance in that way: jQuery(document).ready(function(){ jQuery("#facebook-likebox").mouseenter(function(){ jQuery("#facebook-

Show Detail

Facebook Likebox Stream not displaying photos

After some extensive web searching, it appears others are having my same or a similar problem. But I have been unable to find any sort of solution. I have 3 different clients for whom I've added

Show Detail

Get Facebook likebox height after SDK loaded

Is there a way to get the correct facebook likebox height after the stream is loaded? I'm trying this way, it won't work. window.fbAsyncInit = function() { FB.init({ appId : &#x

Show Detail

style facebook likebox scrollbar

I have searched almost all the stackoverflow answers to change the css for facebook likebox scrollbar. but no use. I am using the following code &lt;div id="fb-root"&gt;&lt;/div&gt; &lt;script&gt;(

Show Detail

Facebook likebox script for websites

I have used the script provided for the likebox to create a user macro for my clients Confluence system. &lt;script src=&quot;http://connect.facebook.net/en_US/all.js#x fbml=1&quot;&gt;&lt;/script&...

Show Detail

remove facebook likebox scroll bar

I want to remove the facebook likebox scroll bar and am having issues as it seems they load the styles for the likebox as investigation indicates styles loaded after page loads. I have identified '

Show Detail

Styling Facebook Likebox

Is there a way to style the facebook likebox without a plugin? I have my likebox on a darkish background and the blue link that says my facebook pages name is not blending well, I would like to cha...

Show Detail

Facebook Likebox deprecation

My company uses the facebook likebox on many of our pages. The developer website https://developers.facebook.com/docs/plugins/like-box-for-pages says that the likebox will automatically revert to t...

Show Detail