PDA

View Full Version : Youtube Videos are not displaying on iphone and ipad


adeel80
11-14-2010, 04:17 PM
Hi,

I'm on 4.0.8. youtube videos just show as blank on iphone and ipad. Kindly someone help.

FortressGamers
12-24-2010, 05:14 PM
iPhone, iPod & iPad do not support flash.

Youtube embedding is flash..

Digital Jedi
12-24-2010, 06:26 PM
Flash doesn't work on those, but YouTube should through their respective YouTube applications. You should at least be getting a clickable thumbnail or link that opens in the application or website.

preemz10314
12-25-2010, 10:14 AM
sorry to hear that your wasted money on an ijunk product ;/ merry christmas.

adeel80
01-15-2011, 04:52 PM
How come the other youtube videos play fine on my iphone and ipad but not the ones posted on my vbulletin forum?

Please someone give solution, I am losing a lot of audience due to this.

Digital Jedi
01-16-2011, 02:29 AM
YouTube uses alternative means to make their videos play on devices without flash support. You can try updating your embed code to see if it matches what YouTube currently uses.

Isaacj
01-20-2011, 06:54 PM
Go to Styles and Templates --> Search in Templates --> Search for "video" and open the bbcode_video template.

Search for: <vb:elseif condition="$provider == 'youtube'" />

And replace the old YouTube code with:

<iframe title="YouTube video player" class="youtube-player" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/{vb:raw code}" frameborder="0" allowFullScreen></iframe>

--
Isaacj

adeel80
01-20-2011, 07:56 PM
Go to Styles and Templates --> Search in Templates --> Search for "video" and open the bbcode_video template.

Search for: <vb:elseif condition="$provider == 'youtube'" />

And replace the old YouTube code with:

<iframe title="YouTube video player" class="youtube-player" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/{vb:raw code}" frameborder="0" allowFullScreen></iframe>

--
Isaacj

Thank You so much. That worked. How about other Video formats, how can I do the same for them?

benative
09-23-2011, 01:07 PM
Go to Styles and Templates --> Search in Templates --> Search for "video" and open the bbcode_video template.

Search for: <vb:elseif condition="$provider == 'youtube'" />

And replace the old YouTube code with:

<iframe title="YouTube video player" class="youtube-player" type="text/html" width="640" height="390" src="http://www.youtube.com/embed/{vb:raw code}" frameborder="0" allowFullScreen></iframe>--
Isaacj

This code fixed the problem :)
But what about vimeo?? any clue?

Digital Jedi
09-23-2011, 10:53 PM
If Vimeo is still using Flash for embedding, then there's not really anything you can do.

ReBe
01-08-2012, 11:22 AM
Have vimeo not a new universal player? With this it should be possible to get videos work on IOS devices. But i?m to stupid for this. :) Can anyone help to get vimeo work on IOS?

HellRZR
01-17-2012, 03:20 PM
Awesome! Thank-you. Fixed my problem on 4.1.3!