Facebook Like Box not working

Posted by Gabriel Bianconi on Stack Overflow See other posts from Stack Overflow or by Gabriel Bianconi
Published on 2010-04-28T19:14:23Z Indexed on 2010/04/28 19:17 UTC
Read the original article Hit count: 323

Filed under:

Hello.

I'm trying to integrate a Like box in my website. It wasn't working, so I created a sample page (which also doesn't work).

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> 
    <title>FB TEST</title>
</head>

<body>
    <iframe src="http://www.facebook.com/plugins/likebox.php?profile_id=185550966885&amp;width=292&amp;connections=5&amp;stream=false&amp;header=true" scrolling="no" frameborder="0" allowTransparency="true" style="border:none; overflow:hidden; width:292px; height:px"></iframe>
</body>
</html>

I'm also using the sample iframe code (mine didn't work, so I tried this), taken from: http://developers.facebook.com/docs/reference/plugins/like-box

How can I fix this?

Thanks in advance.

© Stack Overflow or respective owner

Related posts about facebook