facebook like buton code working on jsbin but not on my local html?
ive been going at this for hours now and still cant figure out why it doesnt work here on my local html file
see here in my jsbin it works fine:
http://jsbin.com/uhejis/1/edit
but i tried it on my local html page on three computers, xp, vista, and 7 and nothing whats wrong with it?? does this code work on your local computer??
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<!-- This is all the Meta Imports and customs -->
<head>
<meta property="og:title" content="Albuquerque Auto Repair" />
<meta property="og:type" content="company" />
<meta property="og:url" content="http://www.albuquerqueautomotiveservices.com/" />
<meta property="og:image" content="http://imageshack.us/photo/my-images/694/logovcm.jpg/" />
<meta property="og:site_name" content="Federated Automotive" />
<meta property="fb:admins" content="100005049606455" />
- </head>
<body>
- <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";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<p>hello world</p>
<div class="fb-like" data-href="http://www.facebook.com/FederateAutomotive" data-send="true" data-layout="button_count" data-width="450" data-show-faces="false"></div>
</body>
</html>