Cannot see facebok like button

moyachiche

New Member
i've checked the other similar questions and tried various solutions and none have worked.Here's what i got:\[code\]<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 = "http://stackoverflow.com//connect.facebook.net/es_LA/all.js#xfbml=1"; fjs.parentNode.insertBefore(js, fjs);}(document, 'script', 'facebook-jssdk'));</script>---<div class="fb-like" data-href="http://www.facebook.com/clavedrock" data-send="true" data-layout="button_count" data-width="450" data-show-faces="false" data-font="verdana"></div>\[/code\]I have checked with the debugger: https://developers.facebook.com/tools/debugCan someone help me??Thanks!
 
Back
Top