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.

Mogsdad
  • 44,709
  • 21
  • 151
  • 275
crarho
  • 119
  • 2
  • 9
  • google script? which one? Can you post the link to the site? or to the script page – SoWhat Mar 17 '13 at 03: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. – crarho Mar 17 '13 at 17:45

1 Answers1

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.

Eric Koleda
  • 12,420
  • 1
  • 33
  • 51