このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの WordPress で使用した場合は互換性の問題が発生する可能性があります。

Instant Locations

説明

Imagine you have to enter information for shops, hotels, or companies… you’d probably need various fields: address, state, suburb, post code, latitude, longitude… Each time you add or edit them, you must enter and check all these fields manually. It’s such a nightmare if you have hundreds or thoudsands posts because it’s slow, time-consuming and sometimes, inaccurate. You’ll need a better way to work with it. All data should auto populate immediately without setup location database.

Instant Locations interacts with Google Maps API and automatically populates location data into your fields. Now you only have to type the desired address, verify it by the auto-suggested addresses from Google Maps API and then select the correct one from dropdown. All other fields’ values (post code, street, state, country, …) will be automatically filled in instantly.

See how it works

Who need to use it?

As we mentioned above, all website which need to enter locations data. For exaple: real estate, dating, car parking, restaurant, hotel, tour, coffee shop, local…

Is this fast?

It’s not fast, it’s instant.

Plugin Links

スクリーンショット

  • Meta Box
  • Settings Page

インストール

  1. Upload the plugin files to the /wp-content/plugins/instant-locations directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings\Instant Locations screen to configure the plugin

FAQ

Do I have to setup location database?

Believe us, it’s a really bad idea to setup and maintain location database. This app connect directly to Google Maps service so you can trust.

Is this slow down my website?

It only runs when you need. Data is saved in separated table so it won’t create extra records in wp_postmeta and you can deactivate plugin or delete database table any time you want (We hope not) without affected to your website.

How to get the location data?

il_get_data($post_id, $address_component)
Where
$post_id your post id
$address_component not required. Address component type, it’s a column name, as also defined at Google:
https://developers.google.com/maps/documentation/geocoding/intro?csw=1#Types

評価

このプラグインにはレビューがありません。

貢献者と開発者

Instant Locations はオープンソースソフトウェアです。以下の人々がこのプラグインに貢献しています。

貢献者

“Instant Locations” をあなたの言語に翻訳しましょう。

開発に興味がありますか ?

コードを閲覧するか、SVN リポジトリをチェックするか、開発ログRSS で購読してみてください。

変更履歴

1.0 (April 19, 2016)

  • Initial Release