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

Google Map Locations

外掛說明

This plugin lets you add a google map with locations with bubble.

Admin can add multiple locations with post code, latitude, longitude, image, etc… And the information will be pointed on map with bubble.

Settings Page includes an options panel which gives you control over your form.

General Features

  • Default Map Page.
  • Create Multiple Locations with various information.
  • Lightweight.
  • Hide or show information in google pointer through update settings.
  • Can be integrated with any theme.
  • Works well with other plugins.
  • Default Post Code search.

Premium Features

  • Add links to your Google Map markers.
  • Add images to your Google Map markers.
  • Add custom marker icons, or your own icons to make your map look different!
  • Multiple Google Maps with individual map short code.
  • Manage Map locations in categories
  • Set a common zoom level for all maps.
  • Set zoom level for individual map also.
  • Set Map Type i.e. Satalite View or Default Map View.
  • Set height and width separately for individual map also.
  • Import / Export map locations with the help of sample CSV.
  • Get the Google Map Locations Premium Version version for only $10.

螢幕擷圖

  • screenshot-1.jpg
  • screenshot-2.jpg
  • screenshot-3.jpg

安裝方式

The automatic plugin installer should work for most people. Manual installation is easy and takes fewer than five minutes.

  1. Download the plugin, unpack it and upload the ‘google-map-locations’ folder to your wp-content/plugins directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Go to Google Map Location -> Settings Page to configure the basic map options.

To use the plugin as on page use shortcode as : [gml-google-show-map].

To use the plugin in theme file, use below code:

do_shortcode(“[gml-google-show-map]”);

Or

if(function_exists(‘gml_show_map’)) {
echo gml_show_map();
}

常見問題集

How to use this in theme file?

if(function_exists(‘gml_show_map’)) {
echo gml_show_map();
}

使用者評論

2016 年 9 月 3 日
Your plugin really awesome, and easily intigration option, no confict problem in any theme. really awesome work. you can also add a option to category. so we can create a category and add multiple locations for particular category. Thanks.
2017 年 2 月 7 日
I have purchased the premium version for this plugin and it's FANTASTIC.... It give me all what I need , also the installation and use of plugin is very simple.
2017 年 2 月 7 日
Very straight forward and easy with awesome features.
2017 年 2 月 7 日
It is the easiest map plugins to use. This has all the functionality I needed. I bought the premium version and the support has continued to be great.
閱讀全部 12 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈Google Map Locations〉的開發相關工作。

參與者

將〈Google Map Locations〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.1

  • Settings Panel Issue
  • Removed Validations from not required fields

1.0

  • This is first release.