Tell me more ×
Drupal Answers is a question and answer site for Drupal developers and administrators. It's 100% free, no registration required.

When I generate the map and paste it on the site, it shows me only the "View Larger Map" link.

How can I embed Google Map into my Drupal 7 site?

share|improve this question

3 Answers

up vote 4 down vote accepted

Seems that your text gets filtered. Are you trying to embed the given by the google maps web? If that it's the case, check that the text-format of your node is 'full html'.

You can also take a look into the OpenLayers module to add maps into nodes:

http://drupal.org/project/openlayers

share|improve this answer

if you want google maps you can use this module: http://drupal.org/project/gmap. There is also a great screen cast that shows how to use it: http://www.drupaltherapy.com/gmap

share|improve this answer

For a single map at a brochure site try the simple Location Map Module.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.