Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

i have placed a facebook like and recommend button on my site but for some reason is is not rendering.

i have replaced the application and pointed the url but still no luck.

when im trying to check the embedded iframe i see a message that is invisible to the user "Invalid Application ID: The provided Application ID is invalid"

this is the code im using

        <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_US/all.js#xfbml=1&appId=43175532*****";
      fjs.parentNode.insertBefore(js, fjs);
    }(document, 'script', 'facebook-jssdk'));</script>
    <div class="fb-like" data-send="false" data-layout="standard" data-width="450" data-show-faces="false"></div>
share|improve this question
And your appid is ok? I would check with your developer console to see if everything is ok there. – Gerald Versluis Aug 22 '12 at 9:33
yes everything seems fine , no error message and nothing – lior r Aug 22 '12 at 9:35
you can view the page here allencarrisrael.com/?page_id=1375 – lior r Aug 22 '12 at 9:35
I'm seeing two Facebook like buttons? – Gerald Versluis Aug 22 '12 at 9:41
forget about it , found the problem , there was a multiple js code and one of them didnt have the correct app id – lior r Aug 22 '12 at 9:41

closed as too localized by casperOne Aug 23 '12 at 12:25

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that is not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, see the FAQ.