"Helping businesses operate more effectively online"

15

Mar

2008

How to add a Google Map to your Joomla website
Written by Alex Ashman   

Google Maps in JoomlaGoogle maps is a fantastic free tool that can have a number of uses for your Joomla website, perhaps most importantly to show your site visitors where you business is located or where local sites of interest might be.

This tutorial goes through the installation of the "Plugin Googlemaps" extension for Joomla 1.5.

 

Plugin Googlemaps

Plugin Googlemaps is a free extension available for Joomla (1.0 and 1.5) which makes it really easy to add in a Google Map to your Joomla website. Installation only takes a few minutes and the maps can be easily customised to suit your needs. Here is an example of a typical simple map you can add (sadly we aren't really based in Times Square!).

JavaScript must be enabled in order for you to use Google Maps.
However, it seems JavaScript is either disabled or not supported by your browser.
To view Google Maps, enable JavaScript by changing your browser options, and then try again.

As you can see it has most the flexibility of the standard google maps, allowing users to zoom in and out and of course to move around the map as needed.

Joomla 1.5 Legacy Mode

The first step in the installation process is to enable Legacy Mode in Joomla (you only need to do this is you are using Joomla 1.5, if you are running an older version you can skip to the next step). This can be accessed by going to the 'Plugin Manager' under 'Extensions' in the top navigation bar once you have logged into the backend.

Add Google Map Joomla Manager

It's as simple as clicking on 'enable' next to 'System - Legacy'. Once this is done you should see 'Legacy 1.0' appear in the top right of your screen.

Joomla legacy mode

Plugin Installation

After downloading Plugin Googlemaps from here, go to 'Extensions' then 'Install/Uninstall'. In the 'Upload Package File' select the zip file you have just downloaded and then click on 'Upload File and Install'.

Once this is done, return to the 'Plugin Manager', and you need to enable the 'Google Maps' plugin.

Google Maps API Key

In order to use Google Maps, you need an API key for each website you intend to publish the map upon. The API key can be obtained from this page once you agree to the terms and conditions and enter the URL of your website. You then need to copy the long string of numbers and paste them into the 'Google API Key' section of the parameters of the plugin. Click on apply and ensure the plugin is enabled. You are now ready to add a map to your site!

Google maps in Joomla 1.5 - API key

Latitude and Longitude Coordinates

The first step to customising your map is of course to set the geographical location that the map shows. This is done by setting the latitude and longitude coordinates within the code that you paste into your content. This can be obtained through Google Earth, however the quickest way to do this is to visit Google Maps and enter the location you want, through an address, postcode or place name. Once the page has finished loading and the correct location is shown, copy and paste the following into your navigation bar of your menu and press enter.

javascript:void(prompt('',gApplication.getMap().getCenter()));

A window will pop up giving you the latitude and longitude of your desired location. These are the coordinates you need to place into the code.

Plugin Code

The map at the top of the page was created by adding in the following code, using the coordinates for Times Square. I have removed the {...} which need to surround the entire section otherwise it would post a map. The paragraphs I have added for formatting reasons also need to be removed. The code can be posted anywhere in the body of your html and once inserted will show up as a map on your page. The whole process is very simple.

mosmap width='500'|height='400'|lat='40.75671'|lon='-73.98646'|zoom='3'
| zoomType='Large'|zoomNew='3'|mapType='map'| showMaptype='1'|
overview='1'|text='Good web practices'|lang=''

The code is fairly self explanatory in terms of customisation, but a full breakdown of the different parameters can be found here. The best idea is to play with each of the values and reload the map to see how they effect it.  There is alot of detailed information on how to add more features to your map, such as directions and route plans on the developer's site which can be found here.

Directions

Having generic directions for your customers is great, but it is a lot more useful for them to be able to plan their route door to door. Using the following code, the plugin will enable users to put in their postcode or address and a new page will load up with full directions on Google Map (remember to add in {...} again!

mosmap address='street, zipcode place,country'|dir='1|lat='40.75671'|
lon='-73.98646'|zoom='14'

JavaScript must be enabled in order for you to use Google Maps.
However, it seems JavaScript is either disabled or not supported by your browser.
To view Google Maps, enable JavaScript by changing your browser options, and then try again.

We have certainly found this tool to be extremely easy to implement within a Joomla site, so a big thanks to the developer Mike Reumer!

Please check out the official Google Pluginmaps Website for more examples of the plugin's use, demos and documentation!

72 Comments
Steve | Hannisdal Express
Steve | Hannisdal Express
March 22, 2008
Votes: +2

Hey guys, good site here. David, I'm finally getting around to commenting on your site! Just wanted to share an experience I had with Google maps.

If you have a site with a lot of transparent pics (such as png32 pics) and are using the Alpha Transparency filter that a lot of IE6 transparency fixes use, you won't be able to use Google maps. For some reason it creates an overflow in the Google maps API.

For instance, I used Dimensions from RocketThemes on the most current site we did. Dimensions uses a lot of transparency and when I tried to use Google maps I ran into variable overflows - I think that is what it was.

I did find a guy that coded a Javascript fix to the transparency issue, which he coded to get around this exact problem. The site is here:

http://www.campbellsdigitalsoup.co.uk/about/png-fix/

I got it to work, but it was making the site slow. Anyways, just wanted to pass that along. In the future I'm just going to avoid massive transparency like that of Dimensions. It looks cool, but causes WAY to many problems.

Take care guys...

Steve

report abuse
vote down
vote up
Alex Ashman
Alex A
March 26, 2008
Votes: -1

Awesome thanks for the info! I have another google maps plugin I hope to review soon too!

report abuse
vote down
vote up
0
Web Design Wexford
March 27, 2008
Votes: +1

thank you for the tool, i will be using this on www.printhouse.ie

report abuse
vote down
vote up
Steve | Hannisdal Express
Steve | Hannisdal Express
March 28, 2008
Votes: +0

You're welcome. Another thing to keep in mind is that a lot of Joomla modules/plugins use the Mootools library, and this IE fix uses JQuery. I remember I had to do some messing around with it to get it to work, but I honestly don't remember what I did. I think if you search for JQuery, they have a website that details what to do if you are using multiple libraries like that...

Steve

report abuse
vote down
vote up
David Towers
David T
March 28, 2008
Votes: +1

Hi Steve! Thanks for your tips transparency and Google maps! Thrashing out transparency bugs can be a real pain!

report abuse
vote down
vote up
0
Chris
May 12, 2008
Votes: +4

Just uploaded the extension. Doesn't work for me.

The { mosmap } tag is not being replaced by the map - just see the tag. I have installed as per instruction (but first time didn't do the legacy setting).

Using latest Joomla 1.5.

Weird. Thought I knew Joomla, but this one has me stumped.

Wouldn't call this a true 1.5 native, as it needs the legacy mode on to install.

report abuse
vote down
vote up
0
bruno
May 18, 2008
Votes: +1

Works very well. I tried several before, but this one is the most simple to install and works simply the best! thx

report abuse
vote down
vote up
0
Seby
May 30, 2008
Votes: +0

Many thanks, easy and understable...

report abuse
vote down
vote up
0
Fred
June 11, 2008
Votes: -2

Looking for some geek that would know how to embed Openlayers on Joomla for a google map.
I need this plugin in order to display a map layer & economic trends in www.bactamtam.com a real estate seach engine for Asia & other part of the world without google map coverage.
thanks

report abuse
vote down
vote up
0
Fred
August 04, 2008
Votes: +2

No more geeks needed ! I got it ! Soon in www.bactamtam.vn the system shall be implemented as in www.alterunion.com ( other activity of Frédéric SOTTEAU)

Just info: Next the setting up of OpenStreetMap on the OpenLayers.org for Joomla: This shall allow world mapping for almost free !

Looking for franchisee in every region / countries of the world. Pls contact!

report abuse
vote down
vote up
0
dave
August 13, 2008
Votes: +2

I only installed joomla yesturday and i am a complete noob to all this web site stuff...

Installed your google maps add on..had it working in 5 mins..

thanks

report abuse
vote down
vote up
0
danielsampaio
August 13, 2008
Votes: -1

Can you tell if is possible any user put marker in my map, for example an user go to the frontend e put a marker in a place?

thanks

report abuse
vote down
vote up
0
Armando
August 30, 2008
Votes: +2

Hi, i was following all the instructions step by step, but i have 2 problems:

I have Joomla 1.5.6 and Google Maps 2.10i

First, in Extensions Manager/Plugins, needs the legacy mode on to install

The second problem: after added the new lines in index.php 84 line, my website show nothing, a white screen. http://2008.directoriored.com

Coul some body help me please? thanks

report abuse
vote down
vote up
0
Joel Brondos
August 30, 2008
Votes: +1

The thing that I don't get is the { mosmap } part published in an article -- and I haven't seen it adequately documented anywhere . . . yet.

I'm able to fill in all the other data, thanks to helpful webpages like this one.

report abuse
vote down
vote up
0
Daniel Shanahan
September 04, 2008
Votes: +1

These instructions are wonderful! Great for newbies like myself - very step-by-step. Thank you, Alex.

I did have one difficulty - I couldn't quite get the directions code to work ({ mosmap address='street, zipcode place,country'|dir='1|lat='40.75671'|lon='-73.98646'|zoom='4' }). When the new window came up, I had two addresses (an "A" and a "B"). In one of them was the address I put into the Address window on my map. On the other address I had "street, zipcode place,country (41.662429, -83.65189smilies/cool.gif". Here is the URL: http://www.newleafdata.com/int...&Itemid=81

I can leave it up for a few days if anyone would like to take a look and guide me in the right direction. Otherwise, I will remove this feature (which is really nice) and have just a map with the location (which is also really nice).

Thanks

report abuse
vote down
vote up
0
Daniel Shanahan
September 05, 2008
Votes: +0

Sorry. I posted the above with curly braces around the code. I meant to just put in the code:

mosmap address='street, zipcode place,country'|dir='1|lat='40.75671'|lon='-73.98646'|zoom='4'

My apologies.

daniel

report abuse
vote down
vote up
0
Santiago Panchi
September 07, 2008
Votes: +1

It is a very good plugin. Remember that you have to create an article where you will paste the code.
Es un muy buen plugin. Tanto solo se deberia aclarar que se debe poner el respectivo codigo en un nuevo articulo. smilies/grin.gif

report abuse
vote down
vote up
0
kenneth
September 10, 2008
Votes: +0

Hallo what could i do my live site is www.hmkbilcon.dk, but i have 5 more domains. iam having proplems with the api key on these domains

regards kenneth

report abuse
vote down
vote up
0
Manish Rustagi
September 18, 2008
Votes: +2

It is a very good plugin.

I need some suggesstion for :

How to i can give more markers in map?

report abuse
vote down
vote up
0
Dan
September 25, 2008
Votes: +0

I am having the same issue. 2 maps on the page, first one loads then fails once the second map loads.

Whats up?!?! This just started happening this week?

Any ideas???? HELP!

report abuse
vote down
vote up
0
Linda Harless
September 26, 2008
Votes: +0

I'm having the same issue. Help!

report abuse
vote down
vote up
0
Amit Gadhvi
October 17, 2008
Votes: +4

Hello, I just enabled google map plugin in to my local joomla.
Now what I need to do to show google map on my contact us page?
can some one give detail example for it?
Thanks a ton in advance.
regards
Amit Gadhvi

report abuse
vote down
vote up
0
Pankaj Prajapati
October 20, 2008
Votes: +1

Hello All, I want to implement Google Map Plugin in my Joomla 1.5. If anyone have idea then please let me know.

Thanks,
Pankaj

report abuse
vote down
vote up
0
lluis
October 21, 2008
Votes: +0

It didn't work api key exists say me, and in joomla 1.0 works

report abuse
vote down
vote up
0
Jean
October 26, 2008
Votes: +1

Hello!
Sorry I'm new to Joomla and need some basic explanations...
I installed the plugin GoogleMaps. And now I would like to put a map in an article. But I really don't know how to do this...

Could someone help me?
Thank you very much.

report abuse
vote down
vote up
0
Pankaj Prajapati
November 04, 2008
Votes: +0

Hi Frnds (Jean),

Here is Solution for your Google Map Question.
Steps:
1) First you need to download Googlemap Plugin(http://joomlacode.org/gf/project/mambot_google1/frs/) and then go to Install/Uninstall Menu of Admin panel of your Joomla.

2) Then you should have to install the zip file of Googlemap. Now sign up for Map Key in (http://code.google.com/apis/maps/signup.html). Copy this key and put in googlemap Plugin parameters API Key then save it.

3)In content Menu, Create new article which has type of that menu is googlemap article.And just put { mosmap } in (fck or tinimycy) editor and save it.

