Topic-icon error in site check

Active Subscriptions:

None
8 years 8 months ago #54166 by sioux
error in site check was created by sioux
i have this error in site check:

Test: Facebook Javascript library inclusion
Fail: Another Facebook extension is installed, including the Facebook Javascript library, and may conflict.

how i can resolve?


best regards
sioux
The topic has been locked.
Support Specialist
8 years 8 months ago #54171 by mel
Replied by mel on topic error in site check
Please review the "What do these Autotune Error Checks mean?" question in our Common Support Questions and let us know if you're still having problems after trying the suggestions there.

-Melissa
The topic has been locked.
Active Subscriptions:

None
8 years 8 months ago #54176 by sioux
Replied by sioux on topic error in site check
hi Melissa

unfortunately still problems.
I disabled some plugins, but nothing.
attached the active plugins.

best regards sioux

File Attachment:
The topic has been locked.
Support Specialist
8 years 8 months ago #54177 by mel
Replied by mel on topic error in site check
Looking at your source code, the sdk.js is being included twice. This is slightly different from the normal problem of the two conflicting all.js and sdk.js libraries being added. I am not sure if you'd actually run into any functional problems with the sdk.js library being added twice. However, we'd still recommend removing it in case it does interfere with any functionality and would help speed up your page load, etc.

At least from the comment in the following code block on your page., it looks to be coming from an extension adding fonts. This might help you narrow it down more.
<script type="text/javascript">
WebFont.load({
google: {
families: [ 'Open Sans', 'Open Sans Condensed', 'Ubuntu Condensed' ]
}
});
</script>

<script>
  window.fbAsyncInit = function() {
    FB.init({
      appId      : '1733226926904678',
      xfbml      : true,
      version    : 'v2.4'
    });

    // ADD ADDITIONAL FACEBOOK CODE HERE
  };

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

<!-- end font google -->
The topic has been locked.
Active Subscriptions:

None
8 years 8 months ago #54189 by sioux
Replied by sioux on topic error in site check
thank's Melissa, now it'ok!
The topic has been locked.
Support Specialist
8 years 8 months ago #54192 by mel
Replied by mel on topic error in site check
Great, glad you got it resolved. Let us know if you run into any other problems.
The topic has been locked.