Page 1 of 1

WebHelp responsive Video integration refused

Posted: Mon Mar 04, 2019 11:04 pm
by Megazoyd
Hi,

I have created a webhelp responsive test site and I have added a YouTube video to one of the Topics, which has been embebed via iFrame.

Unfortunately it doesn't work because it says in the video frame that Youtube refuses the connection

URL: http://gastrolat.org/webhelp-responsive/Results.html

How can I fix this problem?


Thanks

Re: WebHelp responsive Video integration refused

Posted: Tue Mar 05, 2019 8:06 am
by Radu
Hi,

Try to use for the DITA <object> @data attribute this value:

Code: Select all

https://www.youtube.com/embed/jxaCvvPr98E
What I did to obtain it was to click the "Embed" button and see what HTML fragment needed to be generated:

https://support.google.com/youtube/answer/171780?hl=en

Regards,
Radu

Re: WebHelp responsive Video integration refused

Posted: Tue Mar 05, 2019 6:23 pm
by Megazoyd
It works

Thanks