Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

wp contact us map

Descripción

This plugin is about the simplest way to get a Google Map, displayed with your customized icon/marker. It provides a simple code that you can add into any post/page of your WordPress website to display the map, such as [WP_Contact_Us_Map id=»WP_Contact_Us_Map_1″ zoom=»4″ lat=»-26.8369″ lon=»147.0524″ w=»600″ h=»450″ icon=»» popinfo=»» popinfodefaultopen=’1′]. You can change the Map id to allow display more maps displayed on the same page. That «lat» and «lon» means the coordinates of the position you want to be marked on the map. In the «icon» filed you can fill in a customized icon by adding whatever URL of that icon.

No Google Maps API, JavaScript downloads, etc. are required. You can visit http://www.joomlacreator.com/downloads/wordpress-extensions/wp-contact-us-map for more information.

Instalación

  1. Upload the wp-contact-us-map directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the Plugins menu in WordPress
  3. Add shortcodes in your posts, e.g. [WP_Contact_Us_Map id=»WP_Contact_Us_Map_1″ zoom=»4″ lat=»-26.8369″ lon=»147.0524″ w=»600″ h=»450″ icon=»» popinfo=»»]

FAQ

add more to one page or post does not show map

don’t forget to change the argument id: id=»WP_Contact_Us_Map_2″,
e.g: [WP_Contact_Us_Map id=»WP_Contact_Us_Map_2″ zoom=»4″ lat=»-26.8369″ lon=»147.0524″ w=»600″ h=»450″ icon=»» popinfo=»»]

Reseñas

No hay valoraciones para este plugin.

Colaboradores y desarrolladores

«wp contact us map» es un software de código abierto. Las siguientes personas han colaborado con este plugin.

Colaboradores

Traduce «wp contact us map» a tu idioma.

¿Interesado en el desarrollo?

Revisa el código , echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

2012-11-27 version 1.0

2012-12-14 add popup info window

2013-05-18 fix popup info window style, and add flag to set default info window open. Thanks for Schalk Joubert advice !