diff options
Diffstat (limited to 'old/published/Webmonkey/Monkey_Bites/2007/08.20.07/Wed/mapsembed.txt')
-rw-r--r-- | old/published/Webmonkey/Monkey_Bites/2007/08.20.07/Wed/mapsembed.txt | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/old/published/Webmonkey/Monkey_Bites/2007/08.20.07/Wed/mapsembed.txt b/old/published/Webmonkey/Monkey_Bites/2007/08.20.07/Wed/mapsembed.txt deleted file mode 100644 index 3751895..0000000 --- a/old/published/Webmonkey/Monkey_Bites/2007/08.20.07/Wed/mapsembed.txt +++ /dev/null @@ -1,19 +0,0 @@ -Google Maps is now offering some YouTube-style embed code which finally gives non-programmers an easy way to add maps to nearly any webpage. The [new code][1] can be found under the "Link to this page" option at the top of any map on the site. - -The resulting map is fully interactive with pan and zoom controls as well as map, satellite and hybrid view options. Each embedded map also contains a link back to the original Google Maps page. The embedded maps can be customized to any size and if you have markers on your map, they will show up in the embedded version as well. - -The only catch is that the Google Maps code uses an iFrame to load content which doesn't work on nearly as many sites as YouTube's Flash embed code. Many hosted pages -- like MySpace -- often don't allow content that use iframes, which means this new embed code isn't going to help you. - -Still, for many, this opens up a whole new way to use maps. Previously embedding Google maps in your page required some programming skills and you needed to register for an API key, which prevent casual users from embedding maps in blogs and other places. - -Interestingly, Yahoo, which uses Flash for the latest version of its mapping service, and could -- at least theoretically -- offer an embeddable Flash movie that would work anywhere, thus far hasn't offered anything of the kind. - -Here's an example of the the Google Maps embed code in action: - - -<iframe width="425" height="350" frameborder="no" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&hl=en&geocode=&q=Wired+San+Francisco&ie=UTF8&om=1&cid=37781066,-122395523,9473187990209702968&s=AARTsJrTuwtWb_DgPWxhe8cEbXUX5taOhA&ll=37.790727,-122.3913&spn=0.02374,0.036478&z=14&iwloc=A&output=embed"></iframe><br/><a href="http://maps.google.com/maps?f=q&hl=en&geocode=&q=Wired+San+Francisco&ie=UTF8&om=1&cid=37781066,-122395523,9473187990209702968&ll=37.790727,-122.3913&spn=0.02374,0.036478&z=14&iwloc=A&source=embed" style="color:#0000FF;text-align:left;font-size:small">View Larger Map</a> - -[Sidenote for the nerds amoung us: if you look at the code below you'll see the URL that the iframe is pulling in, with a little cut-n-paste you can create a link to a pure map page [like this][2].] - -[1]: http://www.google.com/intl/en/press/annc/embed_maps.html -[2]: http://maps.google.com/maps?f=q&hl=en&geocode=&q=Wired+San+Francisco&ie=UTF8&om=1&cid=37781066,-122395523,9473187990209702968&ll=37.790727,-122.3913&spn=0.02374,0.036478&z=14&iwloc=A&source=embed
\ No newline at end of file |