我猜谷歌已经找到了一种方法来阻止 Google+ 在 iFrame 中加载,因为虽然我可以将https://www.google.com/放入页面的框架中,但我不能对https://做同样的事情plus.google.com/。它只是给出一个空白页。我正在尝试在我的自定义页面中嵌入环聊。谁能告诉我为什么这不起作用以及是否有办法使它起作用?我要做的就是在环聊之外添加一些小部件。这是 Google 在 Firefox 中返回的标头:
(Status-Line) HTTP/1.1 200 OK
Content-Type text/html; charset=UTF-8
X-Frame-Options SAMEORIGIN
P3P CP="This is not a P3P policy! See http://www.google.com/support/accounts/bin/answer.py?hl=en&answer=151657 for more info."
Content-Encoding gzip
Date Wed, 28 Sep 2011 07:23:04 GMT
Expires Wed, 28 Sep 2011 07:23:04 GMT
Cache-Control private, max-age=0
X-Content-Type-Options nosniff
X-XSS-Protection 1; mode=block
Content-Length 674
Server GSE
在 Chrome 中,它只是说页面没有响应。