前言介紹
- 這款 WordPress 外掛「Simple Shortcode for Yatmo Map」是 2023-12-28 上架。
- 目前尚無安裝啟用數,是個很新的外掛。如有要安裝使用,建議多測試確保功能沒問題!
- 上一次更新是 2023-12-29,距離現在已有 492 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
yatmo |
外掛標籤
map | maps | pois | yatmo | Points of Interest |
內容簡介
- Yatmo 地圖外掛快速簡單使用,可選擇是否顯示地圖上的興趣點,讓您享受使用的樂趣!
- 地圖上可以顯示部分 OpenStreetMap 的興趣點類別,還有公共交通線路的形狀和其他有趣的資訊,如高速公路入口等。
- 使用簡單的短代碼,將地圖放在 WordPress 文章和頁面上。直接、易用!非常適合房地產列表、聯絡頁面地圖、顯示送貨範圍等用途!
- 如果每月地圖載入量不超過 60,000 次,您可以免費使用我們的地圖。如果您需要更多或想要訪問其他選項(如等時線計算等),可以在此處進行月訂閱(無需承諾,您可以在任何時候停止!)在這種情況下,請正確配置您的 Yatmo 帳戶(帳單資訊、域名等)。
- 您想在房地產列表上使用我們的地圖,但不提供真實位置?我們有一個選項,可以在地圖上放置一個圓圈(當然,圓心位置會隨機移動),而不是傳統的圖針!所以查看我們在常見問題解答中的匿名選項😉
- 注意:此 WordPress 外掛依賴於我們的腳本 https://map.yatmo.com/map.js,該腳本創建地圖並加載興趣點等等。
- 它還依賴於兩個第三方服務:
https://yatmo.com,在地圖上載入興趣點、等時線計算等需要。
銷售條款:https://yatmo.com/en/legal/termsofsales
隱私政策:https://yatmo.com/en/legal/privacyandgdpr
文件:https://documentation.yatmo.com
https://nominatim.openstreetmap.org
限制:https://operations.osmfoundation.org/policies/nominatim/
隱私政策:https://wiki.osmfoundation.org/wiki/Privacy_Policy
使用 [yatmo-map] 短代碼顯示地圖:
簡單地創建一個地圖(將使用設定中的預設位置):
[yatmo-map]
(目前每個頁面只支援一個地圖!)
使用地址查找:
[yatmo-map address="Rue de la Loi 16, 1000 Bruxelles"]
知道某個位置的緯度和經度嗎?使用它們(以及縮放級別):
[yatmo-map lat=50.850340 lng=4.351710 zoom=15]
在地圖短代碼下添加標記:
[yatmo-map]
[yatmo-marker]
需要更多?添加更多標記(並使地圖容納它們全部):
[yatmo-map fitbounds]
[yatmo-marker lat=50.850340 lng=4.351710]
[yatmo-marker lat=50.784574 lng=4.254787]
它們還可以使用地址而不是緯度/經度:
[yatmo-marker address="Rue de la Loi 16, 1000 Bruxelles"]
您甚至可以添加帶有標題的彈出(在懸停時可見):
[yatmo-map]
[yatmo-marker lat=50.850340 lng=4.351710 title="Hello world" popuptextcontent="Lorem ipsum dolor sit amet, consectetur adipiscing elit."]
更多
在我們的文件頁面上查看其他示例:https://documentation.yatmo.com/#wordpress_map.
原文外掛簡介
Very quick and simple to use Yatmo map plugin: with our without points of interest on the map, you will enjoy it!
Points of interest: a part of the POIs categories from OpenSteetMap can be shown on the map and we also added the shapes of the public transport lines and other interesting info like motorways entrances…
Put our map on your WordPress posts and pages simply and easily with a shortcode. Straight forward and easy to use! Ideal for real estate listings, contact page maps, maps showing delivery areas and many other uses!
You can use our map for free if you don’t exceed 60,000 map loads per month, if you need more or if you want to access more options (like isochrones calculation, etc.): you can take a monthly subscription (no commitment, you stop when you want!) here. Do not forget to configure correctly your Yatmo account in this case (billing info, domain name, etc.).
You want to use our map on a real estate listing without giving the real location? We have an option to put a circle (with a randomly moved center of course) on the map instead of a classical pin! So check our anonymous option in the FAQ for that 😉
FYI: our plugins are completely cookieless so don’t worry about that, we won’t add any cookies…
Note: this WordPress plugins relies on our script https://map.yatmo.com/map.js which creates the map and load the points of interest, etc.
It also relies on two 3rd party services:
https://yatmo.com is needed to load the point of interest on the map, isochrones calculations, etc.
Terms of sales: https://yatmo.com/en/legal/termsofsales
Privacy policy: https://yatmo.com/en/legal/privacyandgdpr
Documentation: https://documentation.yatmo.com
https://nominatim.openstreetmap.org
Limitations: https://operations.osmfoundation.org/policies/nominatim/
Privacy policy: https://wiki.osmfoundation.org/wiki/Privacy_Policy
Maps are displayed with the [yatmo-map] shortcode:
Simply create a map with (it will use the default location from the settings):
[yatmo-map]
(currently supporting one map per page!)
Lookup an address with:
[yatmo-map address="Rue de la Loi 16, 1000 Bruxelles"]
Know the latitude and longitude of a location? Use them (and a zoom level) with:
[yatmo-map lat=50.850340 lng=4.351710 zoom=15]
Add a marker under your map shortcode, like so:
[yatmo-map]
[yatmo-marker]
Want more? Make more (and fit the map to contain all of them):
[yatmo-map fitbounds]
[yatmo-marker lat=50.850340 lng=4.351710]
[yatmo-marker lat=50.784574 lng=4.254787]
They can also use an address instead of a latitude/longitude:
[yatmo-marker address="Rue de la Loi 16, 1000 Bruxelles"]
You can even add popups (with text content) with their titles (visible on mouse over):
[yatmo-map]
[yatmo-marker lat=50.850340 lng=4.351710 title="Hello world" popuptextcontent="Lorem ipsum dolor sit amet, consectetur adipiscing elit."]
More
Check out other examples on our documentation page: https://documentation.yatmo.com/#wordpress_map.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Simple Shortcode for Yatmo Map」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
延伸相關外掛(你可能也想知道)
WP Go Maps (formerly WP Google Maps) 》這是一款易於使用的 Google 地圖和 Open Layers 地圖外掛程式(包括地圖區塊)!, 使用提供的短代碼,快速輕鬆地向 WordPress 文章和/或頁面添加自定義 Googl...。
WP Maps – Display Google Maps Perfectly with Ease 》這是一款專為WordPress設計的最先進但簡單易用的Google地圖外掛程式。使用它可以輕鬆創建多個美觀、現代化且可響應式的Google地圖,支持多個位置、自定義標記...。
Leaflet Map 》透過LeafletJS新增一個地圖:一個開源的JavaScript函式庫,提供適合行動裝置的互動地圖。預設的地圖圖磚是透過OpenStreetMap或MapQuest(需使用應用鍵)提供...。
MapGeo – Interactive Geo Maps 》使用此WordPress外掛,您可以創建具有區域和彩色標記的互動式地圖。您可以顯示全球地圖、洲地圖和單一國家地圖。 , 演示 | 管理演示 | 地圖,| 文檔 | Pro, ...。
Maps Widget for Google Maps 》厭倦了有漏洞和速度緩慢的 Google 地圖外掛需要花費數小時才能設置完成嗎?使用 Maps Widget for Google Maps,您只需幾分鐘即可擁有完美的地圖縮略圖和燈箱...。
Map Block for Google Maps 》你正在使用 Gutenberg 編輯器,需要一個地圖嗎?這款地圖區塊插件就是為你而設!安裝、啟用、加入內容,這些就是全部步驟!沒有繁瑣的設置,功能清晰易用 - ...。
Easy Google Maps 》WordPress Easy Google Maps, , WordPress 簡易 Google 地圖, 如何使用簡易 Google 地圖, 簡易 Google 地圖演示, , 使用 WordPress 繪製易於 Google 地圖,只...。
WP Realtime Sitemap 》這是一個網站地圖的 WordPress 外掛,可以讓您輕鬆地顯示所有頁面、文章、存檔、分類和標籤,而無需進行樣板修改或在網頁上懂 HTML/PHP 知識。, 此外掛不會建...。
Simple Map 》使用gmaps.js輕鬆嵌入 Google 地圖的外掛程式。, 這個外掛程式允許您將地址轉換成類似下面的 Google 地圖:, [map]加州舊金山[/map], , 另一種方法是只用 URL...。
OSM – OpenStreetMap 》在少於 100 秒內添加帶有標記的地圖:, , 如果您想獲得有關 OSM-plugin 的詳細信息,請訪問以下頁面:, , 首頁:WP-OSM-Plugin, 論壇:EN|DE, Twitter:@WP_O...。
Leaflet Maps Marker (Google Maps, OpenStreetMap, Bing Maps) 》到 2020 年 1 月,Maps Marker 外掛的免費版本已經退役。雖然仍然可用,但只會加入偶爾的安全更新,不再增加新功能和修正錯誤。我們建議升級到 Maps Marker P...。
Maps Plugin using Google Maps for WordPress – WP Google Map 》WordPress 的谷歌地圖外掛, , WordPress 的谷歌地圖使用手冊, 如何在 WordPress 網站中使用谷歌地圖, , WP Google Map 是一個很棒的外掛,可以在你的網站新增...。
Flexible Map 》Flexible Map 允許您通過簡單的短代碼將 Google 地圖添加到 WordPress 網站中。, 功能, , 三種加載地圖的方式:, , 通過中心座標, 通過街道地址, 通過指向 Go...。
10Web Map Builder for Google Maps 》10Web Google Maps 建立者, 示範, 使用者指南, 10Web Google Maps 建立者為你提供了質量和簡單性的結合,輕鬆地為你的網站添加無限的地圖。它是一個開箱即用...。
Open User Map 》讓您的訪客在互動式地圖上新增標記(無需註冊)。新位置將等待您的批准後再公布。地圖基於Leaflet Map JS,提供多種免費地圖和標記樣式。您無需 API 金鑰、存...。