我正在建設一個網站,我希望能夠「喜歡」它使用Facebook。我看了一眼自己的SDK,它似乎相當直截了當......Facebook的按鈕沒有出現在我的頁面上,我做錯了什麼?
我「製造」這樣的:
<html>
<head>
</head>
<body>
<h1>Testing the Facebook like button</h1>
<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_GB/all.js#xfbml=1&appId=177127339057410";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="http://yannbane.blogspot.com/" data-send="false" data-width="450" data-show-faces="true"></div>
</body>
</html>
我保存爲「index.html的」我的電腦上。現在,當我嘗試打開它時,它只顯示「測試Facebook像按鈕」標題,並繼續加載,並沒有真正發生。怎麼來的?我當然不會試圖「喜歡」index.html,但我的博客(http://yannbane.blogspot.com/),所以我認爲應該沒有問題,在本地打開它...
我沒有使用過這個API,但應該js.src =「//connect.facebook.net在協議開始之前」//「? (像http://)? – Tim 2012-02-09 14:25:59