Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Vimeo embed issue on iPhone

Here is my dilemma:

I am creating a site that will allow users to submit videos that will be posted to the site. The user submits a Vimeo link and the video gets posted in an embedded format to the site. Unless the creator of the video has a PRO or PLUS Vimeo account, embedded vimeo videos do not work on iPhone 3GS (not sure about iPhone 4, but they do work on iPad).

Is there any sort of workaround to get embedded vimeo videos working on iPhone? Any ideas?

enter image description here

Edit: I have checked and it does work on iPhone 4. But still not 3GS.

Embed Code

<iframe src="http://player.vimeo.com/video/<?php echo $videos[$i]; ?>?title=0&amp;byline=0&amp;portrait=0&amp;color=ffff00" width="" height="" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen ></iframe>
like image 861
Trav McKinney Avatar asked Jan 30 '12 20:01

Trav McKinney


People also ask

Why are my Vimeo links not working?

If reloading the player doesn't immediately resolve the issue, check your network connection to make sure it's up and running. If the error persists, try temporarily disabling any active browser extensions, firewalls, or proxies that may be preventing a successful connection to Vimeo.

Where are embed settings on Vimeo?

Vimeo's Embed SettingsOn the Video Settings page, click the Embed tab to see the Player Preferences. You can customize the look of your embedded video with Player Preferences settings. Click the checkbox next to the option you wish to enable or uncheck the ones you wish to disable, such as the Vimeo logo.


1 Answers

I found a solution, by registrate a plus account you can generate a mobile version. Works with all iPhone models.

like image 149
Gudda Avatar answered Sep 22 '22 07:09

Gudda