Best Premium and Free WordPress Themes › Forums › Education Base Pro › Map section on main page › Reply To: Map section on main page
March 17, 2019 at 3:49 pm
#48403
Participant
Maybe not right… Not working… GOT A KEY FROM GOOGLE (using 1yr free trial)
function at_gmap_loadmap() {
var script = document.createElement(‘script’);
script.type = ‘text/javascript’;
script.src = ‘https://maps.googleapis.com/maps/api/js?key=MY_PRIVATE_KEY_39_char’ +
‘&signed_in=true&callback=at_gmap_map_initialize’;
document.body.appendChild(script);
}