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

    (@jsmoriss)

    Facebook deprecated their v1 API. Although NGFB uses the new v2 API, and it works perfectly fine, any other plugin inserting the old v1 API into the webpage will break Facebook’s v2 API. So, first things first, try disabling all other Facebook related plugins and see if the problem fixes itself. 😉

    You can also view your webpage HTML code and look for the old “connect.facebook.net/en_US/all.js” code. The new v2 API uses “sdk.js” instead of “all.js”.

    js.

    Thread Starter mykkal

    (@mykkal)

    I have found none of the problems you mentioned. I put a link in my first post. Can you visit it and identify any problems pls?

    I see none of the things you mentioned.

    Plugin Author JS Morisset

    (@jsmoriss)

    Here’s your problem:

    <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>

    js.

    Thread Starter mykkal

    (@mykkal)

    This is fixed. the problem was jetpack. Please update your docs to let people know to disable jetpack social sharing

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Facebook Button isn't appearing’ is closed to new replies.