Advanced Custom Fields: Image map
An ACF field to map shapes in image.
by Théo Benoit · github.com/androlax2/acf-image-map · website
★ 9stars
72release downloads
≈10active sites
863composer installs
2forks
Install
The author publishes release zips, so WP-CLI can install straight from GitHub:
wp plugin install https://github.com/androlax2/acf-image-map/releases/download/1.1.1/acf-image-map-1.1.1.zipAlso on Packagist as androlax2/acf-image-map:
composer require androlax2/acf-image-mapFrom the readme
ACF Image Map
Requirements
- PHP = 7.3
- Composer
Installation
Bedrock
Install via Composer:
Manual
Download the release .zip and install into wp-content/plugins.
Usage
First you need to define an image that will be used to add different shapes on it.
Shapes
You can use different shapes, for now you can use polygon and points.
On the front end :
- It will return an array with your coords in an areacoords for the polygon,
- It will return an array with the point coord in an x & y for the point.
ACF Composer
If you are using ACF Builder :
Point
Polygon
HTML
Point
For the point, you have the x and y coords.
Let's imagine that we have the fields defined above:
So we would have an HTML structure that would look like this to display our point on the image:
Poly
You use poly to create a map on the image a priori, so here is an HTML code to achieve this:
Let's imagine that we have the fields defined above:
So we would have an HTML structure that would look like this to display our area on the image:
Be careful, the coordinates of the area are defined in relation to the maximum size of the image. In responsive, this will not work, you have to recalculate the coordi
Read the full README on GitHub →
Releases
| Tag | Published | Asset | Downloads |
|---|---|---|---|
| 1.1.1 | Jun 6, 2025 | acf-image-map-1.1.1.zip | 7 |
| 1.1.0 | Mar 15, 2025 | acf-image-map-1.1.0.zip | 8 |
| 1.0.5 | Aug 2, 2024 | acf-image-map-1.0.5.zip | 13 |
| 1.0.4 | Jul 9, 2024 | acf-image-map-1.0.4.zip | 6 |
| 1.0.3 | Feb 5, 2024 | acf-image-map-1.0.3.zip | 7 |
| 1.0.2 | Sep 6, 2021 | acf-image-map-1.0.2.zip | 15 |
| 1.0.1 | Sep 6, 2021 | acf-image-map-1.0.1.zip | 8 |
| 1.0.0 | Sep 6, 2021 | acf-image-map-1.0.0.zip | 8 |
Active-site estimate ≈10 comes from the median of recent superseded releases. Method.