Skip to main content
Advanced Settings
Updated over a week ago

The Advanced section of the Watch Configuration screen contains various settings to fine-tune the behavior and appearance of the watch. This help page will guide you through the available attributes and their functionalities.

Languages

The Languages attribute defines the list of languages that appear in the Languages dropdown on the Watch Search page and their order. Users have the flexibility to change the order of languages through Drag & Drop interface.

On the Video Search page, the Languages filter becomes available if at least two languages are configured for the watch. This dynamic behavior ensures that users can easily refine their search based on language preferences.

In cases where a single language is configured for the watch, the language filter will be applied implicitly.

If the Languages attribute contains nothing, the Languages filter on the Watch Search page doesn't appear, and filtering by languages doesn't happen there.

Tabs

This defines the order of tabs on the Watch Player page

Inline Deep Search Types and Deep Search Redirect

These attributes are described in the Deep Search Configuration page.

Inline Channel Playback Flow

The "Inline Channel Playback Flow" attribute allows you to choose the preferred interaction style for watch playback in the Watch Inline channel. You have two options:

  • Single Click to Play: With this option, users can click once on a video in the Inline channel to initiate playback.

  • Double Click to Play: Selecting this option requires users to double-click on a video in the Inline channel to start the playback.

Preview Playback

The "Preview Playback" attribute enables or disables the video preview for videos in the playlists. When enabled, users can see a video preview before deciding to view the full version.

Delay Before Preview

The "Delay Before Preview" attribute allows you to set the time delay (in milliseconds) before the preview is displayed when the Preview Playback feature is enabled. Adjust this value to control the time between a user hovering over the watch and the preview appearing.

Custom Watch CSS

The "Custom Watch CSS" attribute allows you to apply custom CSS styles to the watch, enabling you to customize its appearance as per your requirements. Please exercise caution when using this option, as improper CSS can lead to undesirable outcomes. If you're familiar with CSS, you can use this option to enhance the watch's visual presentation.

Caution

Internal HTML classes of Watch can be changed with new releases.

To style Watch elements properly, only selectors of the following type should be used:

[data-a="key from a block"] { 
...
}

Example:

[data-a="page-channel-list"] [data-a="social-statistic"] {
display: none;
}
Did this answer your question?