Up Next
Summary
The 'Up Next' widget is shown on a video page, in the sidebar, and shows the up coming video that will play.
This is an automated widget so you cannot control the content of it, or where it displays.
How it works
This widget shows content in the following order:
- It is a published node.
- The node type is 'Video'.
- The video is NOT private.
- The video is NOT watched (by the user).
- If there is a
chid
(channel ID), the list is filtered to that channel. - The list is sorted by created date, with the most recent video first.
Hiding the widget
Hiding the Up Next widget
Hiding the Up Next widget only applies to the US website. The widget can only be hidden on a channel-by-channel basis.
Hiding the Up Next widget can only be done on a channel-by-channel basis. To do this you need to edit the channel you want the widget hidden on.
Go to the 'Content Curation' tab and tick the checkbox labelled Hide up next block on channel videos
.
Web team only
To get a list of videos the system thinks you've watched run the following command in the console. It only works for the current user (not masquerading) and returns a list of nid's.
window.localStorage.getItem("autoplay_nids")