Tagged: video
Hi,
I’d like to insert a video in my page from youtube.
At the end of the video I don’t want to have other suggested video so I add this code ?rel=0 at the end of my video : http://www.youtube.com/embed/kVQUy8cZp48?rel=0
But when I insert my video on my page via avia layout builder, its doesn’t work. It seems that it doesn’t accept this type of URL : http://www.youtube.com/embed/kVQUy8cZp48?rel=0
Only these type of URL : http://www.youtube.com/watch?v=kVQUy8cZp48
https://www.youtube.com/watch?v=kVQUy8cZp48&rel=0 doesn’t work
https://www.youtube.com/watch?v=kVQUy8cZp48?rel=0 doesn’t work
So I can’t delete the suggested videos at the end of a video…
Can you help me ?
Thanks
Hey omardualtime!
Can you please try:
https://wordpress.org/plugins/hide-youtube-related-videos/
and let us know if it works?
If so, we will be able to find the issue.
Best regards,
Basilis
I have found the solution ! If you want to insert a video from youtube without the suggested video at the end you have to create a block code with this inside :
<div class='avia-video avia-video-16-9 ' itemprop="video" itemtype="https://schema.org/VideoObject" ><div class='avia-iframe-wrap'><iframe width="1500" height="844" src="https://www.youtube.com/embed/kVQUy8cZp48?feature=oembed&wmode=opaque&rel=0&showinfo=0" frameborder="0" allowfullscreen></iframe></div></div>
It works great as you can see : http://www.dual-time.fr/audemars-piguet/15300/
Regards,
Omar