Title: Map in Each Post – Add interactive maps to every post
Author: Matteo Enna
Published: <strong>11 Korrik, 2024</strong>
Last modified: 20 Shtator, 2026

---

Kërkoni te shtojca

![](https://ps.w.org/map-in-each-post/assets/banner-772x250.jpg?rev=3353320)

![](https://ps.w.org/map-in-each-post/assets/icon-256x256.jpg?rev=3294898)

# Map in Each Post – Add interactive maps to every post

 Nga [Matteo Enna](https://profiles.wordpress.org/matteoenna/)

[Shkarkim](https://downloads.wordpress.org/plugin/map-in-each-post.3.5.0.zip)

 * [Hollësi](https://sq.wordpress.org/plugins/map-in-each-post/#description)
 * [Shqyrtime](https://sq.wordpress.org/plugins/map-in-each-post/#reviews)
 *  [Instalim](https://sq.wordpress.org/plugins/map-in-each-post/#installation)
 * [Zhvillim](https://sq.wordpress.org/plugins/map-in-each-post/#developers)

 [Asistencë](https://wordpress.org/support/plugin/map-in-each-post/)

## Përshkrim

Map in Each Post allows you to easily add a map to your WordPress posts using shortcodes
and a built-in form. You can customize each map with different points for each post.
This plugin is ideal for travel blogs, location-based content, and any website that
needs custom maps per post. Additionally, you can select which post types will have
the map functionality enabled.

**Try it on a free mock site: [click here](https://tastewp.org/plugins/map-in-each-post/)**

#### Features

 * Add a custom map to each post using a simple shortcode.
 * Customize each map with different points via a form in the post editor.
 * Select the post types where the map functionality should be enabled.
 * Easy to use and configure.
 * Compatible with the latest version of WordPress.

#### Usage

To use this plugin, simply add the following shortcode to your post to display a
map with multiple points:

    ```
    [mapInEachPost]
    ```

Or by specifying the center point and zoom:

    ```
    [mapInEachPost zoom="3" lat="45.4399961" lon="10.9719328"]
    ```

Then, use the form that appears in the post editor to input the latitude and longitude
coordinates for the points you want to add to the map.

This will generate a map with points in New York City and Los Angeles.

To display a single point on the map, use the following shortcode:

    ```
    [mapInEachPostPoint lat="39.8736" lon="8.7479" zoom="12" title="Point in Sardinia"]
    ```

 * `lat`: Latitude of the point (required)
 * `lon`: Longitude of the point (required)
 * `zoom`: Zoom level for the map (optional, default: 8)
 * `title`: Title of the point (optional, default: empty)
 * `link`: A URL to associate with the point (optional)
 * `desc`: A description for the point (optional)

For example, to display a point with additional information:

    ```
    [mapInEachPostPoint lat="39.8736" lon="8.7479" zoom="12" title="Point in Sardinia" link="https://example.com" desc="Description of the Point in Sardinia"]
    ```

This will generate a map centered on the given latitude and longitude, with the 
point titled “Point in Sardinia” and a link to “https://example.com”.

### Third Party Services

This plugin relies on the Leaflet service to display maps. Leaflet is an open-source
JavaScript library for mobile-friendly interactive maps. By using this plugin, you
agree to the terms of use and privacy policies of Leaflet.

 * Service: [Leaflet](https://leafletjs.com/)
 * License: [BSD-2-Clause license](https://github.com/Leaflet/Leaflet?tab=BSD-2-Clause-1-ov-file#readme)

You can find the source code and contribute to the project on GitHub:[Map in Each Post on GitHub](https://github.com/Ellusu/map-in-each-post)

## Foto ekrani

[[

[[

[[

[[

[[

## Instalim

 1. Upload the plugin files to the `/wp-content/plugins/map-in-each-post` directory,
    or install the plugin through the WordPress plugins screen directly.
 2. Activate the plugin through the ‘Plugins’ screen in WordPress.
 3. Use the shortcode `[map_in_post]` in your posts to display a map and input points
    via the form in the post editor.
 4. Go to the plugin settings page to select the post types where the map functionality
    should be enabled.

## PBR

### How do I add a map to my post?

Simply use the shortcode `[mapInEachPost]` in the post where you want the map to
appear, and input the points using the form that appears in the post editor.

### Can I customize the points on the map for each post?

Yes, you can customize the points for each map by entering the latitude and longitude
coordinates in the form provided in the post editor.

### How do I select the post types where the map functionality should be enabled?

Go to the plugin settings page and select the post types where you want the map 
functionality to be enabled.

### What map service does this plugin use?

The plugin uses Leaflet, an open-source JavaScript library for mobile-friendly interactive
maps, to display the maps.

## Shqyrtime

Për këtë shtojcë s’ka shqyrtime.

## Kontribues & Zhvillues

“Map in Each Post – Add interactive maps to every post” është software me burim 
të hapur. Në këtë shtojcë kanë dhënë ndihmesë personat vijues.

Kontribues

 *   [ Matteo Enna ](https://profiles.wordpress.org/matteoenna/)

“Map in Each Post – Add interactive maps to every post” është përkthyer në 1 gjuhë.
Faleminderit [përkthyesve](https://translate.wordpress.org/projects/wp-plugins/map-in-each-post/contributors)
për ndihmesën e tyre.

[Përkthejeni “Map in Each Post – Add interactive maps to every post” në gjuhën tuaj.](https://translate.wordpress.org/projects/wp-plugins/map-in-each-post)

### Ju intereson zhvillimi?

[Shfletoni kodin](https://plugins.trac.wordpress.org/browser/map-in-each-post/),
shkarkoni [depon SVN](https://plugins.svn.wordpress.org/map-in-each-post/), ose 
pajtohuni përmes [RSS-je](https://plugins.trac.wordpress.org/log/map-in-each-post/?limit=100&mode=stop_on_copy&format=rss)
te [regjistri i zhvillimeve](https://plugins.trac.wordpress.org/log/map-in-each-post/).

## Regjistër ndryshimesh

#### 3.5.0

 * More than one map can now be shown on the same page. Each map gets its own container
   and its own settings; before, two shortcodes produced two elements with the same
   id and the second map silently replaced the first.
 * Fixed: the selected post types were saved under one option name and read back
   under another. It happened to work on most databases because MySQL ignores letter
   case, but the setting never came from WordPress’s option cache, so every single
   post paid extra database queries for it — and on a case-sensitive database the
   setting was lost entirely. Existing choices are carried over automatically on
   update.
 * The editor scripts and stylesheet no longer load on every admin page, and both
   carry a version so browsers pick up updates.
 * Tested up to WordPress 7.1.

## Të tjera

 *  Version **3.5.0**
 *  Përditësuar së fundi më **1 javë më parë**
 *  Instalime aktive **10+**
 *  Version WordPress-i ** 5.0 ose më i madh **
 *  E provuar deri me **7.1.2**
 *  Gjuhë
 * [English (US)](https://wordpress.org/plugins/map-in-each-post/) dhe [Italian](https://it.wordpress.org/plugins/map-in-each-post/).
 *  [Përkthejeni në gjuhën tuaj](https://translate.wordpress.org/projects/wp-plugins/map-in-each-post)
 * Etiketa
 * [custom-map](https://sq.wordpress.org/plugins/tags/custom-map/)[map](https://sq.wordpress.org/plugins/tags/map/)
   [maps](https://sq.wordpress.org/plugins/tags/maps/)[post](https://sq.wordpress.org/plugins/tags/post/)
   [shortcode](https://sq.wordpress.org/plugins/tags/shortcode/)
 *  [Pamje e Thelluar](https://sq.wordpress.org/plugins/map-in-each-post/advanced/)

## Vlerësime

S’është parashtruar ende ndonjë përshtypje.

[Your review](https://wordpress.org/support/plugin/map-in-each-post/reviews/#new-post)

[Shihni krejt shqyrtimet](https://wordpress.org/support/plugin/map-in-each-post/reviews/)

## Kontribues

 *   [ Matteo Enna ](https://profiles.wordpress.org/matteoenna/)

## Asistencë

Keni diçka për të thënë? Ju duhet ndihmë?

 [Shihni forum asistence](https://wordpress.org/support/plugin/map-in-each-post/)

## Dhuroni

Do të donit të përkrahnit shpënien më tej të kësaj shtojce?

 [ Dhuroni për këtë shtojcë ](https://www.paypal.me/matteoedev/2.55)