• I’m using the Facebook Connect login, it functions properly in rendering on the site, when clicked, etc.

    The only problem is it is double-loading the site. If I go to one of my sites at http://naturalwellnessgirl.com, it loads the site completely, then reloads it. Disabling the plug-in fixes the issue.

    I went systematically through all of the plug-ins on my site and have confirmed this is only seen with FB Connect.

    Thanks for your help.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I have the same problem. Has anyone else encountered this and found a solution? So far this plugin has worked the best out of the bunch.

    Hi Everybody, we fixed this issue by removing the

    <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";
     fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>

    That was included in another part of the page, within a code provided by Facebook to display a fanbox.

    hope this will help

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘With plugin enabled, site loads, then reloads’ is closed to new replies.