Linux 软件免费装
Banner图

Videojs HTML5 Player

开发者 naa986
更新时间 2024年8月27日 09:14
捐献地址: 去捐款
PHP版本: 4.2 及以上
WordPress版本: 5.8
版权: GPLv3 or later
版权网址: 版权信息

标签

player video embed html5 videojs

下载

1.0.6 1.0.2 1.0.4 1.0.5 1.0.9 1.1.1 1.1.2 1.1.4 1.0.7 1.0.8 1.1.5

详情介绍:

Videojs HTML5 Player is a user-friendly plugin that supports video playback on desktops and mobile devices. It makes super easy for you to embed both self-hosted video files or video files that are externally hosted using Videojs library. https://www.youtube.com/watch?v=uF-V6qGvcu8&rel=0 Requirements Videojs HTML5 Player Features Videojs HTML5 Player Plugin Usage In order to embed a video create a new post/page and use the following shortcode: [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4"] Here, "url" is the location of the MP4 video source file (H.264 encoded). You need to replace the sample URL with the actual URL of the video file. Video Shortcode Options The following options are supported in the shortcode. WebM You can specify a WebM video file in addition to the source MP4 video file. This parameter is optional. [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" webm="http://example.com/wp-content/uploads/videos/myvid.webm"] Ogv You can specify a Ogv video file in addition to the source MP4 & WebM video files. This parameter is optional. [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" webm="http://example.com/wp-content/uploads/videos/myvid.webm" ogv="http://example.com/wp-content/uploads/videos/myvid.ogv"] Width Defines the width of the video file (Height is automatically calculated). This option is not required unless you want to limit the maximum width of the video. [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" width="480"] Preload Specifies if and how the video should be loaded when the page loads. Defaults to "auto" (the video should be loaded entirely when the page loads). Other options: [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" preload="metadata"] Controls Specifies that video controls should be displayed. Defaults to "true". In order to hide controls set this parameter to "false". [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" controls="false"] When you disable controls users will not be able to interact with your videos. So It is recommended that you enable autoplay for a video with no controls. Autoplay Causes the video file to automatically play when the page loads. [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" autoplay="true"] Poster Defines image to show as placeholder before the video plays. [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" poster="http://example.com/wp-content/uploads/poster.jpg"] Loop Causes the video file to loop to beginning when finished and automatically continue playing. [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" loop="true"] Muted Specifies that the audio output of the video should be muted. [videojs_video url="http://example.com/wp-content/uploads/videos/myvid.mp4" muted="true"] For detailed documentation please visit the Videojs HTML5 Player plugin page

安装:

  1. Go to the Add New plugins screen in your WordPress Dashboard
  2. Click the upload tab
  3. Browse for the plugin file (videojs-html5-player.zip) on your computer
  4. Click "Install Now" and then hit the activate button

升级注意事项:

none

常见问题:

Can this plugin be used to embed videos in WordPress?

Yes.

Are the videos embedded by this plugin playable on iOS devices?

Yes.

Can I embed responsive videos using this plugin?

Yes.

更新日志:

1.1.5 1.1.4 1.1.3 1.1.2 1.1.1 1.1.0 1.0.9 1.0.8 1.0.7 1.0.6 1.0.5 1.0.4 1.0.3 1.0.2 1.0.1