! 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
{pluginmanager plugin=""}
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")}
{youtube movie="G1TuB5P4Ypw" width="425" height="350" quality="high" allowFullScreen="y"}
{CODE}
''Would produce:''