Creating a Youtube feed takes 3 simple steps.
In the Feed Name field, give your feed a recognizable name. You can change this later if needed.
Next, click "Add Content" to add the link to the Youtube video.
1. First, get the embeddable link from Youtube.Go to the YouTube video you want to add to your feed. Click the “Share” button located below the video.In the pop-up window, click on “Embed”A code snippet will appear in an <iframe> format. Copy the URL inside the src attribute, it will look like this:To ensure your embedded YouTube video plays automatically and without sound, you'll need to add the following parameters to the end of the embed URL
?autoplay=1&mute=1
Example https://www.youtube.com/embed/kQjfUfCra6w?autoplay=1&mute=1The &mute=1 parameter is required as most modern browsers block autoplay of videos with sound to prevent intrusive user experiences.
2. Add the video link then click "Add content".