Links on different parts of the image

I am looking for a plugin to create links on different parts of the image. That is, it should be several points on the image, when clicking on which the user will go to a certain page of the website.
I already use a plugin on another website, but I did not find the necessary plugin for October. If someone knows a solution, please advise.
Thanks.

You can use an area map for this, I think. Example:

<img src="imgsrc" width="imgwidth" height="imgheight" alt="alttext" usemap="#mapname">

<map name="mapname">
    <area shape="rect" coords="see note 1" href="link" alt="alttext">
</map>

Try MapIt Plugin or ImageMapster. Maybe it will help.

1 Like