Google Api Key
-
Apparently as of June 22, 2016 Google Maps V3 no longer supports keyless access so I need to get a key for my maps.
I have tried editing the following
class-easy-listings-map-public-single-map.php
class-elm-public-google-map-render.phpin this line I’m pasting in the edited version
wp_enqueue_script( ‘google-map-v-3’, $protocol . ‘://maps.googleapis.com/maps/api/js?v=3.exp&key=AIzaSyCQY3kkx-hmfYCgAkMt46iAqrIwW2sb6jg’ );but it didn’t work.
I also tried installing Google Maps API KEY plugin and using the same key. It doesn’t work.I get the following in the console
Google Maps API error: InvalidKeyMapErrorIs there something I am missing?
Thanks
Regards
Antonio
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Google Api Key’ is closed to new replies.