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

mFloorMap

説明

This plugin is tailor-made for larger shopping centers, malls, parking lots, marketplaces, etc… to provide floor plan with details for each object on it.

It support separate management of multiple facilities and each facility can contain multiple floors.

Maps can be rendered on page/post using short-codes.
There is two types of short-codes:

  • Floor – display only map of specified floor
  • Facility – display array of zoomable maps which belongs to specified facility

Placing cursor over region on map will display tool-tip (cloud) with basic information about that object whether clicking on it will open separate page with full text description and attached photo.

Visitor can use “search by tag” functionality to easily find all related objects on map.
Searching controls will highlight all matched objects on all rendered maps.

Performance & UX

Browsing is maximally improved and accelerated by preloading of all basic object details on map(s).
As visitor moves cursor over next object details in cloud are instantly updated, only logo image will dispatch additional HTTP request if it is not cached.
Results of searching also will be instantly displayed because all needed data is already present.

SEO

Separated sub-pages with full text and photo will put name of selected object into “title” and “h1” tags which can be used for branding and promotion of landing pages.

Demo

Demonstration of plugin populated with maps of an shopping mall you can find here.

スクリーンショット

  • Public page displaying facility with 3 floors, click on image will zoom its map.
  • Public page displaying single floor map.
  • Public page after click on an mapped object on floor.
  • Admin page editing floor settings.
  • Admin page editing object (place) settings.

インストール

  1. From WordPress dashboard go to “Plugins” > “Add New”, search for “mFloorMap” and click “Install”.
  2. Activate plugin.
  3. Installer was automatically created first facility and first floor within in. Now upload image of floormap (plan).
  4. Create floor objects (places).
  5. Place short-tags somewhere on page/post to render map(s), something like: [mfloormap-facility id=”1″] or [mfloormap-floor id=”6″].

FAQ

Can I place multiple short-tags in single page?

No, combine all maps under same facility and render that facility.

How to remove certain unused details from cloud?

Hook to “mFloorMap-WidgetFacility” or “mFloorMap-WidgetFloor” filters to customize rendering templates.

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

1.0

  • First version of plugin ported to WordPress platform.