Linux 软件免费装
Banner图

Flowplayer 6 Video Player

开发者 naa986
更新时间 2022年11月14日 23:57
捐献地址: 去捐款
PHP版本: 4.2 及以上
WordPress版本: 4.8
版权: GPLv3 or later
版权网址: 版权信息

标签

player video embed responsive mobile html5 iphone android playlist ios ipad mp4 webm flowplayer

下载

1.0.3

详情介绍:

Flowplayer 6 Video Player adds a video shortcode to your WordPress site. This shortcode allows you to embed video files and play theme back using Flowplayer HTML5 player (version 6). Features Usage In order to embed a video, create a new post/page and use the following shortcode: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4"] here, src is the actual source of your mp4 video file. In addition to the source mp4 video file, you can also specify a webm video file. This step is optional since mp4 video is supported by almost all major browsers. [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" webm="http://example.com/wp-content/uploads/videos/test.webm"] Poster Image If you want to show an image as placeholder before the video plays, you can specify it in the "poster" parameter: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" poster="http://example.com/wp-content/uploads/images/poster.jpg"] Autoplay Video If you want a particular video to start playing when the page loads you can set the "autoplay" option to "true": [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" autoplay="true"] Player Size By default, the player takes up the full width of the content area. You can easily control the size by specifying a width for it: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" width="500"] The height will be automatically determined based on the ratio (please see the "Control Player Ratio section" for details). Player Ratio The player ratio is set to "0.417" by default. But you can override it by specifying a different ratio in the shortcode: [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" ratio="0.345"] Loop Video If you want a particular video to start playing again when it ends you can set the "loop" option to "true": [flowplayer src="http://example.com/wp-content/uploads/videos/test.mp4" loop="true"] For documentation please visit the Flowplayer 6 Video 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 (flowplayer6-video-player.zip) on your computer
  4. Click "Install Now" and then hit the activate button
  5. Now, go to the settings menu of the plugin and follow the instructions for embedding videos.

升级注意事项:

none

常见问题:

Can this plugin be used to embed videos on my WordPress blog?

Yes.

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

Yes.

Can I autoplay a video?

Yes.

Can I embed responsive videos using this plugin?

Yes.

更新日志:

1.0.3 1.0.2 1.0.1