facebook喜欢&发送按钮弹出方向 [英] facebook like & send button flyout direction

查看:115
本文介绍了facebook喜欢&发送按钮弹出方向的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何设置facebook弹出的方向等或发送按钮。我们目前浮动我们的Facebook社交插件在页面的右侧。

How can I set the direction of the facebook "flyout" on the like or send button. We currently float our facebook social plugins on the right side of the page. But, when someone opens the facebook "flyout" it opens right, expanding the page when ideally it would open to the left.

例如:http://compfight.com

我保证,我们不需要你喜欢这个网站:)任何帮助非常感谢。

I promise, we don't need you to like the site:) Any help would be greatly appreciated.

<div class="side-right">
    <fb:like href="http://compfight.com" send="true" layout="button_count" width="150" show_faces="false" action="recommend" font="" class=" fb_edge_widget_with_comment fb_iframe_widget">
</div>

类右侧有一个float:right;

The class side-right has a float:right; and text-align:right attached to it.

推荐答案

尝试将此样式添加到您的网页:

Try adding this style to your page:

<style>
.fb_edge_widget_with_comment span.fb_edge_comment_widget {
left: -300px !important;
}
</style>

这篇关于facebook喜欢&amp;发送按钮弹出方向的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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