XF 1.5 Youtube bb code removed and what is the code to add back?

surfsup

Well-known member
What needs to be inside each of these sections for default? This comes with Xenforo but its been removed and im tryingto re add it.
 

Attachments

  • Screen Shot 2016-01-08 at 5.57.45 PM.webp
    Screen Shot 2016-01-08 at 5.57.45 PM.webp
    22.5 KB · Views: 5
  • Screen Shot 2016-01-08 at 5.57.49 PM.webp
    Screen Shot 2016-01-08 at 5.57.49 PM.webp
    34.8 KB · Views: 4
This is slightly modified from the shipping, but gives you this
Screen Shot 2016-01-08 at 10.38.47 PM.webp

which looks a little cleaner to me.
Second tab you don't mess with.

Site URL
Code:
http://www.youtube.com
Match URLS
Code:
youtube.com/watch?v={$id}
youtube.com/watch?*&v={$id}
youtube.com/v/{$id}
youtu.be/{$id}
youtube.com/*/u/*/{$id}
youtube.com/embed/{$id}

Embed HTML
Code:
<iframe width="500" height="300" src="https://www.youtube.com/embed/{$id}?wmode=opaque&autohide=1&showinfo=0" frameborder="0" allowfullscreen></iframe>
 
Top Bottom