Facebook Like Widget on粉丝页面,评论区域出了可见区域

问题描述:

当在粉丝专页上使用like或发送小部件时(如果您使用iframe标签或fbml,则不会有),用于注释的重叠部分始终位于右侧。请参阅
http://twitpic.com/4q7ggi

When using the like or send widget on a Fan Page (no mater if you use iframe tag or fbml for it) the overlay for commenting is positioned always to the right. see http://twitpic.com/4q7ggi for example.

我找不到一个方法来获得小部件尊重520px边界的facebook选项卡。
请参阅 http://www.facebook.com/pages/Ludwig-Test/127771653944246 ?sk = app_101150316644842 示例。
任何人都有想法如何解决这个问题?

I cant find a way to get the widget to respect the 520px boundary of the facebook tab. see http://www.facebook.com/pages/Ludwig-Test/127771653944246?sk=app_101150316644842 for an example. Anyone an idea how to solve this ?

TIA
Rufinus

TIA Rufinus

尝试将它添加到您的css:

Try adding this to your css:

.fb_edge_comment_widget {
    margin-left: -350px;
}

这会将注释框移动到左边,按钮也会移动(你可以尝试用另一个元素覆盖)。它只会在你使用XFBML而不是iframe的时候工作。

This will move comment box to the left, but the little arrow pointing to the button will move too (which you could try to cover with another element). It will only work if you're using XFBML, not an iframe.

以下是示例