从今天开始,带有评论社交插件的 iframe autoResize 高度被切断

发布于 2024-12-02 09:26:16 字数 671 浏览 2 评论 0原文

截至今天,我的社交评论插件已被切断。

在我的标签页设置中,我选择了流体高度。

我的主 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 技术交流群。

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

发布评论

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

评论(1

白首有我共你 2024-12-09 09:26:16

删除包裹插件控件的 div 上的固定高度 500(在 fb-root div 右侧)。

Remove the fixed height of 500 on the div that wraps the plugin control (right about fb-root div).

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