Closed (fixed)
Project:
Media: Vimeo
Version:
7.x-1.0-beta5
Component:
User interface
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
16 Feb 2012 at 20:01 UTC
Updated:
15 May 2012 at 10:20 UTC
Jump to comment: Most recent file
Comments
Comment #1
smbell commentedPatch works. Thank you!
Comment #2
earlstudios commentedthis is just what I need...stupid question, I can't seem to find out how to apply a patch to a website that is hosted with siteground? please don't hit me for asking a redundant question, i'm a food photographer, i pay in cupcakes :-)
Comment #3
drewish commentedSeems like there's some overlap with #1381256: Add portrait, title and byline option. I think both add a lot of code for something that should be pretty simple. I think we should find a simpler way to handle the settings. Those accessor functions just seem noisy. Why not simply expose an array of settings?
Comment #4
drewish commentedI'm going to close the other issue since its patch is busted. I'll give this a closer look.
Comment #5
drewish commentedI want to merge #1494020: Adding option for use of vimeo API in with this since it touches the same code. I'm also switching to the IFRAME so I'll merge the issue at #1457838: Switch embed to new Universal Player to provide iOS HTML5 support into this one as well.
Since the styles support is deprecated #1503158: Remove support for Styles module I don't think we should add support to that code for the new features.
Comment #6
Pls commentedThanks drewish, right now I'm preparing to test your patch, will report back my results.
Comment #7
bentekwork commentedI just tested this patch from #5 and it works as expected on my installation. Thanks!!
Comment #8
drewish commentedOkay i'm pretty happy with it so I went ahead and pushed it.
Comment #9
Pls commentedYes, patch works without any problems. Do you plan to release new beta soon ?
Comment #10
drewish commentedYou can grab the dev build when it's updated. I'm not in a hurry to push out a new beta yet. I'd rather try to close up the remaining issues and get to an RC.
Comment #11
ghazlewoodI've just been working with the updated -dev version as I need API support to allow me to control when the vimeo video plays. In order to do this I need to pass the Froogaloop function a playerID according to the Vimeo JS API. At the moment the wrapper element gets the ID not the iframe. Would it be unreasonable to suggest applying the existing wrapper_id to the iframe instead of the div? I can provide a patch against -dev if this would be ok.
Comment #12
RobW commented@ghazlewood sounds like a great idea (I would use it), but deserves its own issue.
Comment #13
ghazlewoodOk cool, will get my things together and open a new issue with this specifically. Thanks