Maps for WP

plugin banner

Add a customized Yandex maps to your WordPress posts and/or pages quickly and easily with the supplied shortcode.

Author:Maxim Glazunov (profile at wordpress.org)
WordPress version required:4.5
WordPress version tested:6.2.2
Plugin version:1.2.1
Added to WordPress repository:07-04-2016
Last updated:15-07-2023
Rating, %:80
Rated by:4
Plugin URI:https://icopydoc.ru/category/documentation/
Total downloads:16 265
Active installs:600+
plugin download
Click to start download

A handy plugin for inserting Yandex and Google maps using shortcode.

Adds Yandex or Google Map with one point

[MapOnePoint id=”” type=”” lon=”” lat=”” zoom=”” h=”” img=”” thover=”” tclick=””]

  • “id” (required) – unique id
  • “type” (not required) – map layer (roadmap, satellite, hybrid, terrain)
  • “lon” (required) – longitude of the center of the map
  • “lat” (required) – latitude of the center of the map
  • “mstyle” (not required) – style of maps (default, blackwhite, blackout, сolorinversion)
  • “h” (not required) – Map height in pixels
  • “img” (not required) – URL image markers
  • “thover” (not required) – Text when pointing to a point
  • “tclick” (not required) – Text when clicking on a point

Example:

[MapOnePoint id="m1" type="hybrid" lon="55.75197479670444" lat="37.617726067459024" zoom="5" h="200" img="http://site.ru/1.png" thover="Text when pointing to a point" tclick="Text when clicking on a poin. Some text"]

Adds Yandex or Google map with many points

[MapManyPoints id=”” type=”” lat=”” lon=”” zoom=”” h=”” img=”” points=””]

  • “id” (required) – unique id
  • “type” (not required) – map layer (roadmap, satellite, hybrid, terrain)
  • “lon” (required) – longitude of the center of the map
  • “lat” (required) – latitude of the center of the map
  • “mstyle” (not required) – style of maps (default, blackwhite, blackout, сolorinversion)
  • “h” (not required) – Map height in pixels
  • “img” (not required) – URL image markers
  • “points” – [lat point 1],[lon point 1],[text on hover 1],[text on click 1];[lat point 2],[lon point 2],[text on hover 2],[text on click 2] and so on…

Example:

[[MapManyPoints id="m2" type="roadmap" lat="25" lon="30" zoom="2" h="250" points="25,-1,Text on hover this point, Text on click this point;-5,13,Text on hover this point, Text on click this point"]

Screenshots
FAQ
ChangeLog