I have this Google Maps url I tried to embed using iframe to my website but it's not working
<iframe id="iframeid"
width="450"
height="250"
style="border:0"
src="https://www.google.com/maps/dir/?api=1&origin=Space+Needle+Seattle+WA&destination=Pike+Place+Market+Seattle+WA&travelmode=bicycling"
></iframe>
How do I embed?
Here is one of the easiest ways of embedding Google Maps using html:
<iframe width="100%" height="600" src="https://maps.google.com/maps?width=100%&height=600&hl=en&coord=52.70967533219885, -8.020019531250002&q=1%20Grafton%20Street%2C%20Dublin%2C%20Ireland&ie=UTF8&t=&z=14&iwloc=B&output=embed" frameborder="0" scrolling="no" marginheight="0" marginwidth="0"></iframe><br />
You have to change the following:
It looks like all the Google Earth maps require a paid API KEY to use. However, I was able to create the embedded maps I was looking for by
I was able to embed multiple maps on the page, and they load up with the same view that you select in the My maps module on Google Maps.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With