【发布时间】:2013-12-03 08:59:07
【问题描述】:
我正在尝试将 Google 文档嵌入我的网站。但我遇到的问题是工具栏出现了。现在我通过了这里建议的答案 - Embed editable Google Docs spreadsheet without header & toolbar 如果您的网址像
<iframe src="https://docs.google.com/a/spreadsheet/ccc?key=0AuPY7UMZ5i78dGstaWh0b2h1ZmdyME9mSmpFMk5MYmc&usp=drive_web#gid=0;embedded=true" style="width:680px; height:860px;" frameborder="0"></iframe>
但是我的网址是这样的
<iframe src="https://drive.google.com/a/website.com/file/d/0B-PY7UMZ5i78UW5aUk5neW5mMTg/edit?usp=sharing;embedded=true" style="width:680px; height:860px;" frameborder="0"></iframe>
所以不是从 docs.google.com 开始,而是从 drive.google.com 开始。并且在任何地方添加 rm=minimal 并没有帮助。
此外,docs.google.com 的外观与 drive.google.com 相比似乎有所不同
【问题讨论】:
标签: embed google-sheets google-docs