I cannot get the Google maps on the contact page (Carpenter) to work.
I have created an API key and I am using the exact same code URL which Google use as an example to make sure it works before I put my own location in.
Here it is:
https://www.google.com/maps/embed/v1/place
?key=AIzaSyC2uUfH1mxqGxxxxxxxxxxxxxxx (replaced some of my key with xxx)
&q=Eiffel+Tower,Paris+France
However, I get this error message on the contact page:
Google Maps Platform rejected your request. Invalid request. Missing the ‘q’ parameter.
But, as you can see the “q” parameter is specified.
Thanks