Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations SkipVought on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

What's Happened to Google Maps?

Status
Not open for further replies.

ralphonzo

Programmer
Apr 9, 2003
228
0
0
GB
Has anyone managed to embed a Google map into a website lately? I'm damned if I can manage it. I've embedded dozens in the past, now it just seems so convoluted I can't follow it. Can someone give me a clue what to do?
 
It's pretty easy actually. Search to what you want in the map, then click on the little gear icon in the lower right. Click on "Share and embed map". On the box that pops up, click on "Embed Map". Then select the size, small, medium, large, or custom size. This will give you the code for an iframe with the map in it. Just put that on your page and it's there.

Code:
<iframe src="[URL unfurl="true"]https://www.google.com/maps/embed?pb=!1m14!1m8!1m3!1d3315.070798241192!2d-117.91900000000001!3d33.81048599999999!3m2!1i1024!2i768!4f13.1!3m3!1m2!1s0x80dcd7da84d77583%3A0x7efd02b2f50ccd51!2sDisneyland+Resort!5e0!3m2!1sen!2sus!4v1396978113290"[/URL] width="600" height="450" frameborder="0" style="border:0"></iframe>
 
There are more options if you follow the You Tube tutorial.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top