api key not valid
Status: Planning
Brought to you by:
jeroenmx
Hello,
I grabbed your TinyMCE addon today. Upon playing with it at first I kept running into the problem that the API key could not be verified.
I think I found the problem but I'm no good with javascript so I'm not sure how to solve the issue without hard coding.
The issue seems to be here:
in googlemaps.htm / line 12
<script src="http://maps.google.com/maps?file=api&v=2&sensor=false&key=API-KEY" type="text/javascript"></script>
API-KEY needs to be replaced with the key given from google. I don't know if this can be done dynamically or not, but once I did that everything seems hunky dorey.