2010-04-28 8 views
3

내 웹 사이트에 좋아하는 상자를 통합하려고합니다. 작동하지 않아 샘플 페이지를 만들었는데 (또한 작동하지 않습니다).Facebook Like Box가 작동하지 않습니다.

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

나는 또한 샘플은 iframe 코드를 사용하고 있습니다 (광산 작동하지 않았다을, 그래서 나는이 시도)에서 촬영 : 는 http://developers.facebook.com/docs/reference/plugins/like-box

샘플 페이지는 여기에 있습니다 :

http://www.plugb.com/fb-test.php

어떻게 해결할 수 있습니까?

미리 감사드립니다.

답변

3

생성하는 코드에 버그가있는 것 같습니다. 생성하는 URL에서 "profile_id"를 "id"로 바꾸면 제대로 작동해야합니다.