Page 1 of 1

Embedding a youtube video

Posted: Fri 21. May 2010, 14:08
by gavred
Hi Guys,

I'm sure this has been covered before but I can't seem to find it anywhere in the forums - so sorry if it has.
I'm very new to phpwcms - so go easy if this is a silly question, but I've been asked to take over the maintenance of a website built in phpwcms and
I'm trying to embed a youtube video using the embed code provided by youtube. Its not working and I'm wondering if someone has any ideas on how to go about it?

Many Thanks!!

Re: Embedding a youtube video

Posted: Sun 23. May 2010, 00:59
by gavred
A solution to this was found. No need to reply.
Thanks.

Re: Embedding a youtube video

Posted: Sat 12. Jun 2010, 00:17
by Jensensen
gavred wrote:A solution to this was found. ...
Would you be so kind to explain the solution?
Thank you.

Re: Embedding a youtube video

Posted: Sun 13. Jun 2010, 08:48
by Oliver Georgi
remember the videoplayer.php in template/inc_script/frontend_render/disabled. Move it one dir up and then use:

Code: Select all

[youtube]%%YouTubeCode%%[/youtube]
Sample:

Code: Select all

[youtube]xsSneTE5hLc[/youtube]

Re: Embedding a youtube video

Posted: Tue 18. Mar 2014, 21:52
by Siegmar
Funktioniert prima!
Allerdings nicht auf meinem Tablet und Smartphone - beides Chrome/Android.
Dort wird nur die Youtube-URL angezeigt

Works great!
Unfortunately it does not on my tablet and mobile - Chrome/Android system.
There the youtube-url is shown only.

Re: Embedding a youtube video

Posted: Wed 19. Mar 2014, 07:14
by Oliver Georgi
Jupp, Flash-basiert. Ich ändere das mal ab in eine aktualisierte, iFrame-basierte Lösung.

Re: Embedding a youtube video

Posted: Wed 19. Mar 2014, 17:23
by Siegmar
Super!