這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

WP Reel

外掛說明

WP Reel is an implementation of JQuery Reel 360 Javascript player by Petr Vostřel.

It allows to create interactive 360° object movie, panorama or stop-motion animation from wordpress gallery.

You can see live demo here

It follows MIT license that is used for JQuery Reel, so feel free to download, modify and work on it.

螢幕擷圖

  • Options for WP Reel (found in Media options). You can choose to replace all wordpress media galleries on site and set default speed (0 means no animation without user interaction)
  • Options for single gallery. Reel="1" replaces gallery with reel gallery if above option was not chosen, other parameters conform to JQuery Reel parameters (see http://jquery.vostrel.cz/reel#syntax

安裝方式

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

To replace wordpress gallery with reel you need to add reel=”1″ to gallery shortcode. You can also use other shortcode parameters to set JQuery Reel parameters (for parameters description see http://jquery.vostrel.cz/reel#syntax) You can also use Media options to replace all galleries with reel gallery.

常見問題集

Installation Instructions

Extract the zip file and just drop the contents in the wp-content/plugins/ directory of your WordPress installation and then activate the Plugin from Plugins page.

To replace wordpress gallery with reel you need to add reel=”1″ to gallery shortcode. You can also use other shortcode parameters to set JQuery Reel parameters (for parameters description see http://jquery.vostrel.cz/reel#syntax) You can also use Media options to replace all galleries with reel gallery.

How to quickly add 360 rotating object to my site

Create gallery in your post or page containing frames for rotation and add reel=”1″ to gallery shortcode.

How to quickly add panorama to my site

Add gallery with just one image, in that case WP Reel assumes it’s panorama, and add width and height parameters to shortcode, defining visible window of panorama.

How to replace all galleries with reel gallery?

Use WP Reel Options section in Settings => Media.

How to replace specific gallery with reel gallery?

To replace wordpress gallery with reel you need to add reel=”1″ to gallery shortcode.

Are other JQuery.reel options supported

Yes, just add them to gallery shortcode, e.g. speed=”0.4″.

How default width and height are determined

By default width and height of first frame are used.

使用者評論

2016 年 9 月 3 日
The plugin is free an very configurable. Thanks!
閱讀全部 2 則使用者評論

參與者及開發者

以下人員參與了開源軟體〈WP Reel〉的開發相關工作。

參與者

〈WP Reel〉外掛目前已有 1 個本地化語言版本。 感謝全部譯者為這個外掛做出的貢獻。

將〈WP Reel〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0

  • Fix for initial position for stitched panoramas

0.9

  • Add internationalization, russian language

0.8

  • Initial release