从今天开始,带有评论社交插件的 iframe autoResize 高度被切断
截至今天,我的社交评论插件已被切断。
在我的标签页设置中,我选择了流体高度。
我的主 div 高度为:100%
然后我有一个脚本,用于自动调整页面大小并在您单击“显示更多”时显示所有评论。昨天这工作正常。
<script>
window.fbAsyncInit = function() {
FB.Canvas.setAutoResize();
}
</script>
这是我的标签页的链接: http://hostfb.com/files/2598/af1d87a797314ed16ec3db8b3f094c45f30f8cf3/ https://www.facebook.com/dewafelbakkers?sk=app_246342282051389
我需要我的页面扩展以显示十条评论,然后扩展更多以显示更多评论(如果单击)。
As of today my social commenting plugin is getting cut off.
In my tab page settings I chose fluid for height.
I have my main div with height:100%
Then i have a script that I used to auto resize the page and show all the comments if you clicked show more. This was working fine yesterday.
<script>
window.fbAsyncInit = function() {
FB.Canvas.setAutoResize();
}
</script>
Here is a link to my tab page:
http://hostfb.com/files/2598/af1d87a797314ed16ec3db8b3f094c45f30f8cf3/
https://www.facebook.com/dewafelbakkers?sk=app_246342282051389
I need my page to extend to show ten comments and then extend more to show more comments if clicked.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
删除包裹插件控件的 div 上的固定高度 500(在 fb-root div 右侧)。
Remove the fixed height of 500 on the div that wraps the plugin control (right about fb-root div).