Linux 软件免费装
Banner图

Plugin Name

开发者 binarygary
更新时间 2018年10月12日 04:51
PHP版本: 4.0 及以上
WordPress版本: 4.9
版权: GPLv3 or later
版权网址: 版权信息

标签

Location Google Places Business Information Google Places API Web Services

下载

1.1.18 1.1.7 1.1.8 1.1.9 2.0.0 2.0.1 2.0.2 2.0.3 2.0.4 2.0.5 2.0.6 2.1.0 2.1.1 2.1.2 1.0.4 1.0.5 1.0.6 1.0.7 1.1.0 1.1.1 1.1.10 1.1.11 1.1.12 1.1.13 1.1.14 1.1.15 1.1.16 1.1.17 1.1.19 1.1.3 1.1.4 1.1.5 1.1.6

详情介绍:

If you find you regularly write blog posts about (local?) places you might want to provide info such as hours, phone number, address to your users. However, this can be difficult to keep current. Fortunately Google offers an API called Google Places API Web Service. Google Place API Web Service allows you to Add up-to-date information about millions of locations. WP_Places Plugin requires a Google Places API Web Service Key. However, at the time of writing the API key is free and provides up to 1,000 requests per 24 hour period. If you verify your identity (by providing Google a Credit Card) they will increase your daily request per 24 hours to 150,000. Once Installed, WP_Places takes name and location and displays a DIV containing Business Name, Address, Hours, Phone Number, Website. The following shortcodes are available: To filter how long to cache the google reply there is a filter: add_filter( 'wp_places_transient', 'wp_places_update_transient', 10, 1 ); wp_places_update_transient( $time ) { // return a value in seconds for how long to cache. return 86400; // one day return 604800 // one week }

安装:

  1. Upload the plugin files to the /wp-content/plugins/WP_Places 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 page on the WP_Places page to add your Google Places API Web Services Key.
  4. When writing a post about a business, add the business name and address to the WP_Places field.

更新日志:

2.1.1 2.1.0 2.0.6 2.0.5 2.0.4 2.0.0 1.1.18 1.1.17 1.1.16 1.1.15 1.1.14 1.1.13 1.1.12 1.1.11 1.1.10 1.1.9 1.1.8 1.1.7 1.1.6 1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1 1.0