Embed Google Script into webpage.
-
WordPress.com doesn’t allow iframes, but for some reason it will allow an iframe if it is a Google Form.
What I need to do is embed a Google Script into my website.Here is the SCRIPT URL: https://script.google.com/macros/s/AKfycbznp-GN52IeaQ7H4_ZGAVydYbEpopHLPtg2XY0yipicWojHkFc/exec
and here is my WEBPAGE to embed it into: http://crystalmixing.com/online-mixing/
Below you can see the code to embed a Google Form into my WEBPAGE. This works.
<iframe src=”https://docs.google.com/a/crystalmixing.com/forms/d/1hUsQJjUg2PHVxJHEh8j4fOwYGdHEQ551y7ILiuA6Pho/viewform?embedded=true” width=”760″ height=”500″ frameborder=”0″ marginheight=”0″ marginwidth=”0″>Loading…</iframe>
Can I not just replace the DOC URL with my SCRIPT URL?
If so how would I do this?The blog I need help with is: (visible only to logged in users)
- The topic ‘Embed Google Script into webpage.’ is closed to new replies.