4)In Main Menu,Create a new menu type with article layout and select article Google map from parameters and save it.

5) Your Google map is successfully works.

Thanks,
Pankaj Prajapati

report abuse
vote down
vote up
David Towers
David T
November 28, 2008
Votes: +0

Hi everyone,

Delighted to see you have found this post very helpful.

If you are having problems, make sure you upgrade to the latest component and have a seperate API for each domain you are using the component on. :-)

report abuse
vote down
vote up
0
miles
January 03, 2009
Votes: +0

Very easy to follow instructions, worked like a charm on Joomla 1.5.8. Two things I stumbled on may be really obvious to others, but it's good to note:

1. Make sure you enable the plugin... otherwise just the code will appear on the page

2. Make sure you edit the 'street, zip code, country' section of the directions type. Otherwise the directions don't work.

report abuse
vote down
vote up
0
Tunks
February 09, 2009
Votes: +0

Outstanding tutorial!

Cheers mate.

report abuse
vote down
vote up
0
GC
February 15, 2009
Votes: -1

"Once the page has finished loading and the correct location is shown, copy and paste the following into your navigation bar of your menu and press enter."

What navigation bar of what menu? PArdon my ignorance.

report abuse
vote down
vote up
0
frank
February 27, 2009
Votes: +0

Please help, im so confused with this!! ive downloaded the plugin and have my api set up but dont know what to do from here!

