이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

Embed Video Thumbnail

설명

Activate this plugin and reduce you page weight by nearly 1mo !

Because embed videos can dramatically increase your page weight and loading time, Embed Video Thumbnail
automatically replace them by their corresponding thumbnail. Videos will then only be loaded after click on thumbnails.

This plugin fixes part of the following “defer parsing of javascript” error in GTmetrix :

xxxx MiB of JavaScript is parsed during initial page load. Defer parsing JavaScript to reduce blocking of page rendering.

Currently supported video hosting services :

  • Youtube
  • Vimeo
  • Dailymotion
  • Facebook

Optional settings :

  • Toggle activation on each hosting services
  • Toggle activation by device (desktop, tablet, mobile)
  • Copy thumbnail on local server for performance improvements
  • Display video title over the thumbnail
  • Toggle video loop on Vimeo and Youtube
  • Import/export settings

Widget :

You can use our Embed Video Thumbnail widget to transform your videos in sidebars.

Custom hosting services can be added with the ikevt_extension_providers hook.
Each hosting service extension must implement Ikana\EmbedVideoThumbnail\Provider\ProviderInterface

Requirements :

  • php 5.6+

설치

  1. Upload the plugin files to the /wp-content/plugins/ directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Embed Video Thumbnail submenu in Tools menu in admin panel to configure the plugin

FAQ

Plugin does not replace embed video everywhere on my website

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.

Thumbnails are not showing

Make sure allow_url_fopen option is enabled in your php.ini, and php-curl extension is installed and active.

후기

2021년 5월 8일
Installed plugin and edited the fields fine, however using the embedded short code it does not show on page. Tried to contact support to see what issue was but have to purchase before I can contact them. Since this is a demo how do you expect me to purchase it first if it doesn’t work?

yes

2020년 5월 3일
I tried a lot to speed up my site and also wanted youtube videos, after installing -Embed Video Thumbnail – the GTmetrix was + 10%, thank you
2019년 12월 31일
Speed matters so eliminating Youtube’s slow-down until it’s actually called upon is an essential for a site carrying embedded videos.
모든 13 평가 읽기

기여자 & 개발자

“Embed Video Thumbnail”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

“Embed Video Thumbnail”(이)가 1 개 언어로 번역되었습니다. 기여해 주셔서 번역자님께 감사드립니다.

자국어로 “Embed Video Thumbnail”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

2.0.3

  • Fix filter output

2.0.2

  • Remove margin on iframe

2.0.1

  • Add php 5.6+ support

2.0.0

  • Add support for search engines indexing, using native iframe with srcdoc. Use old strategy for IE.
  • Add thumbnails default alt attribute.
  • Add widget to transform videos in sidebars
  • Fix bug where html entities were transformed.
  • [BC] Remove support for php 5.6

1.3.1

  • Removed freemius
  • Refactoring

1.3.0

  • Add FAQ section in readme
  • Add “ikevt_video_to_thumbnail” filter
  • Add Facebook support

1.2.3

  • Fix thumbnail position
  • Add new play button image option
  • Add cookie disabling on youtube videos
  • Add possibility to hide youtube logo and controls
  • Bug fixes

1.1.7

  • Fix youtube thumbnail position
  • Add alt attribute on thumbnail when video title is enabled
  • Fix referer restriction error with youtube API
  • Fix youtube API error
  • Fix issue where video urls were replaced if inside an href tag
  • Fix minor bugs
  • Remove redux framework TGM
  • Add plugin logo in admin settings panel
  • Add en_GB, en_CA and en_AU translations
  • Add settings link on plugins page
  • Add thumbnail copy on local server
  • Add activation toggle by device

1.0.0

  • Stable release