This wiki plugin enables embedding of external videos or media into Tiki pages using the oEmbed protocol. It fetches metadata from the provided media URL and generates an embedded media player to display the content on your Tiki page. This is useful for integrating platforms like PeerTube, YouTube, Vimeo, and others that support the oEmbed standard.
Parameters
Embed a video or media using oEmbed protocol Introduced in Tiki 28. Required parameters are inbold. Go to the source code Preferences required: wikiplugin_oembed
Parameters
Accepted Values
Description
Default
Since
url
url
Complete URL to the oEmbed video or media
height
digits
Height in pixels (e.g., 315). Leave empty to use provider dimensions.
width
digits
Width in pixels (e.g., 560). Leave empty to use provider dimensions.
start
digits
Start time offset in seconds
0
bg
Object background color. Example: #ffffff, rgb(255, 255, 255), white
border
Object border color. Example: #ffffff, rgb(255, 255, 255), white
privacyEnhanced
(blank) y n
Enable privacy-enhanced mode (if applicable)
allowFullScreen
y n
Enlarge video to full screen size
y
borderRadius
y n
Apply rounded corners to the container. Default: Yes
y
Note : You can use the provided parameters like width, height, allowFullScreen, etc. to customize the oEmbed output. Refer to the oEmbed documentation for additional details.
Show a video
Here is an example of how to use the oEmbed plugin: