MyBB Community Forums

Full Version: Videos not showing on forums
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hello,

Video links are not displaying properly on our Forums anymore. Instead where the code is, we are seeing a large gap. Thank you in advance for your help.

[Image: 8MhfFJN.png]

[Image: xB5DoON.png]
You dont have the right code. You have to use the "Share" code. Click on the word "Share"(its small and hard to see) that is underneath the video and take that code and put it in.
I take it you mean the share code on the Youtube site.
(2014-01-20, 12:54 PM)hrspwr1 Wrote: [ -> ]You dont have the right code. You have to use the "Share" code. Click on the word "Share"(its small and hard to see) that is underneath the video and take that code and put it in.

That would require the OP to enable HTML in posts, which isn't advisable.

OP, can you provide a link to that thread?
Sure Nathan, thank you - https://www.linuxdistrocommunity.com/for...hp?tid=533 for the record I would never enable HTML in posts. We have always used the drop down menu, then its as if overnight it stopped working Sad

P.S. happy to provide you with any other information to help resolve this Smile All of our youtube posts have disappeared and are blank Sad
Quote:Blocked loading mixed active content "http://www.youtube.com/embed/MUYcWnYsBRM"

The issue here is you're using the HTTPS protocol but trying to load a Youtube video with the HTTP protocol. Browsers don't like this.

I think you may have encountered a bug. Even when you supply the URL "https://www.youtube.com/watch?v=MUYcWnYsBRM", we try to load "http://www.youtube.com/watch?v=MUYcWnYsBRM" instead.
Cool, so hopefully this gets fixed in a future release? Or is there a way I can patch this in the meantime. Cheers.
Open the template "video_youtube_embed" and replace http://www.youtube.com/v/{$id} with https://www.youtube.com/v/{$id}

That should work. Smile
Beautiful Nathan, Youtube is back. Many, many thanks Smile
Glad I could be of assistance. Smile