Basic Usage [Video Link / Video Manifest Link]:
[plx_player link1="//link/to/video/manifest.m3u8"]
Default value: "#"

Fallback Link [Video Link / Video Manifest Link]:
[plx_player link1="//link/to/video/manifest.m3u8" link2="//link/to/video/fallback_manifest.m3u8"]
Default value: "#"

If Multiple Videos exist in one page then best practice is to add a unique id for each video shortcode [Video Link / Video Manifest Link]:
[plx_player id="part1" link1="//link/to/video/manifest_part1.m3u8"]
[plx_player id="part2" link1="//link/to/video/manifest_part2.m3u8"]
Default value: "#"

To add a poster image
[plx_player link1="//link/to/video/manifest.m3u8" poster="//link/to/poster_image.jpg"]
Default value: "https://perplexeus.com/wp-content/uploads/2017/04/parallax_5.jpg"

To disable logo/watermark
[plx_player link1="//link/to/video/manifest.m3u8" watermark_enable="false"]
Default value: "true"

To change logo/watermark
[plx_player link1="//link/to/video/manifest.m3u8" watermark="//link/to/poster_image.jpg"]
Default value: "https://me.perplexeus.com/wp-content/uploads/2020/04/Perplexeus-logonew-circle-icon-e1634984244334.png"

To move logo/watermark
[plx_player link1="//link/to/video/manifest.m3u8" watermark="//link/to/poster_image.jpg" watermark_position="top-right" ]
Default value: "top-right"
Possible values: "top-right / top-left / bottom-right / bottom-left"

To disable controls
[plx_player link1="//link/to/video/manifest.m3u8" controls="false"]
Default value: "true"

To disable hotkeys (keyboard controls)
[plx_player link1="//link/to/video/manifest.m3u8" hotkeys="false"]
Default value: "true"

To Adjust playback rates / speed
[plx_player link1="//link/to/video/manifest.m3u8" playback_rates="[0.5, 1, 1.5]"]
Default value: "[0.25, 0.5, 0.75, 1, 1.25, 1.5, 1.75, 2]"

To disable seek buttons (skip seconds on control bar)
[plx_player link1="//link/to/video/manifest.m3u8" seek_buttons_enable="false"]
Default value: "true"

To change seek forward button (forward by x seconds on control bar)
[plx_player link1="//link/to/video/manifest.m3u8" seek_buttons_f="30"]
Default value: "30"

To change seek backward button (rewind by x seconds on control bar)
[plx_player link1="//link/to/video/manifest.m3u8" seek_buttons_b="10"]
Default value: "10"

To add a title to the video overlay
[plx_player link1="//link/to/video/manifest.m3u8" title="Perplexeus: PLX VideoJS Player"]
Default value: ""

note: title if left empty will disable both title and subtitle

To add a title to the video overlay
[plx_player link1="//link/to/video/manifest.m3u8" title="Perplexeus: PLX VideoJS Player" subtitle="Documentation"]
Default value: ""

note: if title is left empty both title and subtitle will be disabled

To set custom video width
[plx_player link1="//link/to/video/manifest.m3u8" width="900"]
Default value: "300"

To set custom video height
[plx_player link1="//link/to/video/manifest.m3u8" height="900"]
Default value: "150"

Leave a Reply

Your email address will not be published. Required fields are marked *