我有一个运行以下代码的网站:
<iframe class="fanbox" width="472" height="220" src="http://www.connect.facebook.com/widgets/fan.php?href=<?php echo urlencode('http://www.facebook.com/my-website-page'); ?>&width=472&colorscheme=light&show_faces=true&stream=false&header=false&height=220&css=<?php echo urlencode('http://mywebsite.com/css/fb-style.css'); ?>"></iframe>
它工作正常,但似乎facebook删除了获取Fan Box的方法。现在我收到404 Not Found错误:http://www.connect.facebook.com/widgets/fan.php
它真的被移除/移动了吗?我现在该怎么办?
答案 0 :(得分:0)
你应该使用Like Box here。如果你只想要“粉丝”图像,那么取消选中“流”等,直到你得到你想要的。然后单击“获取代码”并在对话框中选择“IFrame”。
在您的示例中,它将是:
<iframe src="//www.facebook.com/plugins/likebox.php?href=<?php echo urlencode('YOUR_FB_URL'); ?>&width=292&height=258&show_faces=true&colorscheme=light&stream=false&border_color&header=false&" scrolling="no" frameborder="0" style="border:none; overflow:hidden; width:292px; height:258px;" allowTransparency="true"></iframe>