• Hello,
    I am using Facebook comments in my website which requires Facebook JS SDK. I’ve noticed that the plugin conflicts with it: the floating share buttons do not load what the API is enabled. When I deactivate the JS SDK, the floating buttons start appearing but the comments section disappears with other Facebook social plugin, i.e. “Page Plugin (New Like Box)”

    I’ve also tried to replace the JS SDK module with this line <script src="https://connect.facebook.net/it_IT/all.js#appId=15825514086xxxxx&xfbml=1"></script> but the problem remains the same.

    https://www.ads-software.com/plugins/cresta-social-share-counter/

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author CrestaProject

    (@crestaproject)

    Hi Encoder,
    are you using a plugin to integrate Facebook comments on your site?

    I just tried it with this: https://www.ads-software.com/plugins/facebook-comments-plugin/ and everything seems to go well

    Best,
    CrestaProject

    Thread Starter encoder

    (@encoder)

    Hi again,
    No, I am not using a plugin for the Facebook comments.
    This is the script I’m using to initialize the SDK:

    <script>
    	  window.fbAsyncInit = function() {
    		FB.init({
    		  appId      : '1582551408xxxxxx',
    		  xfbml      : true,
    		  version    : 'v2.3'
    		});
    	  };
    
    	  (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/it_IT/all.js";
    		 fjs.parentNode.insertBefore(js, fjs);
    	   }(document, 'script', 'facebook-jssdk'));
    </script>

    Plugin Author CrestaProject

    (@crestaproject)

    Hi Encoder,
    can you link me your website?
    If you prefer to tell me in private, you can use the contact form on this page: https://crestaproject.com/contact/

    Best,
    CrestaProject

    Thread Starter encoder

    (@encoder)

    Sorry for the delay ??
    I tested the website and I discovered that this error was caused by the cache plugin I was using. I had to deactivate that plugin and add the caching rules directly to the .htaccess file.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Plugin conflicts with Facebook API’ is closed to new replies.