I've used Exhibit in the past, including loading data from a Google 
Spreadsheet, but now am trying to implement it in a Google Site.  It seems 
the HTML Box is not allowed, but supposedly, there are tricks to get the 
library loaded through an App Scripts Gadget.

There is a reference to this being done in the past (see here 
<https://groups.google.com/forum/#!searchin/simile-widgets/google$20site/simile-widgets/GY_QV6t8E1I/waL684KlFB4J>),
 
but the page isn't documented nor is it clear how to re-implement this in 
App Scripts.  Anyone have any experience doing this and how to get the 
library loaded?

It seems that the Google App Script could be as simple as:
function doGet() {
  return HtmlService.createHtmlOutputFromFile('my_exhibit');
}

And the my_exhibit.html would include the frame (I'm surmising) HTML, and 
whatever tricks are necessary to get the library (or libraries) loaded.
Thanks!


-- 
You received this message because you are subscribed to the Google Groups 
"SIMILE Widgets" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/simile-widgets.
For more options, visit https://groups.google.com/d/optout.

Reply via email to