=== NinjaDraw === Contributors: avirtum, yalogica Tags: imagemap, interactive points, hotspots Requires at least: 4.6 Tested up to: 6.7 Stable tag: 1.0.0 Requires PHP: 7.0 License: GPLv3 Build an interactive map featuring clickable markers for WordPress. == Description == NinjaDraw is a plugin that enables you to incorporate interactive maps and clickable infographics into your WordPress website. == How To Use === To insert an interactive image into a web page, you should use the shortcode "ninjadraw", for example [ninjadraw img="mysite.com/image.png"] [hotspot x="15" y="15" Link="yahoo.com"] [hotspot x="55" y="55" link="gogoduck.com"] [hotspot x="95" y="95" link="avirtum.com"] [/ninjadraw] Shortcode parameters: img - image url class - additional css classes applied to the interactive image container x - left coordinate of the hotspot in % y - top coordinate of the hotspot in % link - url to an external resource == Installation == * go to the Wordpress admin console * go to "Plugins" -> "Add New" * search for "NinjaDraw" * Click "Install Now" * Click "Activate" == Changelog === = 1.0.0 = * Initial release