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

Son of GIFV

描述

Animated GIFs are large. The GIFV format introduced by Imgur
solves this problem by converting animated GIFs to MP4 and embedding them in an HTML page. This plugin
leverages the Imgur API to convert animated GIFs hosted on your WordPress site
into locally hosted GIFV URLs.

  • Adds “Convert to GIFV” to the Media Library
  • Creates URLs for converted GIFV files (ex: mysite.com/animated.gifv)
  • Twitter card and Facebook opengraph support for sharing
  • WP-CLI support via “gifv”

Plugin name inspired by Son of Clippy

Find us on GitHub

螢幕截圖

  • "Convert to GIFV" on a media admin screen
  • "View GIFV" link for a GIF that has been converted
  • "View GIFV" link when viewing a GIF in the media grid
  • Inline "View GIFV" link when viewing the media list
  • Example of the .gifv extension displaying the converted GIF

安裝

  1. Upload the son-of-gifv directory to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Visit Settings > Son of GIFV to configure plugin settings

常見問題

How does it work?
  1. “Convert GIFV” is selected.
  2. The animated GIF is upload to the Imgur API.
  3. The Imgur API converts it to MP4 format.
  4. The MP4 and a thumbnail are downloaded back into your WordPress site.
  5. The original GIF is flagged with the GIFV information.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Son of GIFV” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Son of GIFV 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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

修改日誌

v1.0.0 October 1, 2016

  • Initial release