What elements are necessary for a successful implementation of google.load()
? I encountered the following error:
google is not defined
Referring to this page, I was under the impression that I needed to include this:
<script type="text/javascript"
src="http://www.google.com/jsapi?key=ABCDEFG">
</script>
However, upon adding it, I received the following error message:
"window.LoadFirebugConsole" is not a function.