這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Google Maps Shortcode

描述

WP Google Maps Shortcode – Insert Google Maps into your post or page using Shortcode.

Maps are displayed with the [wp_gmaps] short code:

[wp_gmaps address="San Francisco, California" zoom="7" marker="1"]
  • Support geocoding service
  • Support latitude and longitude parameters
  • Support zoom
  • Enable/Disable marker

安裝

  1. Activate the plugin
  2. Add [wp_gmaps address=”your address here”] or [wp_gmaps lat=”your latitude” lng=”your longitude”] to any post or page

評價

2016年9月3日
While this plugin works and is simple to use, the code needs to be updated (bug fixes, improvements). For instance, this issue is 9 months old: https://wordpress.org/support/topic/javascript-bug-2?replies=1. Also, adding a responsive takes about 5 minutes (See https://gist.github.com/SiamKreative/f38f9fefcd494b67c1ca). It SHOULD be responsive by default.
閱讀全部5個評價

貢獻者及開發者

“WP Google Maps Shortcode” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 WP Google Maps Shortcode 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.1

  • Utilize Transients API for delivering cached maps

1.0

  • First release.