Google Maps API integration – ERR_BLOCKED_BY_CLIENT
-
I am attempting to integrate the Google Maps API into my site. I’d much rather use my own custom JS than have to go through a bunch of plugins. I was hoping I would just be able to plug the usual script tag into the page to activate the API.
<scrip src="https://maps.googleapis.com/maps/api/js?key=my_key&callback=initMap&libraries=places,drawing" async defer>I’ve plugged my code into a Custom HTML block, but when it runs I am getting a ‘ERR_BLOCKED_BY_CLIENT’ error from the server. It does run the callback function, but nothing else. Is it possible to accomplish what I am attempting through WordPress, or is this just not possible?
The page I need help with: [log in to see the link]
The topic ‘Google Maps API integration – ERR_BLOCKED_BY_CLIENT’ is closed to new replies.