前言介紹
- 這款 WordPress 外掛「Wiredrive Player」是 2011-02-06 上架。
- 目前有 10 個安裝啟用數。
- 上一次更新是 2020-06-26,距離現在已有 1772 天。超過一年沒更新,安裝要確認版本是否可用。以及後續維護問題!
- 外掛最低要求 WordPress 3.4.0 以上版本才可以安裝。
- 尚未有人給過這款外掛評分。
- 還沒有人在論壇上發問,可能目前使用數不多,還沒有什麼大問題。
外掛協作開發者
外掛標籤
mrss | HTML5 | jsonp | video | wiredrive |
內容簡介
Wiredrive WordPress 外掛功能:
可自訂尺寸
顯示影片和/或圖片,標題和可配置的每個資產點數
多種佈局選項
顯示或隱藏縮略圖托盤
可自訂顏色選項
支援 AirPlay
點擊資產或將它們播放為幻燈片
利用已上傳的專案或資源庫中的資產
僅需點擊幾下即可下載並安裝
優雅地取代 YouTube、Vimeo 和其他媒體寄存站
功能規格:
顯示資產、標題和第一個點數
活動的資產縮圖將有邊框
Firefox、Internet Explorer 和 Chrome 中的影片透過Flash播放。如果未安裝Flash,將提示用戶安裝Safari或Flash
在Safari/iOS中,影片使用HTML5播放器本地播放
資產將按順序播放
如果第一個資產是影片,它將顯示第一個資產的海報畫面(除非啟用自動播放且受支援)
適用於所有有效的 Wiredrive 演示文稿 URL(短鏈接、mRSS、電子郵件等)
如果饋料不是來自 Wiredrive,則會返回錯誤
如果饋料為空,則會返回錯誤
如果饋料不存在,則會返回錯誤
向後兼容性說明:
主題更改: 從版本 3.0 開始,Grid 和 Grid-box 主題已合併為一個名為 Gallery 主題的主題。當播放器檢測到來自較舊版本播放器的包含短代碼的文章時,該播放器將盡最大努力將其翻譯為 Gallery 主題等效物,這意味著您希望不需要重新生成文章的短代碼。主題翻譯策略如下:
"grid" 主題將成為 "gallery-player",縮圖策略設置為 "scale",縮略圖尺寸設為 180x180
"grid-box" 主題將成為 "gallery-player",縮圖策略設置為 "scale",縮略圖尺寸設為 180x180,並打開居中對齊縮略圖 (letterboxing)
標記結構已大幅更改。如果您定義了自定義樣式表以覆蓋播放器的默認樣式 (未被播放器管理員顏色偏好所覆蓋的樣式),則需要更新它們以反映新標記的更改。
已知問題:
iPad: 自動播放影片不支援 ipad。這是由 Apple 設置的限制,沒有解決方案。因為這個限制,如果整個演示文稿由圖片組成並啟用幻燈片,那麼自動播放只會在 iOS 上執行一個功能。如果演示文稿中有任何位置的影片,無法保證影片在幻燈片模式下開始播放,因為只有當播放命令位於源自用戶互動事件 (點擊、觸摸等) 的執行堆棧中時,才能在 iOS 上以編程方式播放 html5 影片 (幻燈片通過超時改變資產,這不是用戶互動事件)。
iPad: 輪播的手勢不支持翻滾。我們希望保持這個插件的所有依賴關係盡可能小 (jQuery 和 jQuery UI 是唯一的依賴),並且這個功能的支持並沒有內置於 jQuery 中。我們認為單獨的此功能不值得添加額外的依賴關係或將播放器腳本大小增加 33%。
iPad: 在移動設備上,分頁箭頭不會顯示在行內播放器中,這是由於 iPad b
原文外掛簡介
Wiredrive WordPress Plug-in Features:
Customizable dimensions
Displays videos and/or images, title and a configurable number of credits of each asset
Multiple layout options
Show or hide thumbnail tray
Customizable color options
Works with AirPlay
Click through assets or play them as a slideshow
Leverage assets already uploaded Projects or Library
Download and install in a few clicks
Elegantly replaces YouTube, Vimeo and other media hosting sites
Functionality Specs:
Displays asset, title and first credit of each asset
The active asset’s thumbnail will have a border
Videos play through Flash in Firefox, Internet Explorer and Chrome. If Flash isn’t installed, the user is prompted to install Safari or Flash
In Safari/iOS, videos play natively using the HTML5 player
Assets will play sequentially
Displays the first asset’s poster frame if it’s a video (unless autoplay is enabled and supported)
Works with all valid Wiredrive presentation URLs (short link, mRSS, email, etc.)
If the feed does not come from Wiredrive an error is returned
If the feed is empty an error is returned
If the feed does not exist an error is returned
Backwards Compatability Notes:
Theme changes: As of version 3.0, Grid and Grid-box themes have been merged into one theme called the Gallery theme. When the player detects a post with shortcode from an older version of the player that used either grid or grid-box themes, it will translate them as best it can into a Gallery theme equivalent, hopefully meaning you won’t need to regenerate the shortcode for your post. The theme translation strategy is as follows:
“grid” theme becomes “gallery-player” with thumbnail strategy set to “scale” and the thumbnail dimensions set to 180×180
“grid-box” theme becomes “gallery-player” with the thumbnail strategy set to “scale”, the thumbnail dimensions set to 180×180, and center-align thumbnails (letterboxing) turned on
The structure of the markup has drastically changed. If you have custom stylesheets defined to override the default styles of the player (styles that are not covered by the Player’s admin color preferences), they will need to be updated to reflect the new markup.
Known issues:
iPad: Autoplay videos is not supported on the ipad. This is a limitation set by Apple with no workarounds. Because of this limitation, autoplay will only perform a function on iOS if the entire presentation consists of images and slideshow is enabled. If there is a video at any position in the presentation, it can not be guaranteed that the video will start playing when slideshow’ed into due to the additional limitation of only being able to programmatically play html5 video on iOS if the play command is in an execution stack that originates with a user interaction event (click, touch, etc) (Slideshows change the asset through a timeout, which is not a user interaction event)
iPad: No flick/swipe gesture support for the carousel. We’d like to keep the dependencies of this plugin as small as possible (jQuery and jQuery UI being the only dependencies) and support for this is not built into jQuery. We felt this feature alone wasn’t worth adding an additional dependency or the increased size of the player script by 33%.
iPad: Pagination arrows will not appear in the inline player on mobile devices due to an iPad bug that does not allow processing of events on elements that are positioned over a video element with native controls
IE8 does not support the Crop thumbnail strategy for galleries (although strangely enough, it works in IE8 emulation mode inside of IE9…). The crop strategy renders the thumbnail bounding box according to its specified dimensions and then sets the thumbnail of the asset as the background image of the bounding box (centered vertically and horizontally), making the bounding box act as a cropping mask for the thumbnail. IE8 does not handle background image scaling/positioning well, and the pillarbox/letterbox opacity -ms-filter directive conflicts with the background image. Because of this, IE8 will render all gallery thumbnails using the Scale strategy. All other supported browsers will respect the Crop strategy.
IE8: Shortcode will always be inserted at the beginning of the text editor, regardless of where the text cursor is. This is a bug inside TinyMCE.
Firefox: When the gallery modal player is opened, the main page behind the skrim may jump to the top of the page while the skrim is open and then when the skrim is closed jump back to the scroll position the page was in before the skrim opened. This is probably because there is a rule in the wordpress theme stylesheet (or perhaps another plugin) that defines an important margin-top css rule on the html element. Firefox automatically scrolls to the top of the page when overflow: hidden is applied to the html element. To counter this, the page is programmatically shifted to the correct position via an inline margin-top rule applied to the html element. An important rule will supersede this countermeasure, causing the bug to reappear.
A flash of miscaled, misaligned stale images may appear while transitioning between two images. This is probably because the user has local caching disabled. Image transitions happen by opacity fading between two absolutely positioned image elements (the current image and the next image). The player preloads all presentation images in memory to avoid this flickering, but if local caching is disabled, it will have to fetch the next image every time causing a delay in the correct image appearing that the fader cannot anticipate.
各版本下載點
- 方法一:點下方版本號的連結下載 ZIP 檔案後,登入網站後台左側選單「外掛」的「安裝外掛」,然後選擇上方的「上傳外掛」,把下載回去的 ZIP 外掛打包檔案上傳上去安裝與啟用。
- 方法二:透過「安裝外掛」的畫面右方搜尋功能,搜尋外掛名稱「Wiredrive Player」來進行安裝。
(建議使用方法二,確保安裝的版本符合當前運作的 WordPress 環境。
1.0 | 1.1 | 2.0 | 2.1 | 3.0 | 2.0.1 | 2.0.2 | 2.0.3 | 2.1.1 | 2.1.2 | 2.2.0 | 2.2.1 | 2.2.2 | 2.2.3 | 2.2.4 | 2.2.5 | 2.2.6 | 3.0.1 | 3.0.2 | 3.0.3 | 3.1.0 | 3.1.1 | trunk |
延伸相關外掛(你可能也想知道)
暫無相關外掛推薦。