I inserted the code for facebook fan box in one of the forum blocks.
Problem is that it causes the horizontal scrollbar in the site to appear. Once the FB code is removed entirely, scrollbar disappears too. Reducing the width in the code doesn't do anything odd enough. I've tried widths as small as 200.
Using this code:
Quote:
<div id="fb-root"></div>
<script>(function(d, s, id) {
var js, fjs = d.getElementsByTagName(s)[0];
if (d.getElementById(id)) return;
js = d.createElement(s); js.id = id;
js.src = "//connect.facebook.net/en_US/all.js#xfbml=1&appId=";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like-box" align="center" data-href="http://www.facebook.com/talkjesus" data-width="230" data-height="480" data-show-faces="true" data-border-color="#ffffff" data-stream="false" data-header="false"></div>
|