Embedding Google Apps Script WebApp in WordPress Page

后端 未结 3 1923
感动是毒
感动是毒 2021-01-16 13:07

I\'ve done a great deal of research on how to workaround Wordpress\'s iframe restrictions and I\'ve been able to get it to work using various plugins with common services (g

相关标签:
3条回答
  • 2021-01-16 13:21

    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

    0 讨论(0)
  • 2021-01-16 13:25

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

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

    0 讨论(0)
  • 2021-01-16 13:39

    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.

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