Embedding Google Apps Script WebApp in WordPress Page

岁酱吖の 提交于 2019-12-01 13:04:51
zorro2b

To save others digging for this answer, it is possible by using setXFrameOptionsMode:

https://developers.google.com/apps-script/reference/html/html-output#setxframeoptionsmodemode

The Inline Google Spreadsheet Viewer, despite the name, is a plugin for WordPress that can embed the output of any public Google Apps Script Web App without an iframe.

Edouard Delga

The Inline Google Spreadsheet Viewer doesn't work for Webapp. I think the only way to communicate with google app script from your own website is to use this solution :

https://www.youtube.com/watch?v=JRGzVdliQOQ

Take a look at this discussion :

https://code.google.com/p/google-apps-script-issues/issues/detail?id=852

App Script HTMLService App in iFrame

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!