You Tube Video's Don't Work - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

You Tube Video's Don't Work

HG

Henk de Gans

SP Page Builder 2 years ago

https://youtube.com/shorts/siFVFFyma08

I have several you tube videos on the website. Now the links to the videos have changed on you tube the new ones have a different coding. Now I can't get it to work on my page. Could it be that the addon can't handle this?

This is the page with de you tube video https://www.devogelvriendnijkerk.nl/index.php?option=com_sppagebuilder&view=page&id=28 I have the latest versie SP page bilder

0
16 Answers
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115595

If you would click on video and choose Embed code - then you can use it inside Custom Module (in HTML mode) or Raw HTML addon

info_1053_2023.jpg

sorry, I have no more ideas

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #114130

Hi Henk,

it's not classic YouTube, but Shorts - so you have to enable that to make it work

info_1012_2023.jpg

on youtube you can find whole guide.

0
HG
Henk de Gans
Accepted Answer
2 years ago #114133

Hello Paul,

I'll have that so!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #114135

so in editor it works but on site preview not?

0
HG
Henk de Gans
Accepted Answer
2 years ago #114149

Exact, thats the problem

Grzzz Henk

0
HG
Henk de Gans
Accepted Answer
2 years ago #115102

Hello Paul,

Has a solution been found for this problem yet, or are you still working on it?

Greetz

Henk de Gans

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115204

Sorry but yes, there seems to be video addon code bug, probably YT changed something, becuase all random shorts were working fine a few weeks ago.

Can you test different video link: https://www.youtube.com/shorts/OXoNXwfdgfQ

if it would work, maybe you have to upload video again. It may help, of course use a new URL after.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115206

By now please use a alternative solution, first remove Video addon and use RAW HTML addon instead of and paste that code inside:

<iframe width="420" height="747" src="/www.youtube.com/embed/siFVFFyma08" title="jeudeboule" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>

(!) before www, must be https://

and it will work :)

0
HG
Henk de Gans
Accepted Answer
2 years ago #115288

Tried with the link you sent with that dog and it works. Deleted my own video and uploaded it again to youtube. Put the new link in your html code but unfortunately.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115292

why you put "/" before https ??? remove it, be more carreful !

must be only correct YT URL !

0
HG
Henk de Gans
Accepted Answer
2 years ago #115307

sorry, don't work Paul!

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #115348

HTML seems to be OK, and it's working on my site.

Maybe problem is with missing "www"

0
HG
Henk de Gans
Accepted Answer
2 years ago #115581

No idea anymore Paul, I added www but then get 404 and also tried a link to another video on my channel, but that didn't work either. The videos are public and published appear in youtube when I link directly to them

0
HG
Henk de Gans
Accepted Answer
2 years ago #115582

It seems that the short link is the problem. I put it as second video on standard Joomla page. First link works but second one doesn't. {youtube}https://youtu.be/0hMYV_a7fxo{/youtube}

{youtube}https://youtube.com/shorts/olRgKByqCls{/youtube}

0
HG
Henk de Gans
Accepted Answer
2 years ago #115636

That works! All's well that ends well ;-) Thank you very much for the good support. I am more and more happy with Joomshaper

0
HG
Henk de Gans
Accepted Answer
2 years ago #115637

<iframe width="451" height="801" src="/https://www.youtube.com/embed/olRgKByqCls" title="Jeu de Boule" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe> This is the code

0