XF 1.2 Video Embed not working

Sheratan

Well-known member
Example thread: https://oniichan.us/posts/44692/

Match url:
Code:
youtube.com/watch?v={$id}
youtube.com/v/{$id}
youtu.be/{$id}
youtube.com/*/u/*/{$id}
youtube.com/watch?feature=player_embedded&v={$id}

Embed HTML:
Code:
<iframe width="500" height="300" src="http://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe>

This problem also occur in dailymotion bbcode

no server error log in admincp
 
Best way to do it is to change the protocol text to :// (no http or https), that way it'll use the same as the root page.

Just incase somewhere https isn't being used...

Liam
 
Top Bottom