该插件尚未通过WordPress的最新3个主要版本进行测试。 当与较新版本的WordPress一起使用时,可能不再受到维护或支持,并且可能会存在兼容性问题。

WP-GeoMap

描述

A plugin that leverages maxmind’s geolocation ability to display a google map of the the location of the author of a post when creating a post. Uses 3 methods to get the geo location of a author, one is to use the php extenstion, the second is to use maxmind’s city web service and the third is to use a web service on api.codeninja.me.uk which uses maxmind’s GeoCityLite database.

安装

  1. Upload plugin-name.php to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Goto the Wp-GeoMap settings page and click enable and select the option you wish to use to retrive the data.

评价

此插件暂无评价。

贡献者及开发者

「WP-GeoMap」是开源软件。 以下人员对此插件做出了贡献。

贡献者

帮助将「WP-GeoMap」翻译成简体中文。

对开发感兴趣吗?

您可以浏览代码,查看SVN仓库,或通过RSS订阅开发日志

更新日志

0.3

  • Fixed design flaw from the design flaw fix. (I forgot to change something, that’ll teach me for not testing. :p)
  • Added google map’s api customization with zoom level and map type.
  • Added customization of the text above the google map.
  • Fixed SQL design flaws. (For some reason I was running a different schema on my install.)
  • Fixed uncaught exception error.

0.2

  • Fixed design flaw in class.geoapi.php that resulted in users of the free webservice having exceptions flung for no license key.