Youtube clips not viewable on mobile browsers

Martijn

Member
Some users from my forum are complaining that they are unable to watch youtube video's which are posted on the forum on their Ipad/Android Tablet or smartphone.

For example : http://www.goochelaars.com/threads/youtube-videos-niet-te-zien-met-ipad.14844/#post-128860

I tried it on my Ipad myself and it worked after about 30 seconds wait. (both in Safari and Chrome)
I tried it on an Samsung Tab 3 (both in built-in-browser and Chrome) with no result.
I only see some whitespace in the message.

Any idea what causes this problem ?
 
That format isn't compatible with mobile browsers.

Try updating your media BB Code - this is the default:
Code:
<iframe width="500" height="300" src="http://www.youtube.com/embed/{$id}?wmode=opaque" frameborder="0" allowfullscreen></iframe>
 
Top Bottom