report abuse
vote down
vote up
0
Jaja
March 15, 2009
Votes: +0

This is the 3rd google map plug-in that I've tried. I did everything exactly as instructed and only the code is showing up. I enabled the plug-in, pasted in an API key, pasted in the lat. and long. and also pasted that into the code that I pasted into an article linked to the Directions menu. Anyone have any ideas? If you look at the page, you will see a residual menu from another google maps plug-in that I don't know how to get rid of. Keep hoping that something will work eventually - teaching myself the basics of CSS & HTML was so much easier than working with Joomla, I hate to admit it... I'm trying to create a new verson of this website: www.greenfrogtn.com - please note how easily the google map comes up on the direction page. I've spend days on this already and I'm ready to tear my hair out.

report abuse
vote down
vote up
0
Mike
March 29, 2009
Votes: +1

Thanks for an easy presentation in how to add Google Maps to a Joomla website

report abuse
vote down
vote up
0
joomlaaa
March 30, 2009
Votes: +0

please also see this extensions and its cb plugin
http://demo.joomlaaa.com/commu..._map.html
where you can show all your members position and can add google bar for search and get ad revenue from this search using google adsens

report abuse
vote down
vote up
0
Budi Wiyono
April 01, 2009
Votes: +0

Hi,

See maps of your example above, I see the image map is not visible? There is a problem?

