このプラグインは WordPress の最新3回のメジャーリリースに対してテストされていません。もうメンテナンスやサポートがされていないかもしれず、最新バージョンの 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

FAQ

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.

評価

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

貢献者と開発者

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

貢献者

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

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

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

変更履歴

v1.0.0 October 1, 2016

  • Initial release