Setting the height of iframe Tabs for Facebook profile Pages

前端 未结 6 1549
深忆病人
深忆病人 2021-02-05 09:04

As we know that Facebook has introduced iframe Tabs for Pages. I have developed an application and added the tab of the application in a profile page, application tab is opened

6条回答
  •  后悔当初
    2021-02-05 09:25

    It's quite easy to achieve. You have to set up the application in the Facebook Integration tab as an IFRAME and the size of the frame as "Auto-resize".

    Now, on your server, you have to add the following code before the tag:

    This will auto resize it. It also helps if you add overflow:hidden to the BODY tag.

提交回复
热议问题