I am using AJAX and in the page I have used this script. It s working on local server. But it s not working on the live server.
<script src="http://connect.facebook.net/en_US/all.js#xfbml=1"
type="text/javascript"></script>
<script type="text/javascript">
//<![CDATA[
var fb = document.createElement( fb:like );
fb.setAttribute("href","<?php echo http://bagstudio.co.uk/menu_details.php?pid= .$product_id; ?>")
fb.setAttribute("layout","button_count");
fb.setAttribute("show_faces","false");
fb.setAttribute("width","100");
fb.setAttribute("font","arial");
document.getElementById("FaceBookLikeButton").appendChild(fb);
//]]>
</script>