I ran across a previous post I had submitted on the
Google forumThis is in the works. I'm trying to push out the next version as fast
as I can, because like you I'm excited for this new embedded player!
In the meantime feel free to edit the Vimeo embedded template at
ui/embedded_flash/vimeo/object.tpl.php.
I was attempting to update the UI embed code for Vimeo, but noticed that some additional changes will be needed. The current code calls:
<?php echo ${org_tubepress_template_Template::EMBEDDED_DATA_URL}; ?>
This outputs a string like this:
http://vimeo.com/moogaloop.swf?clip_id=11906695&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&fullscreen=1&autoplay=0&loop=0
For the new iframe code, I need to alter that data to spit out:
http://player.vimeo.com/video/11906695?title=0&byline=0&portrait=0&color=ffffff
Where do I change/update this code?