Forum Discussion
Embedding YouTube videos into Rise
- 11 months ago
Hi LaurenMalfatti making a YouTube video private means that only specific users you have invited, via email address, will be able to view the video.
I don't think you can remove the items that you would like to. YouTube does offer some control over what is displayed by using parameters within the HTML embed. There is a full list of available parameters here: Supported Parameters
You use these parameters like this, on the SRC attribute of your embed:
src="https://www.youtube.com/embed/VIDEO_ID?rel=0&controls=1"
I think the rel=0 is a must. This prevents the "recommended video" thumbnails appearing when the video is compete.
Hi LaurenMalfatti making a YouTube video private means that only specific users you have invited, via email address, will be able to view the video.
I don't think you can remove the items that you would like to. YouTube does offer some control over what is displayed by using parameters within the HTML embed. There is a full list of available parameters here: Supported Parameters
You use these parameters like this, on the SRC attribute of your embed:
src="https://www.youtube.com/embed/VIDEO_ID?rel=0&controls=1"
I think the rel=0 is a must. This prevents the "recommended video" thumbnails appearing when the video is compete.
Hi, my team isn't able to get this solution to work. I'm wondering if something has changed?
Related Content
- 9 months ago
- 10 months ago
- 12 months ago
- 10 months ago