MyBB Hacks

Full Version: YouTube Video Gallery
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
(03-08-2018 06:38 PM)lenox Wrote: [ -> ]No, a video code is not displayed in the thread and the ytvgal_showthread template is working.

Could you please try this code (replace line #49 of your ytvgal_showthread template):

HTML Code
<iframe width="420" height="315" src="https://www.youtube.com/embed/{$GLOBALS['threadfields']['ytvgalid']}"></iframe> 

Thanks now works fine
Thanks for the confirmation.
Hello, I have another question. In Startpost it is not possible to turn on the full screen mode. If I want to open fullscreen comes "Fullscreen is not available"

[attachment=1174]

Is there a way to change that?
When I insert the YouTube link in the post, full screen mode is available.
You can add allowfullscreen property to the iframe tag.
Something like this:

HTML Code
<iframe width="420" height="315" src="https://www.youtube.com/embed/{$GLOBALS['threadfields']['ytvgalid']}" allowfullscreen></iframe> 

Thanks for the fast support now works fine.
Thanks for the confirmation.
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30
Reference URL's