• Resolved bluerobin35

    (@bluerobin35)


    My facebook share button stopped functioning when I wrote a post last week and is still not working today after I published a new post. It was working fine up until now.

    The error message i am getting is “app not set up – app in development mode”

    I did not have a developers app, but tried to set one up to see if it would fix the problem, but I really don’t know what I am doing as far as that is concerned. Not sure if I made the problem worse or not…

    This is my site: https://oldsinglebitterdrunk.com/

    Please advise

Viewing 4 replies - 1 through 4 (of 4 total)
  • 1. Replace your code with below one. App that your website using must be deleted from facebook by developer.
    https://prntscr.com/9u1sp8

    <div id=”fb-root”></div>
    <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_GB/sdk.js#xfbml=1&version=v2.5”;
    fjs.parentNode.insertBefore(js, fjs);
    }(document, ‘script’, ‘facebook-jssdk’));</script>

    Thread Starter bluerobin35

    (@bluerobin35)

    I went ahead and deleted the app on facebook developer.

    Where do I add that code?? I initially paid someone to set up the back end for me since I have no clue about coding…

    just after opening the <body tag.

    Thread Starter bluerobin35

    (@bluerobin35)

    Thank you so much!! That fixed the problem ??

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Facebook share button error’ is closed to new replies.