Hi, I am a student and practice how to put a box like this, pasting the code into a simple html using notepad, here is a simple code that I write using a connection code:
<html> <head> <title>My Great Web page</title> </head> <body> <iframe src="//www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Febitesblog&width=292&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=590" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:590px;" allowTransparency="true"></iframe> </body> </html>
and when I try to execute in the browser, it says: This page not found Web page not found:
file://www.facebook.com/plugins/likebox.php?href=http%3A%2F%2Fwww.facebook.com%2Febitesblog&width=292&colorscheme=light&show_faces=true&border_color&stream=true&header=true&height=590 Error 6 (net::ERR_FILE_NOT_FOUND): The file or directory could not be found
hope guys it fix my problem, thanks :)
source share