Quote Originally Posted by willieWontGo View Post
how to make the Facebook sidebox not display when an SSL page is displayed?
I see now.
Replace this:
PHP Code:
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/' . FACEBOOK_LOCALE . '"></script> 
by
PHP Code:
<script type="text/javascript" src="https://www.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/' . FACEBOOK_LOCALE . '"></script> 
Now should work fine. I will make new version with external javascript file for SSL and no secure pages. The main problem I relaized now is that sidebox could have some issues with other fcb apps due to javascript code in sidebox.