Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    maybe this tutorial can help you out – https://wp-events-plugin.com/documentation/google-maps/api-key/

    Thread Starter cefaloide

    (@cefaloide)

    Perfect, problem solved!

    Many Thanks.

    Its not a problem with plugins but another js who load api by the theme.
    The solution is here, if you have created api key on google developer page and have installed Wp Google Maps Plugin, you can add that simple JS on footer or to any other page you want to load Google Maps.

    <script type=”text/javascript”
    src=”https://maps.googleapis.com/maps/api/js?key=PUT_YOUR_KEY_HERE&libraries=geometry,places”>
    </script>

    I just used Geometry and Places to load on Google Maps, bur you can add other options there.
    This JavaScript its not only for WordPress CMS but you can use it on other platforms either.

    Peace

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Google Maps API Key Error/Warning’ is closed to new replies.