.. include:: ../Includes.txt .. _Video: ============ Video ============ \\nn\\t3::Video() --------------- Everything that is important and helpful on the subject of videos. Overview of Methods ~~~~~~~~~~~~~~~~ \\nn\\t3::Video()->isExternal(``$url = NULL``); """""""""""""""" Prüft whether the URL is a video on YouTube or Vimeo. Returns an array of data to embed. .. code-block:: php \nn\t3::Video()->isExternal( 'https://www.youtube.com/...' ); | ``@return array`` \\nn\\t3::Video()->getExternalType(``$url = NULL``); """""""""""""""" Returns info üabout the streaming platform and code to embed a video .. code-block:: php \nn\t3::Video()->getExternalType( 'https://www.youtube.com/watch/abTAgsdjA' ); | ``@return array`` \\nn\\t3::Video()->getEmbedUrl(``$type, $videoId = NULL``); """""""""""""""" Return embed URL based on the streaming platform. Classically, the URL used in the src attribute of the