3

Google Scripts has a way to be embedded into a Google Site, but I'm wondering if I could use a Google Script with a website that's not hosted by Google. The purpose of this google script is as a simple alternative to Javascript for the simple functionality of accessing a Google Spreadsheet.

2
  • google script? which one? Can you post the link to the site? or to the script page Commented Mar 17, 2013 at 3:08
  • I don't have any specific examples at the moment as I would like to know if a Google Script for the purpose of editing a Google Spreadsheet could even be added to a website before going through the process of making it. Commented Mar 17, 2013 at 17:45

1 Answer 1

3

It's currently not possible to embed an Apps Script interface in a non-google web site. You can publish a script as a web app and it will have it's own URL, but you can't embed it in an iframe.

Sign up to request clarification or add additional context in comments.

2 Comments

Thank you, that's exactly the answer I was looking for.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.