Facebook标签应用程序:将iframe扩展到max
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Facebook标签应用程序:将iframe扩展到max相关的知识,希望对你有一定的参考价值。
removes scrollbars and expand to content height.
<!-- FACEBOOK REMOVE SCROLL ========================================= --> <script type="text/javascript" src="https://connect.facebook.net/en_US/all.js#xfbml=1"></script> <script type="text/javascript"> window.fbAsyncInit = function() { FB.init({ appId: 'APP-ID', }); FB.Canvas.setAutoGrow(); } </script> <style> body{overflow:hidden;} </style>
以上是关于Facebook标签应用程序:将iframe扩展到max的主要内容,如果未能解决你的问题,请参考以下文章
javascript chrome扩展:将字符串元素添加到Iframe
在 iframe 中使用 chrome 的 post message API