History: PluginOEmbed
Preview of version: 8
Plugin OEmbed
This wiki plugin enables embedding of external videos or media into Tiki pages using the oEmbed protocol. It fetches and processes metadata from a provided media URL, generating an embedded media player.
Parameters
Embed a video or media using oEmbed protocolIntroduced in Tiki 29. Required parameters are in
bold
.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. Default: 315 |
315 | |
start |
digits | Start time offset in seconds | 0 | |
width |
digits | Width in pixels. Default: 560 |
560 | |
privacyEnhanced |
(blank) y n |
Enable privacy-enhanced mode (if applicable) | ||
allowFullScreen |
(blank) y n |
Enlarge video to full screen size | y | |
bg |
Object background color. Example: #ffffff , rgb(255, 255, 255) , white |
|||
border |
Object border color. Example: #ffffff , rgb(255, 255, 255) , white |
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
This code:
Copy to clipboard
{youtube movie="G1TuB5P4Ypw" width="425" height="350" quality="high" allowFullScreen="y"}
Would produce: