Title: Map pins
Author: rvwoens
Published: <strong>26 de Noviembre de  2013</strong>
Last modified: 26 de Septiembre de  2018

---

Buscar plugins

![](https://ps.w.org/map-pins/assets/banner-772x250.jpg?rev=835036)

Este plugin **no ha sido probado con ninguna las 3 últimas versiones principales
de WordPress**. Puede que ya no se mantenga o no tenga soporte, y puede que tenga
problemas de compatibilidad cuando se utiliza con versiones más recientes de WordPress.

![](https://s.w.org/plugins/geopattern-icon/map-pins_926d6c.svg)

# Map pins

 Por [rvwoens](https://profiles.wordpress.org/rvwoens/)

[Descargar](https://downloads.wordpress.org/plugin/map-pins.zip)

 * [Detalles](https://cl.wordpress.org/plugins/map-pins/#description)
 * [Reseñas](https://cl.wordpress.org/plugins/map-pins/#reviews)
 *  [Instalación](https://cl.wordpress.org/plugins/map-pins/#installation)
 * [Desarrollo](https://cl.wordpress.org/plugins/map-pins/#developers)

 [Soporte](https://wordpress.org/support/plugin/map-pins/)

## Descripción

_Map pins makes it easy to create a map with locations of businesses, events, or
venues on a map._

#### You can:

 * Insert a Google Map with custom markers anywhere on your blog using a shortcode.
 * Show a scrollable list of locations next to the Google Map.
 * Order the locations based on distance from visitor location (based on browser
   location).
 * Oodles of information can be maintained per pin/location.
 * Business hours are defined per location. Visitors can search for currently opened
   locations.
 * Most options are highly customizable:
    - All options can be controlled by shortcode parameters
    - Show different sets of locations on various pages by using the location category
    - You can display only a map, display a map and list combination and even show
      only a list of locations (for example in your sidebar). All variants are searchable.
    - Includes country specific search options, for example zip-code optimized searching(
      powered by Google Maps).
    - Large number of marker-icons provided (courtesy of Maps Icons Collection project
      by Nicolas Mollet). You can add your own custom icons to the map as well.
    - Configurable admin environment to make location maintenance very easy.
 * Automatic scaling of the map boundaries based on locations shown.
 * English and Dutch translations are included.
 * Translatable using .mo and .po files.
 * Optimized for WordPress Multisite

#### Your visitors can:

 * Browse a Google Map with all the locations you added.
 * Use an intelligent search option to find locations close to a location (search
   powered by Google Maps).
 * Find locations based on their current location (using GPS / IP location via the
   browser).
 * Search based on business hours of a location is opened right now or not.
 * Find information about the location you added by clicking a map marker including:
   name, address, business hours, any text you add and a hyperlink).

#### Example shortcode:

[mappins-map width=”500″ height=”900″ searchbar=”Y” list=”left” showmap=”show” listwidth
=”40%”]

#### List of location attributes:

name, address, zipcode, city, country, telephone, category, markericon, openinghours,
link URL, latitude/longitude

#### Licenses:

 * The plugin uses wonderful custom marker icons from the Maps Icons Collection 
   project by Nicolas Mollet. (http://mapicons.nicolasmollet.com/)
 * Header photo by Dave77459 (http://www.flickr.com/photos/dave77459/6335868568/)
   cc license (http://creativecommons.org/licenses/by-nc-sa/2.0/)

## Capturas de pantalla

 * [[
 * Map pins with map, list and search bar
 * [[
 * Defining your pins
 * [[
 * Configure map-pins

## Instalación

**To install Map Pins manually, follow these steps:**

 1. Get the plugin using the plugins->add menu and search for `map-pins`
 2. Activate the plugin through the Plugins menu in WordPress
 3. Get a Google Maps API key here: https://developers.google.com/maps/documentation/
    javascript/get-api-key (and also enable Google Places API on this key if you want
    to use the search box)
 4. Go the the plugin settings page and paste your Google Maps API key there. All other
    settings are optional.
 5. Configure the Map Pins locations through the Map Pins menu (located in the left
    menu or in case of WPMU on network level)
 6. Embed the Map Pins map on any page or post using the [mappins-map] shortcode.
 7. Enjoy

Otherwise just use the plugin-install page in wordpress.

## FAQ

  Q: How many maps I can insert into a post or page?

A: The number of map-pins objects on a page is limited to 1 per page. You can change
the shortcut parameters (like width, list-style, category) on other pages.

  Q: How can I show other sets of locations on different pages

A: You can filter shown locations based on category on different pages. The category
filter is part of the shortcut parameters, so you can change the category filter
on each page. For each location the category can be selected.

  Q: Can I upload a CSV of XLS file with locations?

A: No. But you can use phpAdmin or another mysql tool to fill the database.

  Q: Clicking `my-location` shows an error

A: You need an SSL (https://) website, otherwise the browser does not allow this.

  Q: I am using WP Multisite and have one child site for each of my stores. Can 
I use one database defined in the network?

A: Yes. The database is maintained on the network level.

  Q: Is Google Maps a free service? I don’t want to pay Google.

A: Unfortunately, Google Maps is a payed service nowadays. Fortunately the free-
tier is pretty large and you will propably not hit the free-tier limit for a low-
traffic site. However you should protect your key (see google key management) otherwise
people can (and will!) obtain your key from your website and start using it. Also,
its Google, so the pricing can change any minute now.

  Q: I want to use my own pin icons.

A: You can! Just put them in the plugin pics directory (so that is _wp-content/plugins/
map-pins/pics_ in your install). The plugin will find them automagically.

## Reseñas

No hay reseñas para este plugin.

## Colaboradores & Desarrolladores

“Map pins” es software de código abierto. Las siguientes personas han contribuido
a este plugin.

Colaboradores

 *   [ rvwoens ](https://profiles.wordpress.org/rvwoens/)
 *   [ Remco Bron ](https://profiles.wordpress.org/remcobron/)

[Traduce “Map pins” a tu idioma.](https://translate.wordpress.org/projects/wp-plugins/map-pins)

### ¿Interesado en el desarrollo?

[Revisa el código](https://plugins.trac.wordpress.org/browser/map-pins/), echa un
vistazo al [repositorio SVN](https://plugins.svn.wordpress.org/map-pins/), o suscríbete
al [registro de desarrollo](https://plugins.trac.wordpress.org/log/map-pins/) por
[RSS](https://plugins.trac.wordpress.org/log/map-pins/?limit=100&mode=stop_on_copy&format=rss).

## Historial de cambios

#### 1.29

 * Fixed submenu. First submenu is now called locations, and not map-pins. Took 
   a lot of googling to find the solution but https://wordpress.stackexchange.com/
   questions/52675/how-to-remove-duplicate-link-from-add-menu-page came to the resque.

#### 1.20

 * Allow filtering on category

#### 1.13

 * some styling fixed

#### 1.10

 * Added required Google Maps API key

#### 1.02

 * fixed short php tags
 * tested with latest wordpress version

#### 1.01

 * php 5.2 compatible and php version check

#### 1.0

 * After hours notification with moon icon
 * screenshots and other nice info on wordpress.org
 * made responsive

#### 0.1

 * Initial release.

## Meta

 *  Versión **1.29**
 *  Última actualización **hace 8 años**
 *  Instalaciones activas **30+**
 *  Versión de WordPress ** 3.0.5 o superior **
 *  Probado hasta **4.9.29**
 *  Idioma
 * [English (US)](https://wordpress.org/plugins/map-pins/)
 * Etiquetas
 * [categories](https://cl.wordpress.org/plugins/tags/categories/)[Google Maps](https://cl.wordpress.org/plugins/tags/google-maps/)
   [map](https://cl.wordpress.org/plugins/tags/map/)[maps](https://cl.wordpress.org/plugins/tags/maps/)
   [shortcode](https://cl.wordpress.org/plugins/tags/shortcode/)
 *  [Vista Avanzada](https://cl.wordpress.org/plugins/map-pins/advanced/)

## Calificaciones

 5 de 5 estrellas.

 *  [  4 valoraciones de 5 estrellas     ](https://wordpress.org/support/plugin/map-pins/reviews/?filter=5)
 *  [  0 valoraciones de 4 estrellas     ](https://wordpress.org/support/plugin/map-pins/reviews/?filter=4)
 *  [  0 valoraciones de 3 estrellas     ](https://wordpress.org/support/plugin/map-pins/reviews/?filter=3)
 *  [  0 valoraciones de 2 estrellas     ](https://wordpress.org/support/plugin/map-pins/reviews/?filter=2)
 *  [  0 valoraciones de 1 estrellas     ](https://wordpress.org/support/plugin/map-pins/reviews/?filter=1)

[Your review](https://wordpress.org/support/plugin/map-pins/reviews/#new-post)

[Ver todas las reseñas](https://wordpress.org/support/plugin/map-pins/reviews/)

## Colaboradores

 *   [ rvwoens ](https://profiles.wordpress.org/rvwoens/)
 *   [ Remco Bron ](https://profiles.wordpress.org/remcobron/)

## Soporte

¿Tienes algo que decir? ¿Necesitas ayuda?

 [Ver el foro de soporte](https://wordpress.org/support/plugin/map-pins/)

## Donar

¿Te gustaría apoyar el avance de este plugin?

 [ Donar para este plugin ](http://www.innovader.nl/donate)