Page 1 of 1
Google Maps BBCode
Posted: 06 Mar 2010, 08:42
by BBCode Bot
Google Maps BBCode
Author: The Wizard
Description: With the Google Maps BBCode you can see the Earth or your house directly from your forum
BBCode:
HTML:
Code: Select all
<iframe width="550" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/?ie=UTF8&ll=0.703107,4.21875&spn=170.16107,360&t=h&z=1&output=embed"></iframe>
Helpline:
Code: Select all
Google maps: [googlemaps][/googlemaps]
Example:
Demo:
[googlemaps][/googlemaps]
Re: Google Maps BBCode
Posted: 29 Mar 2010, 00:43
by Georgio
BBCode Bot » 06 Mar 2010, 07:42 wrote:Google Maps BBCode
Author: The Wizard
Description: With the Google Maps BBCode you can see the Earth or your house directly from your forum
how can i set "my home place" ?
Re: Google Maps BBCode
Posted: 25 May 2010, 04:44
by MetalRush
Go to Google Maps, click 'Link' on right side of your map. Copy that 'embedded link'. Paste it in the HTML-code-window.
You can even choose to change the look of your map by clicking "Customize and preview embedded map" before copying the 'embedded link'.
More info:
http://maps.google.com/help/maps/getmaps/quick.html (first 4 steps
)
Re: Google Maps BBCode
Posted: 21 Jun 2010, 08:52
by chasb
So I can only display the one initial location that I've copied from the google link. Every post will have this initial location. I would like to be able to copy the link into the post so differnt posts would have different map locations
Re: Google Maps BBCode
Posted: 21 Jun 2010, 17:19
by cisco007
just use this:
bbcode usage:
HTML:
Code: Select all
<iframe width="550" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="{URL}"></iframe>
and when you get the link from google maps put that in between
Re: Google Maps BBCode
Posted: 03 Jul 2010, 21:39
by 1e0n
Hi
Why do i get a map window like this on my forum?
How to get yust the map without all the browsing options around?
(i use the same bbcode cisco007 wrote)
Re: Google Maps BBCode
Posted: 03 Jul 2010, 22:09
by cisco007
the first question: i don't really know!
second: if you want it without the options, you might need to add it to a html page so it wouldn't be a bbcode, in that case just search for shmoogle map mod at phpbb.com!
Re: Google Maps BBCode
Posted: 14 Jul 2010, 12:16
by lex
this code working right:
Code: Select all
<iframe width="550" height="500" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="{URL}&output=embed"></iframe>
Re: Google Maps BBCode
Posted: 14 Jul 2010, 16:42
by Stoker
Using an iframe like that is potentially dangerous.
Re: Google Maps BBCode
Posted: 14 Jul 2010, 17:22
by KukY13
And should it be mentioned that it follows none standards...