ugh i had it working and now its not, getting 'Invalid query parameter value for grid_id.'
On Fri, Jun 20, 2014 at 3:32 PM, . <[email protected]> wrote: > got it working with <link rel="exhibit-data" type="application/jsonp" href > =" > https://spreadsheets.google.com/feeds/cells/1LlKMRSp4I7GZLf4V9VHWSa78mxRQbMEjzxG5qH64KyU/1462291997/public/basic?alt=json-in-script" > > > http://dublinstreams.com/tds/exhibit3/mailinglist.html > > so its https://spreadsheets.google.com/feeds/cells/ > <https://spreadsheets.google.com/feeds/cells/1LlKMRSp4I7GZLf4V9VHWSa78mxRQbMEjzxG5qH64KyU/1462291997/public/basic?alt=json-in-script> > [key]/[index]/public/basic/?alt=json-in-script > <https://spreadsheets.google.com/feeds/cells/1LlKMRSp4I7GZLf4V9VHWSa78mxRQbMEjzxG5qH64KyU/1462291997/public/basic?alt=json-in-script> > > key is long alpha numeric, index is the 1462291997 bit of > https://docs.google.com/spreadsheets/d/1LlKMRSp4I7GZLf4V9VHWSa78mxRQbMEjzxG5qH64KyU/edit#gid=1462291997 > > ex:converter="googleSpreadsheets" /> > > > > > > > On Mon, Jun 16, 2014 at 11:07 AM, Luis Miguel Morillas <[email protected] > > wrote: > >> I thint "?alt=json-in-script >> <https://docs.google.com/a/shenschools.org/spreadsheets/d/1QaeZO16WXDLcbLerHzZbTghgX7lLIR4qnpVZ7gbAoc8/pubhtml?alt=json-in-script>" >> doesn't work with new google spreadsheets api, does it? >> >> -- >> >> luismiguel >> >> El miércoles, 14 de mayo de 2014 16:42:43 UTC+2, John Bullington escribió: >>> >>> >>> I'm not good at this. Trying to just have teachers complete a form and >>>> then have the google sheet attached to that form display the data in an >>>> exhibit 3 page but can't seem to get the data to display at all. The >>>> spreadsheet is public and published (we are a google apps for edu domain). >>>> If copied html from other ehibit 3 samples and did substitution but >>>> nothing. Can someone look at html code below and advise. >>>> >>> >>> <html> >>> <head> >>> <title>Shen Educational Website Database</title> >>> <link rel="stylesheet" href="http://www.simile- >>> widgets.org/styles/common.css" type="text/css" /> >>> >>> >>> <link rel="exhibit-data" type="application/jsonp" href=" >>> https://docs.google.com/a/shenschools.org/spreadsheets/d/ >>> 1QaeZO16WXDLcbLerHzZbTghgX7lLIR4qnpVZ7gbAoc8/pubhtml?alt=json-in-script >>> " >>> >>> ex:converter="googleSpreadsheets" /> >>> >>> <<script src="http://people.csail.mit.edu/karger/Exhibit3/api/ >>> exhibit-api.js" type="text/javascript"></script> >>> >>> <style> >>> body { >>> margin-left:20%; >>> margin-right:20%; >>> } >>> table.show { >>> border: 1px solid #ddd; >>> padding: 0.5em; >>> } >>> div.name { >>> font-weight: bold; >>> font-size: 120%; >>> } >>> >>> </style> >>> >>> </head> >>> <body> >>> <h1>Shen Educational Website Database</h1> >>> <br /><br /><br /><br /><br /><br /> >>> >>> <table width="100%"> >>> <tr valign="top"> >>> >>> <td ex:role="viewPanel"> >>> >>> <div ex:role="view" ex:viewClass="Tabular" >>> ex:columns=".url, .grade, .subject, .description, .username" > >>> <table style="display: none;"> >>> <tr> >>> <td><a ex:href-content=".url"><b ex:content=".url"></b></a></td> >>> <td><span ex:content=".grade"></span></td> >>> <td><span ex:content=".subject"></span></td> >>> <td><span ex:content=".description"></span></td> >>> <td><span ex:content=".username"></span></td> >>> </tr> >>> </table> >>> </div> >>> >>> >>> </td> >>> >>> >>> <td width="25%"> >>> <h2>Search as you type:</h2> >>> <div ex:role="facet" ex:facetClass="TextSearch"></div> >>> <br /><br /><br /> >>> <h2>Filter by:</h2> >>> <div ex:role="facet" ex:expression=".grade" >>> ex:facetLabel="Grade(s)"></div> >>> <div ex:role="facet" ex:expression=".subject" >>> ex:facetLabel="Subject(s)"></div> >>> <div ex:role="facet" ex:expression=".username" >>> ex:facetLabel="Reviewer"></div> >>> >>> </td> >>> </tr> >>> </table> >>> </body> >>> </html> >>> >>> >>> >> -- >> 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. >> > > -- 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.
