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

WP Google Maps Shortcode

説明

WP Google Maps Shortcode – Insert Google Maps into your post or page using Shortcode.

Maps are displayed with the [wp_gmaps] short code:

[wp_gmaps address="San Francisco, California" zoom="7" marker="1"]
  • Support geocoding service
  • Support latitude and longitude parameters
  • Support zoom
  • Enable/Disable marker

インストール

  1. Activate the plugin
  2. Add [wp_gmaps address=”your address here”] or [wp_gmaps lat=”your latitude” lng=”your longitude”] to any post or page

評価

2016年9月3日
While this plugin works and is simple to use, the code needs to be updated (bug fixes, improvements). For instance, this issue is 9 months old: https://wordpress.org/support/topic/javascript-bug-2?replies=1. Also, adding a responsive takes about 5 minutes (See https://gist.github.com/SiamKreative/f38f9fefcd494b67c1ca). It SHOULD be responsive by default.
5件のレビューをすべて表示

貢献者と開発者

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

貢献者

“WP Google Maps Shortcode” をあなたの言語に翻訳しましょう。

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

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

変更履歴

1.1

  • Utilize Transients API for delivering cached maps

1.0

  • First release.