Linux 软件免费装

Fluid Player

开发者 florintudor
更新时间 2023年10月18日 23:55
捐献地址: 去捐款
PHP版本: 5.4 及以上
WordPress版本: 4.9.4
版权: GPLv2 or later
版权网址: 版权信息

标签

thumbnails VAST Fluid Player html5 video player

下载

详情介绍:

This plugin is a wrapper around the html5 video player Fluid Player Once the plugin is installed and activated, you'll only need to use the any of the [fluid-player] or [fluid-player-extended] shortcodes at the desired location in your page or post. The plugin comes with a default sample video, vast file and thumbnail previews. If no shortcode parameters are provided, the plugin will fallback to the previously listed values.

安装:

This section describes how to install the plugin and get it working.
  1. Upload the plugin files to the /wp-content/plugins/fluid-player directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the 'Plugins' screen in WordPress
  3. Include any of the the [fluid-player] or [fluid-player-extended] shortcodes on your website pages/posts. Below is the list of accepted parameters:
  4. video : path to actual video to be used by the player. If no value is passed it will fall back to the plugin sample video.
  5. vast_file : path to vast file (optional)
  6. vtt_file : path to VTT file (optional)
  7. vtt_sprite : path to VTT sprites file (optional)
  8. layout : the following skins are provided with the player: default/browser, if no value is passed it will fall back to 'default'
  9. responsive : toggle responsive behavior, defaults to false
  10. auto-play : toggle video autoplay, defaults to false
  11. playback-speed-control : Toggle playback speed widget on the control bar, defaults to false
  12. poster-image : Poster image to be displayed before video playback starts. Video screenshot is used most commonly
  13. allow-download : Toggle Download button on the control bar, defaults to false
  14. logo : Logo url
  15. logo-position: logo positioning, default value "top right"
  16. logo-opacity : logo opacity, default value 1
  17. logo-hyperlink: URL which will open in an new tab when the logo is clicked
  18. ad-text : Ad text visible in the top right corner of the video
  19. ad-cta-text : CTA hyperlink visible in the bottom left corner of the video
  20. html-on-pause-block-width : html banner width, default null
  21. html-on-pause-block-height : html banner height, default null
Simple shortcode example: ` [fluid-player video="foo.mp4" vast_file="vast.xml" vtt_file="thumbs.vtt" vtt_sprite="thumbs.jpg" layout="default" auto-play="true" allow-download="true" playback-speed-control="true" responsive="true" ] ` Extended shortcode example: ` [fluid-player-extended vast_file="vast.xml" layout="default" auto-play="true" allow-download="true" playback-speed-control="true" poster-image="https://www.fluidplayer.com/images/valerian-thumbnail.jpg" logo="https://www.fluidplayer.com/images/yourlogo.png" logo-position="top right" logo-opacity=".8" logo-hyperlink="https://www.fluidplayer.com/" ad-text="adText" ad-cta-text="adCTAText" html-on-pause-block-width="100" html-on-pause-block-height="100" responsive="true"] [fluid-player-multi-res-video] [ {"label": "720", "url": "https://cdn.fluidplayer.com/videos/valerian-720p.mkv"}, {"label": "480", "url": "https://cdn.fluidplayer.com/videos/valerian-480p.mkv"} ] [/fluid-player-multi-res-video] [fluid-player-html-block] [/fluid-player-html-block] [/fluid-player-extended] `

更新日志:

2.0