Rgds.

report abuse
vote down
vote up
0
kashif
April 15, 2009
Votes: +0

Dear .. sir..

I am still facing problem I put the api key .. but still it is not showing the map in my website .. need your assistance..

report abuse
vote down
vote up
0
slider
April 25, 2009
Votes: +0

hay is it possible dynamic set location ....and how ?

same for you tube ..
like
http://www.youtube.com/watch?v=p6zMNsuu7Q0&layer_token=d320eff509633863

report abuse
vote down
vote up
0
Sara
May 05, 2009
Votes: +3

Hi, I installed plugin googlemaps and it work perfectly fine except that I don't see any text in the direction box. I presume its because of my template which has the color white for the text. how do i change the color of the text in the direction box to another color?

report abuse
vote down
vote up
Eduardo
Eduardo
May 11, 2009
Votes: -1

I just uploaded the extension and does not seem to work for me. I am not that familiar with PHP, however I understand that I could copy and paste the following code in one of the html or PHP files inside the body.
Should it look something like this:
{mosmap width='500'height='400'lat='40.75671'lon='-73.98646'zoom='3'zoomType='Large'zoomNew='3'mapType='map' showMaptype='1' overview='1'text='Good web practices'lang=''}
I just placed the curly brackets in the beginning and the end and remove the vertical lines between each paragraph.
Is this supposed to work inside the body tags?

Thanks in advance
Eduardo

report abuse
vote down
vote up
0
Jea
May 14, 2009
Votes: +0

I have never used Joomla until two days ago and am not computer literate but I was able to get to the plugin code. I am sorry if this is a stupid question but where do I put the code? Again I am not computer literate so as much detail as possible would be great. Thank you so much for your help.

report abuse
vote down
vote up
0
karel zeman
June 11, 2009
Votes: +1

Its great, but I am confused and there no forum I could find for help. The API key and the map work wonderful. But My info bubble is empty and I when I put the code for the directions they show, but then Google is confused and wrong.

So I am dissapointed, I looked at all the Google Maps and all of them are so confusing and dont work right. I like this the best becasue it set up in 10 minutes.. and does technicaly work.

