Google Maps quite new wizard to embed a map on your site enable users to copy and past the code (you can also chose among a couple of customization options) directly on your web pages. The following is a sample code obtained this way (>>>> signal returns for formatting purposes):
<iframe width="300" height="300" frameborder="0" scrolling="no" >>>>
marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f= >>>>
q&hl=en&geocode=&q=1600+Amphitheatre+ >>>>
Parkway,+Mountain+View,+CA&sll=37.423674,-122.084775& >>>>
sspn=0.001018,0.002511&ie=UTF8& >>>>
t=k&om=0&s=AARTsJoDgjkshTj8cjPg >>>>
CqSiCnGFWKk0jw&ll=37.431319,-122. >>>>
079391&spn=0.020447,0.025749&z= >>>>
14&iwloc=addr&output=embed">
<small><a href="http://maps.google.com/maps?f=q&hl= >>>>
en&geocode=&q=1600+Amphitheatre+Parkway,+ >>>>
Mountain+View,+CA&sll=37.423674,-122.084775& >>>>
sspn=0.001018,0.002511&ie=UTF8&t=k&om= >>>>
0&ll=37.431319,-122.079391&spn=0.020447,0.0257 >>>>
49&z=14&iwloc=addr&source=embed" style="color:#0000FF;>>>>
text-align:left">View Larger Map</a></small>
The good news here is the guys at Google coded all occurrences of & with &. A small, but nice news in my opinion.



Post new comment