我希望有人能夠幫助我:我嘗試了Facebook的按鈕插件代碼生成器的HTML5,我不能得到按鈕來顯示。這裏是我的代碼(我到想只是網頁上的按鈕),我們的網站取代與谷歌:添加一個Facebook Like按鈕
<!doctype html>
<html>
<head>
</head>
<body>
<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_US/all.js#xfbml=1";
fjs.parentNode.insertBefore(js, fjs);
}(document, 'script', 'facebook-jssdk'));</script>
<div class="fb-like" data-href="http://www.google.com" data-send="false" data-width="450" data-show-faces="true"></div>
</body>
</html>
我缺少什麼? 謝謝。
的可能重複(http://stackoverflow.com/questions/9212319/ [Facebook的喜歡按鈕我的網頁上沒有出現,我究竟做錯了什麼?]這個facebook-like-button-doesnt-appear-on-my-page-what-am-i-doing-wrong) – Rufinus 2012-07-29 11:41:41