Hi! I got my API key, but I’m not sure where I’m supposed to include it. Does anyone know how to fix this?
Thanks a lot! 😉
Hi @anacamelo
Sorry for missing this post.
You can add your API key to your map by going to ‘Maps’ -> ‘Settings’ -> ‘Advanced Settings’ and entering it in the relevant field.
Does this help?
Hello,
I have sucessfully installed go_maps into my new typo3 7.6 website for our holiday flat. Also I have got an google API key. My problem is now how to insert the key into the extension.
Bei searching the extension directory I found two .txt files (constants.txt and setup.txt). I assume here must the key be implemented, but how is the correct coding. I try different versions but I alwas got an error-message from google (I’m not very familiar with typo script / java)
Can you please advise me how to do it in the rigt way?
Herbert
Hello,
one step forward. By implenting as address a biger city (I take KIEL) and the press the update-button I now got a map, and I can implent the map as my page content. But in the frontend is only shown the Header of the content element but no map!
Hi @crypton
Unfortunately go_maps is a jQuery extension and not a part of our plugin, however their guide recommends adding a script that looks like this to the page:
<script type="text/javascript" src="http://maps.google.com/maps/api/js?sensor=false"></script>
You can add your API key in here to look like this:
<script type="text/javascript" src="http://maps.google.com/maps/api/js?key=MY_API_KEY"></script>
I hope this helps?