Facebook page tab is empty even for google.com?

前端 未结 1 762
遇见更好的自我
遇见更好的自我 2020-12-22 08:48

I\'ve struggled with setting up a new Facebook page tab app for days. No matter what I do, I see a blank page (and believe me, I\'ve read everything that google could find o

1条回答
  •  北海茫月
    2020-12-22 09:28

    When you do, I suspect you'll see what I'm seeing...nothing (except for the familiar Facebook page header and footer)

    Get a better test browser then :-)

    Opera gives me the following message,

    Error

    https://google.com/

    The website does not permit its content to be displayed in a frame. It must be displayed in a separate window.

    – which was to be expected, since Google sends the HTTP header X-Frame-Options: SAMEORIGIN

    Regarding your problem with your own app page – check your server logs, to see if the request even comes up there; and if so, how it is answered.

    Then check if there’s a problem with your SSL certificate – Firefox for example won’t let you add an exception for your local test site if it’s displayed in an iframe (should show a warning message though). Can you reach your test page outside of Facebook, stand-alone?

    0 讨论(0)
提交回复
热议问题