Forum Discussion
AlanWoontner-63
3 years agoCommunity Member
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_
3 years agoCommunity 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/TRSIf3OZnNg
but 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