我正在使用AJAX,在页面中我使用了这个脚本。 它正在本地服务器上工作。但它不适用于实时服务器。
<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>
答案 0 :(得分:0)
您是否检查了错误控制台。您可能在页面上的其他位置出现错误。这可能会导致整个事情崩溃。我建议,因为你的代码对我来说非常好。还要验证实际上是一个标识为FaceBookLikeButton