Google Maps BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP

Google Maps BBCode

Post 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:

Code: Select all

[googlemaps][/googlemaps]
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:

Code: Select all

[googlemaps][/googlemaps]
Demo:
[googlemaps][/googlemaps]

Re: Google Maps BBCode

Post 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

Post by MetalRush »

Georgio » 29 Mar 2010, 00:43 wrote:
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" ?
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 :))
Last edited by MetalRush on 25 May 2010, 02:48, edited 2 times in total.

Re: Google Maps BBCode

Post 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

Post by cisco007 »

just use this:
bbcode usage:

Code: Select all

[googlemaps]{URL}[/googlemaps]
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

Code: Select all

[googlemaps]link[/googlemaps]

Re: Google Maps BBCode

Post by 1e0n »

Hi :)

Why do i get a map window like this on my forum? :(

Image

How to get yust the map without all the browsing options around?
(i use the same bbcode cisco007 wrote)

Re: Google Maps BBCode

Post 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

Post 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

Post by Stoker »

Using an iframe like that is potentially dangerous.

Re: Google Maps BBCode

Post by KukY13 »

And should it be mentioned that it follows none standards...