Facebook 标签高度滚动条
我制作了一个简单的 html 页面并将其设置在 facebook 粉丝页面选项卡上,但在粉丝页面上显示的选项卡显示了一个滚动条,但已经设置为自动调整大小,并且此 html 页面的高度很大我想隐藏滚动条并且显示完整页面
I make a simple html page and set it on facebook fan page tab but the tab which shows on fan page is shows a scroll bar buti already set to auto resize and the height of this html page is large i want to hide the scroll bar and show the complete page
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
我找到的对我有用的最佳解决方案是:
您需要设置 Facebook 应用程序画布设置,将画布高度设置为流体。

然后,在页眉中添加一些 javascript:
最后,强制我们的 body 和 html 标记避免 css 中的滚动条。
这对我删除所有滚动条很有用。它于 2011 年 10 月 18 日开始运行,但由于 Facebook 不断更改其代码,因此将来可能会发生变化。
关于 Facebook iframe 的完整文章可以在我的博客上找到:http: //gpiot.com/facebook-page-tab-hide-scroll-bars-from-iframe/
The best solution I found, which works for me is:
You need to setup the Facebook app canvas settings, Canvas height to Fluid.

Then, add some javascript in the page header:
Finally, force our body and html tag to avoid scroll bars in css.
This has worked for me to remove all the scroll bars. It's working on the 18th of October 2011, but because Facebook keep changing their code, it may change in the future.
A full article about Facebook iframe is available on my blog: http://gpiot.com/facebook-page-tab-hide-scroll-bars-from-iframe/
谢谢大家。
这是我的问题的答案;我将其发布在这里,以便将来如果有人发现这个问题也能得到答案,并且他/她的时间不会被浪费。我通过在索引页的
标记之前添加以下代码得到了解决方案
再次感谢大家。
Thanks to all of you.
Here is the answer of my question; I posted it here so that if any body find this question in future will also get the answer and his/her time is not wasted. I get the solution by adding the following code just before the
</body>
tag of my index pageOnce again, thanks to all.
这个解决方案对我有用
http://aarosant.com/2011/ 03/14/调整 facebook-iframe-tabs 的大小/
This solution works for me
http://aarosant.com/2011/03/14/adjust-the-size-of-facebook-iframe-tabs/
转到应用程序设置 ->高级设置->画布页面,您可以将宽度和高度从流体更改为固定
GO TO the App Setting -> Advanced setting -> canvas page there you can change width and height to fixed from fluid