How to resize Facebook Canvas app (iFrame) correctly?

前端 未结 10 589
走了就别回头了
走了就别回头了 2021-02-06 09:25

I need to adjust canvas size after updating content of a page. I can do it explicitly by

FB.Canvas.setSize({ width: 760, height: 1480 });

howev

10条回答
  •  余生分开走
    2021-02-06 10:01

    This has worked for me:

    
    

    Note that you don't need FB.init unless you are using it for other reasons.

提交回复
热议问题