Hi,
Ready to use javascript, google map with info is not working. In browser console it is showing "google is not defined". Error in GoogleMapInit.
Please help...
Ready to use javascript google map not working
Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
Ready to use javascript google map not working
Running WYSIWYG Web Builder since 2022...
Re: Ready to use javascript google map not working
Did you enter your API Key?
Note: if you need help then always include the URL of the page (or a demo project).
In this case, a demo project will not work, because Google Maps only works online.
Note: if you need help then always include the URL of the page (or a demo project).
In this case, a demo project will not work, because Google Maps only works online.
Re: Ready to use javascript google map not working
It is not working after publish it on xampp on my localhost.
Running WYSIWYG Web Builder since 2022...
Re: Ready to use javascript google map not working
There are no differences in this script. it 100% the same as in WWB18. Because it's a standard Google script.
It will not work on a local host because the API key is associated with your domain.
It will not work on a local host because the API key is associated with your domain.
Re: Ready to use javascript google map not working
Okay, got that, my bad.
Thanks....
Running WYSIWYG Web Builder since 2022...
Re: Ready to use javascript google map not working
Hi, if you don't want to fight with api..I have created an extensión for that, check my extensions in webbuilderfx.com
I dont use api key and Is always working ok.
It's an alternative.
Kind regards.
Hernán.
I dont use api key and Is always working ok.
It's an alternative.
Kind regards.
Hernán.
Re: Ready to use javascript google map not working
I don't use JS at all. I find the map location on Google maps. Click on the 'share' link and get an iframe url from there. I then insert it into an HTML object and put that into a layer grid.
Works fine. Here's an example https://www.manhoc.hoc.org.uk/
Works fine. Here's an example https://www.manhoc.hoc.org.uk/
Re: Ready to use javascript google map not working
Exactly, the idea of my extension is just to add the code. Without using api key.alan_sh wrote: ↑Thu Nov 10, 2022 11:59 am I don't use JS at all. I find the map location on Google maps. Click on the 'share' link and get an iframe url from there. I then insert it into an HTML object and put that into a layer grid.
Works fine. Here's an example https://www.manhoc.hoc.org.uk/
Many of my clients have had problems with the api and the best solution I found is with the code directly and bye bye api key.
Re: Ready to use javascript google map not working
Hi,h3rnan wrote: ↑Thu Nov 10, 2022 12:03 pmExactly, the idea of my extension is just to add the code. Without using api key.alan_sh wrote: ↑Thu Nov 10, 2022 11:59 am I don't use JS at all. I find the map location on Google maps. Click on the 'share' link and get an iframe url from there. I then insert it into an HTML object and put that into a layer grid.
Works fine. Here's an example https://www.manhoc.hoc.org.uk/
Many of my clients have had problems with the api and the best solution I found is with the code directly and bye bye api key.
Ready to use javascript Google map with info is not working even on the original domain and server.
Showing "google is not defined". Google iframe is working fine. Thanks to @h3rnan & @alan_sh.
Running WYSIWYG Web Builder since 2022...