report abuse
vote down
vote up
0
michal
June 25, 2009
Votes: +0

Hi,

I am new to Joomla and have a question: is it possible for the plugin to grab address from anywhere on the website (i.e. make it dynamic).

For example: when i type my address in the form I want it to appear on google map next to it.

report abuse
vote down
vote up
0
seth
June 30, 2009
Votes: +0

It does not work in internet explorer. In newest ver I get a empty error message, only ok butten. In older versions i get a google api key error. Working fine in firefox, chrome and opera.

report abuse
vote down
vote up
0
David Rose
July 07, 2009
Votes: +2

I was able to make it work fine in an Article, but not in a Module.

1. Make sure you have Enabled via PlugIn Manager the System - Legacy
2. Install from Extensions - Install/Uninstall
3. Enable via PlugIn Manager the Google Maps plugin that you just installed.
4. Sometimes Joomla will clean up code when you save an article so it is best to change your Editor to No Editor via the Site - User Manager, select your user and change the User Editor to No Editor.
5. Create an Article and paste the code from this tutorial. Remove the | from the code. Add { at the front and } to the end of this block of code.
6. Create a Menu called Map and use the Menu Type Article Layout. Choose the article that you created called Map.
7. I use Search Engine Friendly URLs, which is set in Site - Global Configuration (to Yes). This make it so my new menu can be easily found by typing http://mydomainname.com/map (since I named the menu map and the alias is now map.

This means that I can use the menu to get to the map or just create a URL link from anywhere on my site.

report abuse
vote down
vote up
0
Référenceur freelance
July 12, 2009
Votes: +0

Thanks for your help, it's much appreciated.

report abuse
vote down
vote up
0
TuVinhSoft
July 27, 2009
Votes: +0

Hi Alex,

This is very useful post and great Joomla plugin.

Could you please guide me how to use this plugin in Joomla Contact component?

Thanks a lot

report abuse
vote down
vote up
0
Jammaeh
August 11, 2009
Votes: -1

Is there a way to incorporate this plugin onto the joomla contact component

report abuse
vote down
vote up
0
Luke
August 13, 2009
Votes: +0

I am using Joomla 1.5.3 with plugin_googlemap.2.12j.zip

I insert jou moscode in my page (using JCE editor) but the actual map doesnt show up - no errors, just a light gray placeholder on the page where the map is suppose to be- whats up here-
I did insert my API key-

report abuse
vote down
vote up
kelly thompson
kelly thompson
August 15, 2009
Votes: +0

hi there, forgive me as a newcomer but i have followed this post re google map in joomla, but i dont understand the bit about navigation bar:
please could you tell were i can locate this . many thanks. i know it sounds like a dim question but i really dont know. kind regards kelly

report abuse
vote down
vote up
0
Mike
August 28, 2009
Votes: +0

Hello!

I am having an issue with this module... It is installed and showing up; however, when I add the API code, and put in the address, the map is not readjusting. Currently, it is somewhere over India...

Is there any advice you can give, I have tried multiple API Keys, and the address is update. Why is the map not responding?

report abuse
vote down
vote up
0
Nancy
October 03, 2009
Votes: +0

Change the parameters to show the lat/lon of the address, in the administrator end.

report abuse
vote down
vote up
0
Pedro Tainha
October 05, 2009
Votes: -1

Hello. I' m dealing with a huge problem. It seems that my drop down menus are appearing in the back of the google map api.
I search arround the web and i found that usally this happen when we have a flash object and we must set it to wmode=trnsparent to solve the problem.
The problem is that i think the the google maps api isn't in flash, and even if it was, i couldn't change that parameter anywere.

Does someone faced this problem? i got my z-index of the drop down menus set to 99;

Best regards!!

report abuse
vote down
vote up
0
Umar K
October 08, 2009
Votes: +1

Hi,

Excellent plugin, I've got it working on my Joomla site. I simply added the code to an article.

However I cannot get the map centered on the page, even after I specifiy the align parameter.

Does anyone have any ideas to where i'm going wrong?

thanks

report abuse
vote down
vote up
0
Reginald
October 26, 2009
Votes: +0

Hi all,
I would like to put the physical address to the balloon instead of directions.
Can someone please help me on this issue.
Thanks in advance.

report abuse
vote down
vote up
0
erazor
November 08, 2009
Votes: +0

