Facebook 发送按钮在 Tumblr 上的弹出窗口

发布于 2024-11-10 12:34:03 字数 193 浏览 0 评论 0原文

在每个帖子的末尾 - 我需要放置 Facebook 社交按钮(喜欢和发送)。我遇到的问题是在最后一个帖子上,即页面底部的帖子,当用户单击 facebook 发送按钮时,按钮下方会打开窗口,以发送帖子链接,但它会随着帖子而被切断包含在 div 中,我不想只是为了为该窗口腾出空间而将其填充。

我想知道是否有人知道如何修改按钮,使窗口出现在按钮上方而不是下方?

At the end of each post - I need to place the facebook social buttons (like and send). The problem I have - is on the very last post, ie the post at the bottom of the page, when a user clicks the facebook send button, the window opens below the button, to send the post link but it's cut off as the post is contained within a div and I don't want to pad it out just to make space for that window.

I was wondering does anyone know how to modify the buttons, such that the window appears above instead of below the button?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

暮凉 2024-11-17 12:34:03

我的发送按钮也遇到了同样的问题。您需要将 css 属性设置为它所在的任何容器,

overflow:visible

这解决了我的问题。 Facebook 在此建议:
http://developers.facebook.com/docs/reference/plugins/send/

I had this same problem with the send button. Your you need to set the css property for whatever container it's in to

overflow:visible

That fixed the problem for me. Facebook suggests that here:
http://developers.facebook.com/docs/reference/plugins/send/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文