无法使用带有iframe的google docs api显示文档文件

时间:2019-05-28 11:45:47

标签: php iframe google-docs-api

我想在浏览器中显示doc文件。我在iframe中使用Google Docs API。但是它向我显示了Google文档拒绝连接的错误。我想摆脱这个错误,请帮帮我。.

这是我在php中的代码,$file是一个变量,我在其中获取文件名,必须将其与iframe连接起来。

   echo '<iframe src="http://docs.google.com/gview?url=http://192.168.0.56/orangehrm/admin/images/"'.$file.'&embedded=true" style="width:600px; height:500px;" frameborder="0"></iframe>';

1 个答案:

答案 0 :(得分:0)

基于此博客文章-Embedding a Google Doc

Google提供了一个iFrame来嵌入您的Google文档。默认情况下,出于安全原因,WordPress会删除iFrame代码。在可视和文本模式之间切换或发布时,iFrame代码将消失。为防止这种情况,您需要更改提供的iFrame代码。

例如:

尝试更改:enter image description here

收件人:

enter image description here