Hi,
What's the best way to add a google map to a project?
Aaron
Google Maps
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
Re: Google Maps
Since Google revamped their mapping services, I'm pretty sure your first task would be obtain your own set of API keys from your Google account
I have enough money to last me the rest of my life - Providing I die by next Tuesday
Re: Google Maps
There are several Google maps scripts in 'Ready-to-use-JavaScript'.
It is also possible to use static Google Maps as background image.
See the example templates:
http://www.wysiwygwebbuilder.com/suppor ... orate.html
http://www.wysiwygwebbuilder.com/suppor ... dgrid.html
http://www.wysiwygwebbuilder.com/suppor ... wyork.html
It is also possible to use static Google Maps as background image.
See the example templates:
http://www.wysiwygwebbuilder.com/suppor ... orate.html
http://www.wysiwygwebbuilder.com/suppor ... dgrid.html
http://www.wysiwygwebbuilder.com/suppor ... wyork.html
Re: Google Maps
As an alternative to Google maps, you could try bing maps (doesn't need any API keys) - https://www.bing.com/maps
Just add a postcode/zipcode into the search field, when the pop up box opens, click the share button, then choose the Embed button.
You will then get the option to configure the map (size,type,style etc) then click the generate code button
When you have copied the iframe code, add to your page an HTML box and paste the code to the section called
"Use <div> to set position and size of the HTML"
Resize the HTML box to the same size you set your map to be
Job done
Just add a postcode/zipcode into the search field, when the pop up box opens, click the share button, then choose the Embed button.
You will then get the option to configure the map (size,type,style etc) then click the generate code button
When you have copied the iframe code, add to your page an HTML box and paste the code to the section called
"Use <div> to set position and size of the HTML"
Resize the HTML box to the same size you set your map to be
Job done
I have enough money to last me the rest of my life - Providing I die by next Tuesday