Important:
This support area is for Kalium 3 users only. Support for Kalium 4 has moved to our new platform at support.laborator.co. If you’re using Kalium 4, please create a new account there using your email and license key. A password will be sent to you automatically.

Okay
  Public Ticket #872235
Google Maps
Closed

Comments

  •  2
    Victor started the conversation

    Hello,

    I use your template, and i want to put an google map on my site, but when i download your code, google maps not working. I think that this its because i don't have an google maps API KEY, then i go to google and genera one API KEY, but i am looking for where put this API KEY but i didn't  found where i put this code.

    Can u help me'

    Thank u

  • [deleted] replied

    Hi Victor,

    In order to apply the Google API key, in <script> tag add the src with API key like shown below:

    <script src="http://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>

    This should work for you.