Is it possible to add a parameter to Simple Facebook Connect and the sfc_like_button function to cause the popup to fly out to the left?
现在,它飞到了右边,在我页面的黑色外包装下面
(见下文)这在Firefox、IE和Safari中都会发生。使用overflow:visible
在包含div
没有帮助。
我尝试在该div中使用定位和z-index并包含元素来将弹出窗口定位到包装器顶部,但没有成功。
这是Facebook上iFrame输出的一个不能更改的函数吗?
这是包括SFC的功能:
<?php sfc_like_button(array(\'width\' => \'125\', \'height\' => \'20\', \'layout\' => \'button_count\')); ?>
这是在页面源中生成的html:
<fb:like href=\'http://mydomain.com/page/\' send=\'false\' layout=\'button_count\' show_faces=\'true\' width=\'125\' height=\'20\' action=\'like\' colorscheme=\'light\' font=\'lucida+grande\'></fb:like>