Linux 软件免费装
Banner图

ACF: Google Map Extended

开发者 codewahoo
更新时间 2015年12月19日 05:15
PHP版本: 3.8 及以上
WordPress版本: 4.4
版权网址: 版权信息

标签

admin custom field acf advanced custom field google maps map maps map field gmap map zoom map scroll coordinates

下载

1.0.1 1.0.0

详情介绍:

This plugin creates a new field for Advanced Custom Fields (ACF) extending the functionality of the built-in Google Map field with several handy features: The plugin makes use of the Google Maps API version 3. The plugin doesn't use an API key and is therefore operating under the restrictions of the free Google Maps API, which should be more than enough for most websites. 兼容性 This ACF field type is compatible with: 翻译 The plugin is translated to: There is a POT file under the lang directory holding all translation strings, so it should be pretty easy to translate to other languages. 站点 http://code.fish Please Vote and Enjoy Your votes really make a difference! Thanks. License This plugin is licensed under the GPLv2. See http://www.gnu.org/licenses/gpl-2.0.html

安装:

  1. Download the source
  2. Extract the archive into the plugin folder in your WordPress installation (usually /wp-content/plugins/ directory)
  3. 通过WordPress的的“Plugins”菜单激活插件
  4. Make sure to also have Advanced Custom Fields plugin installed.

屏幕截图:

  • The extended options the plugin provides in the back-end.
  • Field options include optional map zooming disabling with mouse scrollwheel.
  • The plugin in action within a repeater field in the backend.

常见问题:

Q. How do I use this plugin?

A. This plugin mimics the behavior of the Google Map field coming with the woderful Advanced Custom Fields plugin made by Elliot Condon. Make sure you read the documentation for the original field first. In order to benefit from the extended functionality set the field type to Google Map Extended, when you create a new custom field with ACF. If you do everything correctly, you will see a togglable 'Map data' label below your map when editting a post/page with your custom fields. To get the map data in the front-end code, simply request the field value with ACF API call and you will get the latitude, longitude, address, map center and map zoom. ` `

Q. Can I upgrade the Google Map fields I had created using just ACF with this plugin?

A. Yes, you can. First, you should delete the built-in Google Map fields you want to upgrade in the corresponding field groups under Custom Fields. Then you should create replacement Google Map Extended fields with the same Field Name. Once done and field group saved, you can refresh the back-end pages making use of ACF Google Map fields and enjoy the extended functionality.

Q. Can I change the map's look/behavior in the back-end using JavaScript?

A. Yes. All maps are saved to the global array called acf_gme_maps. The array contains instances of acf_gme class and is indexed with the field IDs. You can use all class methods or get direct access to the map through map property. acf_gme['acf-field-acf_extended_map-564232b63c93e'].map.setZoom(10) This code will set the map's zoom to 10.

Q. How do I get the plugin to show a map on the website?

A. You should do some front-end coding to do that, as this plugin (likewise Advanced Custom Fields itself) gives you the back-end features only and stores the data in your website's database. Please see code examples at ACF website.

更新日志:

1.0.1 1.0.0