Mô tả
The wp-webp Plugin gives your site the ability to show images in WebP format using WebPJS by Dominik Homberger
It simply adds the javascript as describe at http://webpjs.appspot.com/ to your site.
You can choose between adding to the header or the footer and you can choose if it’s added allways or just
when the browser used does not support WebP itself.
Credits:
Thanks to Dominik Homberger who developed the grep WebPJS (http://webpjs.appspot.com/)
which is included in the subdir webpjs
Cài đặt
- Unzip the package
- Upload the wp-webp directory to your plugins folder
- Activate the plugin on the plugin screen.
- Optional: Go to general settings to set options
or simply install it via the WordPress Plugin dialog 🙂
Đánh giá
Người đóng góp & Lập trình viên
“wp-webp Plugin” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.
Những người đóng gópDịch “wp-webp Plugin” sang ngôn ngữ của bạn.
Muốn tham gia phát triển?
Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.
Nhật ký thay đổi
v0.8 (2017-02-11)
- fixed PHP7 incompatibilities
v0.7 (2013-10-04)
- fixed load javascript in footer
v0.6 (2013-06-16)
- added width and height support in experimental mode
v0.5 (2013-04-18)
- added support for libwebp-0.2.0 alpha for looseless compressing
v0.4 (2013-02-23)
- switched to load_plugin_textdomain for compatibility reasons
- switched to mime_types filter for compatibility with wp 3.5.1
v0.3 (2012-05-18)
- surpress php warnings due to undefined string checked
- surpress php warnings due to incomplete array check before use
v0.2 (2012-04-29)
- made upload of webp images to mediathek possible (allow mimetype image/webp)
- added webp support for media (but image editing not working yet due to libgd)
- added german translation
v0.1 (2012-04-21)
- initial release