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

TomS Video Player

설명

TomS Video Player is a Simple HTML5 video player. Simply protect your videos from being downloaded ‘Directly’. Absolutely light weight and easy to use even without explanation. This is a video block and all settings inside the block, means that this plugin only work on gutenberg editor(the wordpress core block editor),
if your theme support the block editor, you can add our block any where you want. No support the shortcode. Of course, you don’t need to upload video files to the wordpress media library. You can paste video url directly .You can store your video files on a CDN server to reduce the burden on the wordpress server.

Features

You can easily to add or remove the attrubutes of the HTML5 video from the <video> element via our block settings.

Video Settings:

  • 🎞️ Video Block – Temporarily disable Video Block.
  • 🪧 Poster Image – add poster=”” to the <video> elememt.

Option Settings:

  • 🎛️ Playback Controls – add controls to the <video> elememt.
  • 🪞 Disabled Picture in picture – add disablepictureinpicture=”true” to the <video> elememt.
  • 🖱️ Disabled Save video as… – if enabled, the video screen can’t right click. other areas do not affect, default is enabled.
  • 🪞 Auto Picture in picture – add autopictureinpicture=”true” to the <video> elememt.
  • 🎥 AutoPlay – add autoplay to the <video> elememt.
  • 📹 Loop – add loop to the <video> elememt.
  • 🔇 Muted – add muted=”true” to the <video> elememt.
  • 📽️ Plays Inline – add playsinline to the <video> elememt.
  • 📐 Disabled Responsive Video Size – if enabled, will remove the responsive css from the <video> elememt.
  • 📏 Set video size manually – if enabled, will show the Width and Height input field under the video url input field, you can set the video player size manually, but not responsive. this will add [width=””] and [height=””] to the <video> elememt.
  • No Dowload – add controlsList=”nodownload” to the <video> elememt.
  • No Fullscreen – add controlsList=”nofullsrceen” to the <video> elememt.
  • No Remote Playback – add controlsList=”noremoteplayback” to the <video> elememt.
  • Preload – add preload=”” to the <video> elememt. It may have one of the following values: “auto”, “metadata”, “none”. Default: metadata.

Here is the details of the <video> elememt’s attributes.

  • 🌎 Translation ready

Translations

Reliance upon any non-English translation is at your own risk; TomS Video Player can give no guarantees that translations from the original English are accurate.

We recognise and thank those mentioned at https://toms-caprice.org/translations for code and/or libraries used and/or modified under the terms of their open source licences.

스크린샷

  • TomS Video Player block

  • TomS Video Player options Setting

  • add Toms Video Player block from widget inserter

  • TomS Video Player widget go to the settings

  • TomS Video Player widget settings

  • add Toms Video Player block from inserter

  • TomS Video Player block on selected

  • TomS Video Player display effect after published

블록

이 플러그인은 1(을)를 제공합니다.

  • TomS Video Player Simply protect your videos from being downloaded 'Directly'.

FAQ

Can this video player completely prevent users from downloading my videos?

No! No one can stop the user to download your video if they can watch your video on your website. This plugin just prevent users from downloading your video via “Save video as”, and hide the download button provided by HTML5 Video.

Is this plugin lightweight ?

Yes! Absolutely lightweight! This plugin only output a few lines of the necessary code, no .css and .js files load to the frontend.

Why the AutoPlay not work ?

The autoplay may cause usability issues for some users. Enabled the Autoplay and the Muted options may be work. if you want to know more about this,see here.

Why my video can’t play in the Opera Browser ?

Are your video file is mp4? The Opera browser does not supported the mp4 format by default. You can try other video format like “.webm” .

Why the Disable Picture In Picture attribute in the Firefox Browser not work ?

This is the Firefox browser to control it and let the user to manage this option, not the website.

This plugin support shortcode ?

No, this is a block of gutenberg.

후기

2023년 1월 4일
This player is a player that I have been looking for for a long time, it is a more user friendly player with better features. I hope that when a Pro version is released, an option for VAST ads and an option to add more links for video series in a player will be added. so that users can watch more than one video in one player. Nice job
2022년 11월 22일 답글 1개
looks good but i couldn’t get it to work
2021년 12월 2일
I don’t know what I’m going to say to these plugins. The truth is that this is a plugin that I have been looking for for a long time. and this is a beautiful plugin with all the features I need. I welcome all movie website builders. I really like this plugin.
모든 3 평가 읽기

기여자 & 개발자

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

기여자

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

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

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

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

변경이력

The TomS Video Player is the best place to learn in more detail about any important changes.

2.1.8 – 26/Oct/2022

  • Tweak: WordPress 6.0.3 compatibility
  • Tweak: WordPress 6.1 compatibility
  • Tweak: WordPress full site editor compatibility
  • Tweak: update new brand logo.

2.1.7 – 04/Mar/2022

  • Tweak: WordPress 5.9.1 compatibility
  • Fixed: Preview error of TomS Block menu items.

2.1.6 – 02/Jan/2022

  • TWEAK: update the Screenshots
  • TWEAK: Tested up to: 5.8.2

2.1.5 – 15/Oct/2021

  • Feature : Add TomS Extra Source Add-on support.
  • TWEAK: Arrange again, move the url input field to the block main area.
  • TWEAK: Show the url input field, Only the Block state is selected.
  • TWEAK: Change the Block alignment default value ‘left’ to ‘none’;
  • The layout follows WordPress block layout standard.

2.0.4 – 09/Oct/2021

  • change the block namespace.

2.0.3 – 08/Oct/2021

  • Fixed custom block category ERROR in widgets block inserter.

2.0.2 – 07/Oct/2021

  • Optimize some condition judgments

2.0.1 – 07/Oct/2021

  • Fixed Notice: Undefined index ERROR.

2.0.0 – 05/Oct/2021

  • New design! Experience it now!
  • Redesign the architecture
  • Compatible with 1.0.0

1.0.0 – 16/Sep/2021

  • Initial release

Older changes are found in the changelog.txt file in the plugin directory.