开发者 | |
---|---|
更新时间 | 2020年5月2日 18:08 |
PHP版本: | 4.5 及以上 |
WordPress版本: | 5.4 |
版权: | GPLv2 or later |
版权网址: | 版权信息 |
xxxx MiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering. Currently supported video hosting services :
ikevt_extension_providers
hook.
Each hosting service extension must implement Ikana\EmbedVideoThumbnail\Provider\ProviderInterface
Requirements :
/wp-content/plugins/
directory, or install the plugin through the WordPress plugins screen directly.Unfortunately, Embed Video Thumbnail can automatically replace your embed video ONLY in your posts and pages body. If you need to trigger video replacement in custom locations on your website, you can use the following filter :
echo apply_filters('ikevt_video_to_thumbnail', 'https://www.youtube.com/watch?v=uGlpPcCEd8g');You can also use our widget to transform videos in sidebars.
Make sure allow_url_fopen
option is enabled in your php.ini, and php-curl
extension is installed and active.