-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathreadme.txt
executable file
·53 lines (32 loc) · 1.61 KB
/
readme.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
=== MapHilight for Wordpress ===
Contributors: Xavier Roussel
Tags: maphilight, area, map
Donate link:
Requires at least: 3.3
Tested up to: 3.4.2
Stable tag: 0.2
License: GPLv2
== Description ==
MapHilight makes it easy to integrate the javascript needed to make your maps or images interactive. Based on the imagemapster jQuery plugin, MapHilight allows you to customize a hover effect on your maps or images.
Plugin uses jQuery plugin found here : https://github.com/jamietre/imagemapster
Thanks jmcphail for pointing it out on this plugin's Wordpress forum.
Use it in your Posts by adding the following shortcode : [maphilight]
= Learn More =
== Installation ==
As usual for any wordpress extension, go to "Extensions / Add" in the admin menu and search for "maphilight". Then click on the "Install Now" link. Activate the extension once it's installed.
Or you may also get the plugin as a zip file and upload it to your wordpress site by choosing "send" in the "Extension / Add" menu.
== Upgrade Notice ==
No upgrade yet...
== Frequently Asked Questions ==
1. How do I integrate the map in an article or a post once it has been created in the admin menu ?
> You only need to use the [maphilight] shortcode in your post or article and the map will appear. The javascript will only be loaded in your page if the shortcode is present.
== Todo ==
* Interactive map preview in admin
* Add more options for area rendering
== Screenshots ==
1. An example of the "General" admin parameters page.
== Changelog ==
= 0.2 =
* Changed jQuery plugin mahilight for imagemapster. Allowing responsive maps !
= 0.1 =
* Initial release