Topic: [request] Google Maps embed

I'd like to be able to embed a google map in a forum post.
Is this possible do you think?

Re: [request] Google Maps embed

hmm,

then it would be best to create a new bb tag, something like
[map]coordinates[/map]

this way all the maps can use the same google key and users don't need to play with the javascript ...

but its certainly possible, somone just needs to write an extension for it

~Cereal
I've finally learned what "upward compatible" means. It means we get to keep all our old mistakes.
The limits of language are the limits of one's world.

Re: [request] Google Maps embed

You can use the google maps API to easlly get it working.

Sorry. Unactive due to personal life.

4 (edited by Meteolab 2009-02-05 21:42)

Re: [request] Google Maps embed

I'm waiting for that release too tongue

May be somebody is adapting it from PunBB Resource:

http://www.punres.org/desc.php?pid=108

Re: [request] Google Maps embed

bump. any sign of this anywhere smile

Re: [request] Google Maps embed

Waiting for this too big_smile

Re: [request] Google Maps embed

This would be something I would like. This would be a great extension!

Re: [request] Google Maps embed

I really don't know how make an extension sad
If someone can help for this one it would be nice smile

Here is the line to have a map on a website:

<iframe width="425" height="350" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.fr/?ll=48.86336,2.366524&amp;spn=0.110444,0.264187&amp;output=embed"></iframe>

We just have to change

ll=48.86336,2.366524
and
spn=0.110444,0.264187

to change the map so it should be something like

[maps ll=48.86336,2.366524 spn=0.110444,0.264187][maps]