이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Address Autocomplete with Google

설명

A simple address autocomplete feature for WordPress using the Google Places API.
This plugin enables autocomplete functionality for address input fields using Google’s Places API, making it easier for users to enter addresses accurately.

External services

This plugin uses the Google Places API to provide address autocomplete functionality.

  • What the service is and what it is used for:
    The Google Places API is used to offer address suggestions and autocomplete functionality for address input fields on your website.

  • What data is sent and when:
    The plugin sends user input data (such as location or address queries) to Google Maps API every time the autocomplete feature is used. This data is sent when the user starts typing an address in the input field, and the plugin makes an API request to fetch address suggestions.

  • Links to the service’s terms and privacy policy:

설치

  1. Upload the plugin files to the /wp-content/plugins/address-autocomplete-with-google/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress.
  3. Go to Settings > Address Autocomplete to configure the plugin.
  4. Enter your Google Places API Key in the settings.
  5. Specify the target input fields using CSS selectors (e.g., .address-input, #billing_address_1).
  6. Save settings and test the autocomplete functionality on your website.

FAQ

How do I get a Google Places API Key?

  • Go to the Google Cloud Console.
  • Enable the Places API and Maps JavaScript API.
  • Generate an API key under Credentials and copy it into the plugin settings.

Does this plugin require a paid Google API key?

Yes, Google requires billing to be enabled for Places API usage, but they provide a free monthly usage quota.

Can I restrict the autocomplete to a specific country?

Yes, you can enter a 2-letter country code (e.g., US for United States, AU for Australia) in the settings to limit autocomplete results to that country.

Can I choose different place types?

Yes, you can select from different place types such as:
geocode (General locations)
address (Physical addresses)
establishment (Businesses & landmarks)
regions (Administrative areas)
cities (City-level search)

후기

이 플러그인에 대한 평가가 없습니다.

기여자 & 개발자

“Address Autocomplete with Google”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “Address Autocomplete with Google”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

1.0.0

  • Initial release.
  • Added support for Google Places API for address autocomplete.
  • Settings page for API key, input selectors, country restriction, and place types.