Alright.. who wants to do some testing? The below is what we've determined to allow an SSL connection to work, but we haven't tested thoroughly. We'll attempt to get a solution that actually tests for what type of connection the user is on and choose ssl vs non-ssl. However, from the little testing we've done, SSL should be ok even on a non-ssl connection (just a little slower), so you should be able to hard-code these values without issues:
Change the javascript include from facebook to the following (the bolded portion is whats changed):
/components/com_jfbconnect/views/xdreceiver/tmpl/default.php
<script src="https: //ssl.connect.facebook.com/js/api_lib/v0.4/XdCommReceiver.js"
/components/com_jfbconnect/helpers/facebookhelper.php
<script type=\"text/javascript\" src=\"https:
//ssl.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php\"></script>
Note: There's a space between https: // above. This is there, because otherwise, the forum inserts a smily. Don't put this space in your code!
Please let us know, and sorry for the delays in getting this response out!