Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Silverstream TV Video Embed

Beschrijving

Adds shortcode support for embedding Silverstream TV media players. Shortcodes can be included in your posts and pages to quickly and easily embed Silverstream TV hosted content such as video, audio, live streams and presentations.

Basic Usage

Most basic example:
[sstv_video media=]
with substituted for the media’s ID string which can be found at the end of URLs

For example a video with this URL https://video.silverstream.tv/view/pqz4cPvk can be embedded with:
[sstv_video media=pqz4cPvk]

Advanced Usage

Several other optional attributes are supported to allow you to customise the size of the player as well as different behaviours.

Attribute
Required
Description
Example value

media
Required
Video.Silverstream Media ID
pqz4cPvk

width
Optional
player width in px
640

height
Optional
player height in px, if left blank, height is calculated from aspect ratio
360

aspect_ratio
Optional
ratio between width and height
1.7777 (16:9)

extra_height
Optional
additional height in px to be added after aspect ratio calculation
120

controls
Optional
Set to 0 to disable controls
1

autoplay
Optional
Set to 1 to enable autoplay
0

loop
Optional
Set to 1 to enable looping
0

subtitles
Optional
Set to 1 to force subtitles on
0

hide_share
Optional
Set to 1 to hide the share button
0

time
Optional
Start the video playing a number of seconds in rather than the start
15

js_control
Optional
Set to 1 to enable additional JavaScript controls for the player
0

An example of this might be
[sstv_video media=pqz4cPvk width=1280 height=720 autoplay=1]

Additionally [sstv_presentation media=pqz4cPvk] can be used for presentations.

Installatie

  1. Simply press Upload Plugin on the Plugins page of your WordPress CMS and upload silverstreamtv-embed.zip
    or unzip and upload it to the /wp-content/plugins/ directory making sure the contents are in their own silverstreamtv-embed directory within /wp-content/plugins/.
  2. Then Activate it on the plugins page

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Silverstream TV Video Embed” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers

Vertaal “Silverstream TV Video Embed” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

0.0.1

Initial release