Embedding a map onto my website

You basically just put your API key in the JS file where you create the map. Then you insert a link to the script in your HTML where you want the map to display and Google does the rest. It's fiddly to create a map if you're not used to Javascript but there's documentation out there.
 
You can also create a static map with just a single line of HTML.

Read the Google developers guides - there is lots of good info on how to add a map. The QE2 map however isn't a simple bit of implementation. There is a lot of backend code and custom CSS needed to make that one work.
 
Back
Top