Author Topic: Public Service Announcement - Youtube Videos and Why Won't They Embed? [Fixed]  (Read 1535 times)

0 Members and 1 Guest are viewing this topic.

Offline CPTBadAss

  • Woke up like this
  • Thread Starter
  • Posts: 14383
    • Tactile Zine
Youtube recently upgraded and it's messing with the youtube plugins or whatever makes videos work in SMF.

The code is:

Code: [Select]
[youtube]yourvideourlhere[/youtube]

However, you'll only be able to see the video on your browser if you hit the button that "Load Unsafe Content" to load. Otherwise it'll be blank. Chrome and Firefox have it. Chrome has a little shield on the right side on the address bar. I think that Firefox has it on the left side?

In order to get the videos to work, remove the "s" in the link. You need the regular link so it'll look like this:

Code: [Select]
[youtube]http://www.youtube.com/watch?v=1612_Y7N9x4[/youtube]

The original link is:


What I like to do is this:
Code: [Select]
[youtube]http://www.youtube.com/watch?v=1612_Y7N9x4[/youtube]
[youtube]https://www.youtube.com/watch?v=1612_Y7N9x4[/youtube]


Put both options in and let people do whatever is easiest for them.


Is there a fix? I honestly don't know. But hopefully this helps someone.
« Last Edit: Wed, 17 June 2015, 11:10:34 by CPTBadAss »

Offline trizkut

  • * Global Moderator
  • Posts: 1207
  • Location: MA
the fix is finding an smf plugin that isn't stuck in the early 2000s   :p


Offline CPTBadAss

  • Woke up like this
  • Thread Starter
  • Posts: 14383
    • Tactile Zine
* CPTBadAss isn't code-savvy enough to understand trizkut's joke

:(

Offline trizkut

  • * Global Moderator
  • Posts: 1207
  • Location: MA
* CPTBadAss isn't code-savvy enough to understand trizkut's joke

:(

the problem is the current youtube plugin only handles http:// links and modern browsers do not like mixed http/https content on a page that's trying to present itself as "secure."  I'm pretty sure there are several youtube plugins for Simple machines forums (smf) that are more accommodating, not sure why we haven't transitioned to one yet tbh


Offline hwood34

  • underwater squad
  • * Exalted Elder
  • Posts: 5917
  • Location: USA
  • #1 CL stan
    • Keyboard Illuminati
tfw that's what I've always done and I still can't see embeds :(
IV KWK Info Thread & KBK Info Thread IV (out of date)

Old GBs: Gateron Switches (2015) | CF-LX R1 (2015) | CF-LX R2 (2017) | CF-LXXX (2017) | Gen.s Gem Caps (2015)

"Under no pretext should arms and ammunition be surrendered; any attempt to disarm the workers must be frustrated, by force if necessary"

Offline CPTBadAss

  • Woke up like this
  • Thread Starter
  • Posts: 14383
    • Tactile Zine
https://geekhack.org/index.php?topic=72667.0

As of 6/8/15, this was fixed. Locking the thread now.