facebook like box does not work

I have a facebook fanpage: www.facebook.com/derwettprofi

I wanted to create a like box. Although I use the code generated by facebook it does not work. I created the following simple html page:

<HTML>
    <BODY>
        <iframe src="//www.facebook.com/plugins/likebox.php?href=https%3A%2F%2Fwww.facebook.com%2Fderwettprofi&amp;width=292&amp;height=62&amp;colorscheme=light&amp;show_faces=false&amp;header=false&amp;stream=false&amp;show_border=false&amp;appId=567203116676137" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:62px;" allowTransparency="true"></iframe>
    </BODY>
</HTML>

But when called in the browser it looks like this: 在这里输入图像描述

I do not understand what is happening? The response is empty. Why does it not work?


You need to put the http:// in front of www. This happened to me as well


it is because your website is on localhost. Try uploading it to an online host, that should solve your problem.

链接地址: http://www.djcxy.com/p/53386.html

上一篇: 使用像框一样的Facebook认证问题

下一篇: facebook的框子不起作用