如果我只运行其中一个,那么它可以正常显示。
如果我同时运行这两个代码,最先出现的代码将显示,而最下面出现的代码不会显示。
我认为有一些冲突。
有人面临这个问题吗?
<html doctype="XHTML 1.0 Transitional" xmlns:fb="http://www.facebook.com/2008/fbml">
<head></head>
<body>
<div class="fbLikeButton">
<fb:like show_faces="false" width="300"></fb:like>
<div id="fb-root"></div>
<script>
window.fbAsyncInit = function() {
FB.init({appId: XXXXXXXX , status: true, cookie: true,
xfbml: true});
};
(function() {
var e = document.createElement( script );
e.type = text/javascript ;
e.src = document.location.protocol + //connect.facebook.net/en_US/all.js ;
e.async = true;
document.getElementById( fb-root ).appendChild(e);
}());
</script>
<br>
</div>
<!-- facebook code -->
<div align="center">
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_US"></script>
<script type="text/javascript">FB.init("de15667c632963d186082c258e3cc970");</script>
<fb:fan profile_id="XXXXXXXXXX" stream="0" connections="6" width="155" height="350"></fb:fan>
</div>
</body>
</html>