Quote:
Originally Posted by BadgerDog
Anyone else tried this on the iPad?
See my post above where neither link or video appear with 1.3 ...
However, does appear fine on iPhone 4 with same Safari browser and same operating system.
Thanks ...
Regards,
Doug
|
I'll test it soon on ipad, I have no access to it yet.
But as failsafe, you could change the fallback code to only image and link, so if a mobile browser is detected, don't use the default vB video embed at all.
You can accomplish this when you change the fallback embed code in the plugin's settings to this:
HTML Code:
<a href="http://www.youtube.com/watch?v=%1$s">
YouTube Video:<br /><img src="http://img.youtube.com/vi/%1$s/0.jpg" width="240" height="180" alt="Click here to view on youtube" /></a>
This ensures that the browser will display at least something instead of blank space in some cases.