0

我看到这个问题被问了 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&amp;width=The+pixel+width+of+the+plugin&amp;height=80&amp;colorscheme=light&amp;layout=standard&amp;action=like&amp;show_faces=true&amp;send=false" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:The pixel width of the pluginpx; height:80px;" allowTransparency="true"></iframe>

什么都没有显示,或者链接只是显示,这取决于我输入的内容。我还使用了 DM 小部件,它显示在预览中,但是当我将它放在页面上时,我不希望任何事情发生,它只是一个框。

有任何想法吗

谢谢,嘎

4

1 回答 1

0

我认为你出错的地方是你把 URL http://www.authenticmainelobster.com/放在哪里,你应该把你的 Facebook 页面 URL 放在哪里,它应该类似于“ http://www.facebook.com /AuthenticMaineLobster "(或任何您的实际 FB 页面。)

于 2013-10-10T17:57:55.777 回答