MyBB Community Forums

Full Version: mybb 1.6 video tags -> blank instead of video embbeded
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2
(2012-10-20, 03:32 PM)Alban Mulaki Wrote: [ -> ]are you using cloudflare or any protecting anti dos or ddos ?

no, only SSL Certificate

and @ the mod guy, pm'd
Ah, the issue is with your SSL. You cannot embed media from an insecure location. You'll need to alter the video embed templates to use HTTPS.
how to do that?
ACP > Templates & Style > Templates > *YOUR THEME* > Ungrouped Templates > video_youtube_embed

Change to:

<object type="application/x-shockwave-flash" class="video_embed" style="width: 450px; height: 366px;" data="https://www.youtube.com/v/{$id}"><param name="movie" value="https://www.youtube.com/v/{$id}" /></object>
fixed, thanks Big Grin now working Smile
Pages: 1 2