Hello guys
Is there a way how figure out where on the page the google maps API is inserted?
If I check the source code I only find it once, I still get the error “You have included the Google Maps JavaScript API multiple times on this page. This may cause unexpected errors.”
URL is in the secure note
Second question: what if I want to add a map to the footer. Right now - because of the error - there’s just an image with a link to google maps there. I’d love to have a real map. Do I really need a second, different maps API?
EDIT: Dang… I’ve found the bug…r. It was in the footer in some responsive layout version… . So solved the issue with the double API usage. The second question still remains.