WP Manifestindependent plugin directory
manifest / content / acf-image-map

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.zip

Also on Packagist as androlax2/acf-image-map:

composer require androlax2/acf-image-map

From 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

TagPublishedAssetDownloads
1.1.1Jun 6, 2025acf-image-map-1.1.1.zip7
1.1.0Mar 15, 2025acf-image-map-1.1.0.zip8
1.0.5Aug 2, 2024acf-image-map-1.0.5.zip13
1.0.4Jul 9, 2024acf-image-map-1.0.4.zip6
1.0.3Feb 5, 2024acf-image-map-1.0.3.zip7
1.0.2Sep 6, 2021acf-image-map-1.0.2.zip15
1.0.1Sep 6, 2021acf-image-map-1.0.1.zip8
1.0.0Sep 6, 2021acf-image-map-1.0.0.zip8

Active-site estimate ≈10 comes from the median of recent superseded releases. Method.