Facebook 发送按钮在 Tumblr 上的弹出窗口
在每个帖子的末尾 - 我需要放置 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我的发送按钮也遇到了同样的问题。您需要将 css 属性设置为它所在的任何容器,
这解决了我的问题。 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
That fixed the problem for me. Facebook suggests that here:
http://developers.facebook.com/docs/reference/plugins/send/