Is it possible to embed a published Google App Script service into a website with a personal domain?
I am aware that there will be a yellow security banner at the top of the service.
This is the only article that I've found so far: python proxy to embed a google apps script service in an iframe
I've tried the following code examples with no success:
<iframe src="https://docs.google.com/macros/exec?service=[key]" frameborder="0"></iframe>
<embed xmlns="http://www.w3.org/1999/xhtml" src="https://docs.google.com/macros/exec?service=[key]"/>
Thanks,
Ryan