History: PluginOEmbed
Source of version: 16
Copy to clipboard
! 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 protocol ''Introduced in Tiki 29.'''' Required parameters are in'' -+__bold__+-. [https://gitlab.com/tikiwiki/tiki/-/blob/master/lib/wiki-plugins/wikiplugin_oembed.php|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+-|y %%% n|Enable privacy-enhanced mode (if applicable)| | -+allowFullScreen+-|y %%% n|Enlarge video to full screen size|y| -+background+-| |Object background color. Use an HTML color code. Example: -+ffffff+-| | -+border+-| |Object border color. Use an HTML color code. Example: -+ffffff+-| | || Note : You can use the provided parameters like width, height, allowFullScreen, etc. to customize the oEmbed output. Refer to the [https://oembed.com/|oEmbed documentation] for additional details. !! Show a video ''This code:'' {CODE(colors="tiki")} {oembed url="https://videos.evoludata.com/w/2aGghaFr12Cg1Nj1ckqznH" background="000000" border="ff0000" allowFullScreen="y"} {CODE} __Note__: This plugin is only available starting from Tiki 29. It is not possible to display the video here because doc.tiki.org is running Tiki 28.