Viewing 6 replies - 1 through 6 (of 6 total)
  • Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    Thank you for contacting us!

    We don’t use CustomerChat plugin from Facebook. Please provide a screenshot with this warning, since it is not clear what you are talking about.

    Thread Starter John

    (@dsl225)

    Hi,

    If I’m not wrong, this part of the message above

    # meaning replace sdk.js with sdk/xfbml.customerchat.js.

    refers to this script found at my pages:

    <div id="fb-root"></div>
                <script>
                    window.fbAsyncInit = function() {
                        FB.init( {
                            appId            : 1443946719181573,
                            autoLogAppEvents : true,
                            xfbml            : true,
                            version          : 'v3.2'
                        });
                    };
    
                    ( 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 = "https://connect.facebook.net/en_US/sdk.js";
                        fjs.parentNode.insertBefore( js, fjs );
                    }( document, 'script', 'facebook-jssdk' ) );
                </script>

    And, again if I’m not wrong, this script is found in file facebook-button-plugin.php

    I may be wrong, but this is the only reference of “sdk.js” I found.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    As we said earlier, we don’t use CustomerChat plugin from Facebook. So you can ignore this message, it will not affect the work of the “Facebook Button by BestWebSoft” plugin.

    Thread Starter John

    (@dsl225)

    Thanks well noted.
    But if you don’t use it better remove the code from the file.

    Plugin Author bestwebsoft

    (@bestwebsoft)

    Hi,

    We will study this problem and remove the unnecessary code in future updates.

    Thread Starter John

    (@dsl225)

    Thanks!

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘FB warning at Inspect Console’ is closed to new replies.