Display title on video
The title attribute in the fp-player
element allows you to add a descriptive title that appears at the top left corner of the video player. This feature is essential for providing context to the video content or reinforcing your brand identity directly within the player interface.
Why include a title?
Adding a title to your fp-player interface serves several important purposes:
- Contextual information: The title provides users with immediate information about the video content they are watching, enhancing their overall viewing experience.
- Branding opportunity: It allows you to reinforce your brand identity by displaying your brand name or a customized title associated with the video.
- Visual hierarchy: By appearing prominently at the top left of the player, the title helps organize the player interface and directs user attention to key information.
How to include in FastPix player
Integrating a title into the video player is straightforward. Simply include the title attribute within the tag and specify your desired title text. Here’s how you can do it:
<fp-player
title="Your Title"
playback-id="your-playback-id"
token="your-token"
stream-type="live-stream"
</fp-player>
Example
Here’s an example of integrating the title attribute:
<fp-player
title="Company Webinar recording"
Playback-id="7804a0ae84d52cfe296549b73358865f"
token="eyJhbGciOiJSUzI1NiIsImtpZCI6ImMwODQzODc5ZjY4ZGQ0YjgwNDYyYjBlMTdjZjJkN2IxIn0.eyJzdWIiOiI3ODA0YTBhZTg0ZDUyY2ZlMjk2NTQ5YjczMzU4ODY1ZiIsImtpZCI6ImMwODQzODc5ZjY4ZGQ0YjgwNDYyYjBlMTdjZjJkN2IxIiwiZXhwIjoiMTcyMDA5OTU2MSIsIm5iZiI6IjE3MjAwMDk1NjIifQ.dcZba9AWQBN4Iq1dkJaUhmp7iwKihTOKerz2IFuoG6X72MgsG0pb2rMxs4-EvNSVaV9MBXIwciS9mnzg7rDvIXB8CbqNdoYvmLgRAUi0MOX4hXwEefmGbQ2Youg4NlAzXKIrfqKwj4rc0sqAHootnqfx9RdHHtJ6M_8ub64cujzvG4UbYENqBc550Pt6QE-E_SDZ21s5RkS9d1KHaRHWvrlBWhS8RKXAgpZTcu_zhnmKCgUjucrbJkdo7pPhZkX0YS0a1iVKPoPa0pm2JWSFCRobG2BmcZ-K5HWYo2j03Bgh48n1TCwkp7UEqu6rq5bMx1aSLwFfBwGbu9NvQK8riA"
stream-type="on-demand"
></fp-player>
For on-demand videos:
For live-stream videos:
Updated 2 days ago