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

Witty Map

説明

Witty map can :
* Set Marker Label.
* Marker Label location ( x and y axis )
* Set center of the map.
* Set Zoom level.
* Modify default map pointer/marker.
* Enable / Disble dragging.
* Enable / Disable zoom and center on double click.
* Enable / Disable zoom control.
* Enable / Disable Scroll wheel.
* Enable / Disable street view control.

インストール

Download the witty map then paste it the plugin directory. or download it via plugin menu of admin’s backend.

FAQ

Installation Instructions

Download the witty map then paste it the plugin directory. or download it via plugin menu of admin’s backend.

Can I change the style of marker label?

Yes, using CSS, just target this class .witty-label.

Example : #witty-map-wrap .witty-label { background-color : #000; color : #FFF; }

How to show witty map in content area?

[witty-map]

How to echo map in code

echo do_shortcode(‘[witty-map]’);

List of witty map action

add( ‘witty_map_before’, [your function] );

add( ‘witty_map_after’, [your function] );

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.0.3

  • Fix script error in console

1.0.2

  • Fix marker settings
  • Fix conflict to set featured image

1.0.1

  • Improve admin interface
  • Map Marker Label
  • Marker Label location ( x and y axis )
  • Fix errors ( undefined values ) when wp_debug is on

0.0.2

  • Set center of the map.
  • Set Zoom level.
  • Modify default map pointer/marker.
  • Enable / Disble dragging.
  • Enable / Disable zoom and center on double click.
  • Enable / Disable zoom control.
  • Enable / Disable Scroll wheel.
  • Enable / Disable street view control.

0.0.1

  • initilize