我的问题是,当我尝试在本地运行时,没有显示类似按钮。在JSfiddle上它起作用,我不明白为什么。
JSFiddle:http://jsfiddle.net/fmzu6738/
使用我想要实现的代码,如果我点击“赞”按钮,我喜欢该页面并且页面会自动重定向到facebook端
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xmlns:fb="http://ogp.me/ns/fb#">
<head>
<title>bla</title>
</head>
<body>
<div id="Div1">
</div>
<script type="text/javascript">
(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>
<div id="fb-root">
</div>
<fb:like href="https://www.facebook.com/Bxyz" send="true" show_faces="false" data-layout="button" data-action="like" data-show-faces="false" data-share="false">
</fb:like>
<script src="http://connect.facebook.net/en_US/all.js"></script>
<script>
FB.init({
status: true, // check login status
cookie: true, // enable cookies to allow the server to access the session
xfbml: true // parse XFBML
});
</script>
<script type="text/javascript">
FB.Event.subscribe('edge.create', window.location.href = "https://www.facebook.com/xyz";);
</script>
</body>
</html>
这里有什么问题?非常感谢你!
答案 0 :(得分:0)
Facebook api需要HTTP服务器,例如&#34; apache,IIS等。&#34; 确保您使用本地服务器,例如&#34; xammp,apache,mamp for mac&#34;