Hi guys!
Btw, great tutorial on adding this map. One question though: when I add this map using the code from above, no mather which coordinates I use, it always gives me the same location, somewhere in the Netherlands...Had anyone been facing the same problem? Is there any trick to point the map to the specified location??

tnx

report abuse
vote down
vote up
0
Sudhir
November 12, 2009
Votes: +0

Thsnx a lot, it is a nice plugin to use google map at joomla site and very good described comment by David Rose. Thank a lot.

report abuse
vote down
vote up
0
James
November 12, 2009
Votes: +1

I drew some walking trails on "My Maps" with Google. Can you tell me how I can import these trails onto my website - www.hillwalkireland.com - using the above plugin?

(I was able to import a Google map following your instructions but not the walking trails I have created...)

report abuse
vote down
vote up
0
Sopian
November 14, 2009
Votes: +1

Hi All,

How to put this plugin to work in the CONTACT US page?

Thanks.

M Sopian H

report abuse
vote down
vote up
0
martn
November 17, 2009
Votes: +0

Hello,

the above-described process for determining the coordinates (Latitude and Longitude), I have not understood. Can you explain to me how jamand how this would work?

Thank you very much

report abuse
vote down
vote up
0
martn
November 17, 2009
Votes: +0

Hallo and sorry,

I've found a very good description: http://tech.reumer.net/Google-...nates.html

Thanks

report abuse
vote down
vote up
0
orchid1
December 10, 2009
Votes: +0

Cant get the directions working not sure about the syntax can anyone help

{mosmap address='street, zipcode place,country'|dir='1|lat='40.75671'|
lon='-73.98646'|zoom='14'}

report abuse
vote down
vote up
0
paul15
December 17, 2009
Votes: +0

I'm failing at the first hurdle. I'm running Joomla 1.5.15. When I go to Extensions/Plug In Manager, there is no Systems Legacy button in the top menu bar to allow me to enable this. All I have is Preview, Direct Mail & Logout options.

report abuse
vote down
vote up
0
Alik
January 11, 2010
Votes: +1

Great plugin!

Is important to mention that if you don´t link your article (with the map) from the menu, it will only show a blank space.

Cheers!

report abuse
vote down
vote up
0
pr0digy
January 13, 2010
Votes: +0

My map wont show in IE7...but it can display in firefox & chrome...

Any solution???

report abuse
vote down
vote up
0
ElStefano
January 20, 2010
Votes: +1

Any way to make this plugin work in a module, so far i have only gotten it to work in an article.
Please help

report abuse
vote down
vote up
0
Meistro
January 23, 2010
Votes: +3

Hi guys, to all those who are having issues with displaying the map on your site, even when you're just simply using a simple {mosmap} tag, I figured that the google plugin PHP script is conflicting with another plugin you may have.

On my site, it was conflicting with one of RokCandy's macros. I detailed how this can be fixed, which you can see at http://meistrospektiv.com/2010...n-to-work/ .

I hope this helps others as it got me around the issue.

Cheers.

report abuse
vote down
vote up
0
Joe
February 19, 2010
Votes: +1

Hmm.. I get the error:


* Table class JTableContact not found in file.
On my contacts page.

Any ideas?

The page is http://www.mcgintyschool.com/

report abuse
vote down
vote up
0
aveyD
February 21, 2010
Votes: +0

@ Joe: How did you get your map to show up in your contact page?
Thanks.

report abuse
vote down
vote up
0
aveyD
February 21, 2010
Votes: +0

@ Joe: How did you get the google map to show up on your contact page? If you enter {mosmap} in the miscellaneous information or anywhere in the Contact form it does not work. I have been able to display a map in an article, but how do you incorporate a contact page & map on the same page? Thanks.

report abuse
vote down
vote up
0
Simon
February 26, 2010
Votes: +0

I am getting the following message

The website needs a different Google Maps API key...

I only placed {mosmap} in my article.
And In the parameteres of the plugin I placed the other info.


What I am doing wrong??

Thanks in advanced!! smilies/smiley.gif

report abuse
vote down
vote up
0
Brian
March 06, 2010
Votes: +0

Its a great guide.
What i am stuck, is just the inadequate documentation of mosmap attribute examples.

How do i add multiple location tags?




report abuse
vote down
vote up
0
RadioSaigon
March 06, 2010
Votes: +0

just like many other folks, I've no luck on displaying google map direction on joomla contact form. Have anyone figured out a way to work around this problem?

report abuse
vote down
vote up

Write comment
 
  smaller | bigger
 

busy