To set title parameters for a video player, you can use below query parameters in the video URL. Here’s how to do it:

  1. Title and Description: Use the ‘title’ parameter to set the video title and its description. Format it as follows: title=(title of your video goes here) / (description of your video goes here). For example:

title=MyVideoTitle/ThisIsADescriptionOfTheVideo

  1. Title URL: If you want to link the title and description, use the ‘titleUrl’ parameter. Format it as titleUrl=http://example.com to specify the URL. For example:


titleUrl=https://example.com

  1. Title Logo: To add a logo to the title overlay, use the ‘titleLogo’ parameter. Format it as titleLogo=http://yourlogo.com to specify the logo’s URL. For example:


titleLogo=http://yourlogo.com

Combining these parameters allows you to customize the title, description, link, and logo in a video player’s overlay.

Note: ‘true’ = ‘1’ and ‘false’ = ‘0’. You can use either ‘true’ or ‘1’, and ‘false’ or ‘0’.