2013-10-10 3 views
0

나는이 질문을 1000 번이나했지만 아무것도 작동하지 않는 것 같아 보인다. 나는이 웹 페이지 http://www.authenticmainelobster.com/을 가지고 있고 나는 m trying to get a face book like button. I을 피곤하고 몇 가지를 지켜 봤다. 나는 Dream weaver cs6을 사용하고 있습니다. 내가 페이스 북에서 무엇입니까 코드는 HTML에 대한상자 작업과 같습니다.

<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> 

^^ 내가 또한 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 위젯을 사용했으며 미리보기에 나타 났지만 페이지에 배치하면 아무 것도 그저 상자에 들어 가지 않게하고 싶다.

어떤 생각의

감사합니다, 조지아

난 당신이 잘못 어디로 가고 당신이 당신의 페이스 북 페이지 URL, 같은 것을해야한다 "퍼팅해야 URL http://www.authenticmainelobster.com/을 옮기고 생각

답변