Beschrijving
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
Installatie
- 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 š
Beoordelingen
Bijdragers & ontwikkelaars
“wp-webp Plugin” is open source software. De volgende personen hebben bijgedragen aan deze plugin.
BijdragersVertaal “wp-webp Plugin” naar jouw taal.
Interesse in ontwikkeling?
Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.
Changelog
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