Title: WP Web Maps
Author: pjhooker
Published: <strong>10 آگوست 2020</strong>
Last modified: 14 آگوست 2020

---

جستجوی افزونه‌ها

![](https://ps.w.org/wp-web-maps/assets/banner-772x250-rtl.png?rev=2355874)

این افزونه **با ۳ نگارش عمدهٔ اخیر وردپرس آزمایش نشده است**. ممکن است دیگر نگهداری
یا پشتیبانی نشود و هنگام استفاده با نگارش‌های تازه‌تر وردپرس مشکل سازگاری داشته 
باشد.

![](https://ps.w.org/wp-web-maps/assets/icon.svg?rev=2355874)

# WP Web Maps

 توسط [pjhooker](https://profiles.wordpress.org/pjhooker/)

[دانلود](https://downloads.wordpress.org/plugin/wp-web-maps.0.2.2.zip)

 * [جزئیات](https://fa.wordpress.org/plugins/wp-web-maps/#description)
 * [نقد و بررسی‌ها](https://fa.wordpress.org/plugins/wp-web-maps/#reviews)
 *  [نصب](https://fa.wordpress.org/plugins/wp-web-maps/#installation)
 * [توسعه](https://fa.wordpress.org/plugins/wp-web-maps/#developers)

 [پشتیبانی](https://wordpress.org/support/plugin/wp-web-maps/)

## توضیحات

Leaflet Map is free software: you can redistribute it and/or modify
 it under the
terms of the GNU General Public License as published by the Free Software Foundation,
either version 2 of the License, or any later version.

Leaflet Map is distributed in the hope that it will be useful,
 but WITHOUT ANY 
WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A 
PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License
 along with Leaflet
Map.

Add a map generated with [LeafletJS](http://leafletjs.com/): an open-source JavaScript
library for mobile-friendly interactive maps. Map tiles are provided by default 
through [GoogleMaps](https://www.google.com/maps).

#### Maps

Simply create a **map** with:

    ```
    [webmap] or `[webmap  wpwebmapsID="9482"]`
    ```

#### Developers and curious

 * [Nightly version of plugin](https://github.com/pjhooker/wp-web-maps)

#### Links

 * [GitHub repositories](https://github.com/pjhooker/wp-web-maps)
 * [Documentation](https://www.notion.so/cityplanner/WP-Web-Maps-7903b5e4997f4423a0dd288731cca266)
 * [Video tutorial](https://www.youtube.com/playlist?list=PLc5INoe6kboZPWlcfJ2DCCkLvHI3YvqW5)
 * [Direct free support](https://t.me/pjhooker)
 * [History](https://github.com/pjhooker/wp-web-maps/commits/master)
 * [Test examples](https://codepen.io/collection/DaQGVe)

#### More

In the sidebar of Admin dashboard you can see a new posts type menu called Web Maps.

Here you can add all maps that you want.

In this Web Maps post type, there is a custom field, where you can place a custom
JS code like these examples [WpWebMaps example code](https://github.com/pjhooker/wp-web-maps/tree/master/example).

For insert any Web Maps in your post, you can add shortcode like this `[webmap wpwebmapsID
="9482"]`, where the number 9482 is the id of custom post.

### Do you want a customized plugin? Contact me

Here’s a link [Telegram DM](https://t.me/pjhooker).
 If you want a customized plugin,
just contact me.

## عکس‌های صفحه

[⌊Simple example.⌉⌊Simple example.⌉[

Simple example.

[⌊Settings page.⌉⌊Settings page.⌉[

Settings page.

[⌊Custom post type for code.⌉⌊Custom post type for code.⌉[

Custom post type for code.

[⌊Custom post type example Javascript.⌉⌊Custom post type example Javascript.⌉[

Custom post type example Javascript.

[⌊Custom post type example GeoJSON.⌉⌊Custom post type example GeoJSON.⌉[

Custom post type example GeoJSON.

[⌊Put the shortcode into the post.⌉⌊Put the shortcode into the post.⌉[

Put the shortcode into the post.

[⌊Simple example version 0.2.2⌉⌊Simple example version 0.2.2⌉[

Simple example version 0.2.2

[⌊Mobile ready!⌉⌊Mobile ready!⌉[

Mobile ready!

## نصب

 1. Choose to add a new plugin, then click upload
 2. Upload the wp-web-maps zip
 3. Activate the plugin through the ‘Plugins’ menu in WordPress
 4. Use the shortcodes in your pages or posts: e.g. `[webmap]`

-or.

Download and install the .zip file in the WordPress plugin page of your website

-or-

 1. Unzip and upload the `mobile-blocks` directory into the `/wp-content/plugins/` 
    directory
 2. Activate the plugin through the ‘Plugins’ menu in WordPress
 3. Done!

## سوالات متداول

### Whoa, what’s with all these plugins?

The principle behind this plugin is to insert map in your posts and learn how code
works.

### Can I customize the map?

The map is almost completely customizable; with the examples I post in [GitHub](https://github.com/pjhooker/wp-web-maps/tree/master/example),

it will be easy to understand how the code works and how to quickly change the code.

## نقد و بررسی‌ها

نقد و بررسی‌ای برای این افزونه یافت نشد.

## توسعه دهندگان و همکاران

“WP Web Maps” نرم افزار متن باز است. افراد زیر در این افزونه مشارکت کرده‌اند.

مشارکت کنندگان

 *   [ pjhooker ](https://profiles.wordpress.org/pjhooker/)

[ترجمه “WP Web Maps” به زبان شما.](https://translate.wordpress.org/projects/wp-plugins/wp-web-maps)

### علاقه‌ مند به توسعه هستید؟

[کد را مرور کنید](https://plugins.trac.wordpress.org/browser/wp-web-maps/)، [مخزن SVN](https://plugins.svn.wordpress.org/wp-web-maps/)
را بررسی کنید، یا از طریق [RSS](https://plugins.trac.wordpress.org/log/wp-web-maps/?limit=100&mode=stop_on_copy&format=rss)
در [گزارش توسعه](https://plugins.trac.wordpress.org/log/wp-web-maps/) مشترک شوید.

## گزارش تغییرات

#### 0.2.2

 * fix function name;

#### 0.2.1

 * add JS and CSS vendors with version in file name;
 * Add CPType and Custom Field;
 * Insert jQuery if don’t exist;
 * Add library JS and CSS with version; add base_leaflet JS for codepen;add readme
   for example;
 * Add Geojson category; add template for geojson category;
 * Fix Error :Request header field Content-Type is not allowed by Access-Control-
   Allow-Headers;
 * Create example003.js – Simple load Geojson from WP (003);

#### 0.2.0

 * add CPType Web Maps;
 * add custom field for insert JS code;
 * add attributes to shortcode for get custom JS code form single Web Map;
 * update readme;

#### 0.1.4

 * initial Version;
 * basic map creation and marker creation;

## اطلاعات

 *  نگارش **0.2.2**
 *  آخرین به‌روزرسانی **6 سال پیش**
 *  نصب‌های فعال **10+**
 *  نگارش وردپرس ** 4.6 یا بالاتر **
 *  آزمایش‌شده تا **5.4.19**
 *  نگارش PHP ** 5.6 یا بالاتر **
 *  زبان
 * [English (US)](https://wordpress.org/plugins/wp-web-maps/)
 * برچسب
 * [gis](https://fa.wordpress.org/plugins/tags/gis/)[leafletjs](https://fa.wordpress.org/plugins/tags/leafletjs/)
   [map](https://fa.wordpress.org/plugins/tags/map/)[mobile](https://fa.wordpress.org/plugins/tags/mobile/)
   [qgis](https://fa.wordpress.org/plugins/tags/qgis/)
 *  [نمایش پیشرفته](https://fa.wordpress.org/plugins/wp-web-maps/advanced/)

## امتیازها

هنوز هیچ نقدی ارسال نشده است.

[Your review](https://wordpress.org/support/plugin/wp-web-maps/reviews/#new-post)

[مشاهده همه بررسی‌ها](https://wordpress.org/support/plugin/wp-web-maps/reviews/)

## مشارکت کنندگان

 *   [ pjhooker ](https://profiles.wordpress.org/pjhooker/)

## پشتیبانی

چیزی برای گفتن دارید؟ نیاز به کمک دارید؟

 [مشاهده انجمن پشتیبانی](https://wordpress.org/support/plugin/wp-web-maps/)

## کمک مالی

آیا تمایل دارید از پیشرفت این افزونه حمایت کنید؟

 [ کمک مالی به این افزونه ](https://www.paypal.me/pjhooker)