Google Maps BBCode

Ordinary BBCode Database
BBCodes that need nothing else than installation through ACP
There is no support here! Only Read Access!
Locked
User avatar
BBCode Bot
BBCoder IV
BBCoder IV
Posts: 239
Joined: 04 Mar 2010, 15:04
Location: bbcode table

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]
User avatar
Georgio
BBCoder II
BBCoder II
Posts: 53
Joined: 06 Mar 2010, 19:10
Location: Cabanes, Spain
Contact:

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" ?
User avatar
MetalRush
BBCoder I
BBCoder I
Posts: 3
Joined: 24 May 2010, 15:38
Location: The Netherlands
Contact:

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, 04:48, edited 2 times in total.
chasb
BBCoder I
BBCoder I
Posts: 1
Joined: 21 Jun 2010, 08:24

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
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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]
1e0n
BBCoder I
BBCoder I
Posts: 1
Joined: 01 Jun 2010, 22:32

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)
cisco007
BBCoder VI
BBCoder VI
Posts: 1015
Joined: 16 Mar 2010, 18:14
Location: Don't really know!

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!
lex

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>
User avatar
Stoker
Site Admin
Site Admin
Posts: 3521
Joined: 12 May 2008, 23:26
BBCodes: 239
Favourite BBCode: Anipro
Favourite MOD: PrettyPhoto
Location: Denmark
Contact:

Re: Google Maps BBCode

Post by Stoker »

Using an iframe like that is potentially dangerous.
Board rules! No PM support
KukY13
BBCoder III
BBCoder III
Posts: 96
Joined: 26 Jun 2010, 16:23
Contact:

Re: Google Maps BBCode

Post by KukY13 »

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