Forum Discussion
Webobjects not displaying
Can you tell me why Webobjects I have inserted are not displaying when I test the link on the following screens in the attachment. I am using the "embed" nomenclature
2.3
4.2
6.2
6.4
- Jürgen_Schoene_Community Member
you use the wrong path to the youtube videos
wrong: http://www.youtube.com/embed/watch?v=TRSIf3OZnNg
correct: https://www.youtube.com/embed/TRSIf3OZnNgbut there is a better way to integrate youtube videos -> Video from Website
insert the youtube embed link
<iframe width="560" height="315" src="https://www.youtube.com/embed/TRSIf3OZnNg" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
result
for the other videos replace the video-ID "
TRSIf3OZnNg
" in the embed code - AlanWoontner-63Community Member
Jurgen, the video embed works very well. THank you for taking the time to share this solution with me.