Title: Meta Box Locationpicker
Author: marcopetersdij
Published: <strong>January 16, 2015</strong>
Last modified: January 16, 2015

---

Search plugins

This plugin **hasn’t been tested with the latest 3 major releases of WordPress**.
It may no longer be maintained or supported and may have compatibility issues when
used with more recent versions of WordPress.

![](https://s.w.org/plugins/geopattern-icon/meta-box-locationpicker.svg)

# Meta Box Locationpicker

 By [marcopetersdij](https://profiles.wordpress.org/marcopetersdij/)

[Download](https://downloads.wordpress.org/plugin/meta-box-locationpicker.1.1.zip)

 * [Details](https://wordpress.org/plugins/meta-box-locationpicker/#description)
 * [Reviews](https://wordpress.org/plugins/meta-box-locationpicker/#reviews)
 *  [Installation](https://wordpress.org/plugins/meta-box-locationpicker/#installation)
 * [Development](https://wordpress.org/plugins/meta-box-locationpicker/#developers)

 [Support](https://wordpress.org/support/plugin/meta-box-locationpicker/)

## Description

This Meta Box field will let you create a Meta Box field in the admin to let the
user pick a specific point in an image. Useful when you need a specific point on
a map.

To use this plugin, you need to have the [Meta Box](https://wordpress.org/plugins/meta-box/)
plugin installed.

Usage:

When creating a new field, 3 Meta Box fields need to be added to the Meta Box. The
following is an example of the usage:

    ```
    array(     'name' => 'Place on map',     'id' => 'map_placement',     'type' => 'locationpicker',     'image' => get_template_directory_uri() . '/assets/img/admin/worldmap_admin.png' ), array(     'name' => '',     'id' => 'map_placement_top',     'type' => 'hidden' ), array(     'name' => '',     'id' => 'map_placement_left',     'type' => 'hidden' ) 
    ```

Values saved in the ‘map_placement_top’ and ‘map_placement_left’ fields, are percentages
from the top and left side of the image. To show a point on an image on your site,
you can use these percentages to place the point. The ID’s can be changed, but take
note that the second and third ID needs to be the first ID with “_top” and “_left”
appended.

#### Collaboration

This plugin has been built in collaboration with [de Internet Jongens](http://deinternetjongens.nl/)

## Installation

 1. Upload `meta-box-locationpicker` to the `/wp-content/plugins/` directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Follow the instructions in the description above

## Reviews

There are no reviews for this plugin.

## Contributors & Developers

“Meta Box Locationpicker” is open source software. The following people have contributed
to this plugin.

Contributors

 *   [ marcopetersdij ](https://profiles.wordpress.org/marcopetersdij/)

[Translate “Meta Box Locationpicker” into your language.](https://translate.wordpress.org/projects/wp-plugins/meta-box-locationpicker)

### Interested in development?

[Browse the code](https://plugins.trac.wordpress.org/browser/meta-box-locationpicker/),
check out the [SVN repository](https://plugins.svn.wordpress.org/meta-box-locationpicker/),
or subscribe to the [development log](https://plugins.trac.wordpress.org/log/meta-box-locationpicker/)
by [RSS](https://plugins.trac.wordpress.org/log/meta-box-locationpicker/?limit=100&mode=stop_on_copy&format=rss).

## Changelog

#### 1.1

 * Changes in readme.txt

#### 1.0

 * Initial version

## Meta

 *  Version **1.1**
 *  Last updated **12 years ago**
 *  Active installations **Fewer than 10**
 *  WordPress version ** 4.0 or higher **
 *  Tested up to **4.1.42**
 * Tags
 * [Box](https://wordpress.org/plugins/tags/box/)[location](https://wordpress.org/plugins/tags/location/)
   [map](https://wordpress.org/plugins/tags/map/)[meta](https://wordpress.org/plugins/tags/meta/)
   [meta box](https://wordpress.org/plugins/tags/meta-box/)[metabox](https://wordpress.org/plugins/tags/metabox/)
   [picker](https://wordpress.org/plugins/tags/picker/)
 *  [Advanced View](https://wordpress.org/plugins/meta-box-locationpicker/advanced/)

## Ratings

No reviews have been submitted yet.

[Your review](https://wordpress.org/support/plugin/meta-box-locationpicker/reviews/#new-post)

[See all reviews](https://wordpress.org/support/plugin/meta-box-locationpicker/reviews/)

## Contributors

 *   [ marcopetersdij ](https://profiles.wordpress.org/marcopetersdij/)

## Support

Got something to say? Need help?

 [View support forum](https://wordpress.org/support/plugin/meta-box-locationpicker/)