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>