Forum Discussion
exporting variables to be read in a Google docs spreadsheet
Howdy,
Sorry for my slow response here.
Someone asked for clarification on my post above. This script is actually making use of the jQuery library, so in order for it to work properly you've got to add a link to the library to your html file.
So you'll want to add the line of code (below) to the "story.html" and "story_html5.html" files after publishing the module for web. This line of code should be added immediately after the <head> tag in both files. It allows them to find and access the jQuery library which contains the instructions needed for the Javascript code to use Ajax to manipulate the Google Spreadsheet.
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
Note: You may need to alter the 1.9.1 portion of this link to the latest version depending upon when you're seeing this message.
I hope that helps. I'm happy to take a look at projects that aren't working properly to see if I can suss it out.
Kind regards,
Jedidiah