如何更改Facebook发送弹出式窗口? [英] How to change facebook send popup positions?

查看:126
本文介绍了如何更改Facebook发送弹出式窗口?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在网站底部使用喜欢和发送插件。但是,当点击发送按钮时,弹出窗口打开,不显示完整。弹出窗口如何打开?但不改变像发送按钮的位置。

解决方案

所以你必须添加一些负边距从左移动小部件弹出框左边,直到它进入可见区域。你可以在你的css中使用这个:

  .fb_edge_comment_widget {
margin-left:-370px!important; //使用适合您的数字
}

您需要添加一些margin-底部到父级div,按钮出现,所以它会强制弹出框显示一点点,完全可见...



这里是一个链接类似的问题:
Facebook像粉丝页面上的小部件,可见区域的评论区域



希望这有帮助。


I use like and send plugin on bottom of my site. But, when click send button, popup window opens down and does not shown full. How can I make popup opens to above? but not change like and send buttons positions. To change only positions of popup.

解决方案

So you have to add some negative margin from left to move the widget popup box to left till it comes in visible area. You can use this in your css:

.fb_edge_comment_widget {
    margin-left: -370px !important; //use any figure appropriate to you
}

You will need to add some margin-bottom to parent div where the buttons appear so it will force the popup box appear to a bit left and is completely visible...

Here is a link to similar question: Facebook Like Widget on Fan page, Comment area out of visible area

Hope this helps.

这篇关于如何更改Facebook发送弹出式窗口?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