I have google map shortcode in footer on website -> http://www.centrallondontoastmasters.co.uk
However when the site runs I get Sorry Something went wrong.
Java console reports:
Google Maps API error: MissingKeyMapError https://developers.google.com/maps/documentation/javascript/error-messages#missing-key-map-error
Here is the shortcode
[google_map lat=“51.5040264” lng="-0.08144" zoom=“15” drag=“true” height=“60%”][google_map_marker lat=“51.5046277” lng="-0.0835002" info=“Upstairs @ The Shipwrights Arms, 88 Tooley Street, London SE1 2TF”][/google_map]
What is confusing is I have another site http://www.londonpublicspeakers.co.uk/ where this is working fine.
2 queries.
A) Why am I seeing this error on http://www.centrallondontoastmasters.co.uk and not http://www.londonpublicspeakers.co.uk/
B) How can I add a google API key to the shortcode (I have a key)
Many thanks
Mark