我看到这个问题被问了 1000 次,但似乎没有任何效果。我有这个网页http://www.authenticmainelobster.com/我m trying to get a face book like button. I
已经累了,也看了一些。我正在使用 Dream weaver cs6。我从脸书得到的代码是
<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.authenticmainelobster.com/" data-width="The pixel width of the plugin" data-height="The pixel height of the plugin" data-colorscheme="light" data-layout="standard" data-action="like" data-show-faces="true" data-send="false"></div>
^^ 用于 html,我也使用过 IFRAME
<iframe src="//www.facebook.com/plugins/like.php?href=http%3A%2F%2Fwww.authenticmainelobster.com%2F&width=The+pixel+width+of+the+plugin&height=80&colorscheme=light&layout=standard&action=like&show_faces=true&send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:The pixel width of the pluginpx; height:80px;" allowTransparency="true"></iframe>
什么都没有显示,或者链接只是显示,这取决于我输入的内容。我还使用了 DM 小部件,它显示在预览中,但是当我将它放在页面上时,我不希望任何事情发生,它只是一个框。
有任何想法吗
谢谢,嘎