Configuring the Player Endscreen

This topic covers how to configure the player end screens.
 

Players can be configured so that an end screen will be displayed when a video ends. The end screen can be configured to show the replay and sharing icons or can be customized to include HTML. A custom end screen is shown below.

Icons are displayed to allow the viewer to replay the video or share the video out to popular social media sites.

To configure a player end screen, follow these steps:

  1. Open the Players module.
  2. Click the link for the player you want to configure.
  3. Click End Screens in the left navigation menu.
    style menu
  4. Select the Player End Screen option. The following options are available:
    • None - No end screen will be displayed
    • Social - Display the social sharing dialog when video ends
    • Custom - Display a custom end screen when video ends

Social end screen

When the Social option is selected, the social sharing dialog will display when the video ends.

Social sharing for the player must be enabled to use the social sharing end screen. If the Social option is selected, social sharing will be enabled automatically. The social sharing options that are displayed are based upon what was configured as part of the social settings. For more information on social settings, see Configuring the Social Properties for a Player.

Custom end screen

When the Custom option is selected, custom HTML can be used to display additional text or images above the replay and sharing icons. To configure a custom end screen, select Custom and paste in HTML to be displayed in the Custom HTML property.

The following code will display an image on the player endscreen.

<div style="text-align:center">
<p>This video sponsored by</p><br/>
<img src="http://support.brightcove.com/site-assets/images/site/SVG/COVE004_Brightcove_Logo_093020_RGB_Blue.svg"/>
</div>