facebook like box does not work

1.3k views Asked by At

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: enter image description here

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

2

There are 2 answers

0
user2144856 On

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

0
Andrei On

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