我看到这个问题被问了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>
^^ for 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小部件,它出现在预览中,但当我把它放在页面上时,我希望它只是一个盒子没有任何反应。
任何想法
谢谢, GA
答案 0 :(得分:0)
我认为你出错的地方是你要放置网址http://www.authenticmainelobster.com/,你应该放置你的Facebook页面网址,这应该是“http://www.facebook.com/AuthenticMaineLobster”(或者你的实际情况) FB页面是。)