Topic-icon Severals problems with various browsers on SC Login

Active Subscriptions:

None
13 years 11 months ago #24468 by vcl
Hello ,

First congratulation for your work, everything seems to work but i have a big problem with the SC Login module, on these browsers :
google chrome,
safari,
internet explorer

If i use javascript for the facebook connect button , the button don't appear each time the page is loaded, and when it appeared I must click on the disconnect button of joomla, before to be able to log correctly with my facebook account, if i don't click on the disconnect button, the popup who ask us to connect our facebook account don't appear. If i click one time on the disconnect button , and i click after on connect with facebook all is ok.

Of course i tried with an image link , like this the image always appear but , here too i must click on my disconnect button of joomla before to be able to success with the facebook connection.

On Mozilla :

With javascript : the buttons connect with facebook never appeared.
With an image link : The link appear but totally impossible to connect with my facebook account.

This is the link of my website : Virtual clubbing Lifehttp://www.virtualclubbinglife.com

Many thanks by advance for your help.
The topic has been locked.
Support Specialist
13 years 11 months ago #24472 by alzander
Vcl,
There's a few definite problems with your site that should be able to be fixed pretty easily. Mainly, you have a few different Facebook extensions on your site and they are causing conflicts with some of the features we need loaded from Facebook.

First, something is included the following file:
static.ak.fbcdn.net/connect.php/js/FB.Share
That file is an obsolete file from Facebook for their old (2+ years ago) share button. That javascript file is almost certainly the cause of *most* of your problems since Facebook specifically recommends not including that file anymore.

Next, something else is including:
//connect.facebook.net/en_GB/all.js#xfbml=1

That file is also included by JFBConnect. However, we have to initialize it in a very specific way to enable all of the features of JFBConnect. Having the double inclusion on your page will definitely slow things down and *may* be causing some of your other issues.

Fix those things and I think you'll be in a much better position.

Hope that helps, and good luck!
Alex
The topic has been locked.