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?
You are not logged in. Please login or register.
PunBB Forums → PunBB 1.3 extensions → [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?
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
You can use the google maps API to easlly get it working.
I'm waiting for that release too ![]()
May be somebody is adapting it from PunBB Resource:
bump. any sign of this anywhere ![]()
Waiting for this too ![]()
This would be something I would like. This would be a great extension!
I really don't know how make an extension ![]()
If someone can help for this one it would be nice ![]()
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&spn=0.110444,0.264187&output=embed"></iframe>We just have to change
ll=48.86336,2.366524
and
spn=0.110444,0.264187to change the map so it should be something like
[maps ll=48.86336,2.366524 spn=0.110444,0.264187][maps]PunBB Forums → PunBB 1.3 extensions → [request] Google Maps embed
Powered by PunBB, supported by Informer Technologies, Inc.