Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Vimeo on iPhone


  • Please log in to reply
11 replies to this topic

#1 < no first name > Brumm

< no first name > Brumm

    Member

  • Members
  • PipPip
  • 11 posts

Posted 02 November 2010 - 06:58 PM

Hi Eric,

My client's anxiously waiting the Vimeo Universal Player update, as am I. Will the next release of the Pro version include this functionality? Any idea of when the next release might be available?

When viewing the Vimeo gallery on an iPhone 4, not only is the video not showing up, but the thumbnails are not displaying either. I've included a screensnap of the Vimeo Gallery from your site:

Posted Image

Thanks,
Mike

#2 < no first name > Brumm

< no first name > Brumm

    Member

  • Members
  • PipPip
  • 11 posts

Posted 02 November 2010 - 07:34 PM

I ran across a previous post I had submitted on the Google forum

This 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?

#3 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 03 November 2010 - 11:27 AM

Hi Mike,

I responded to your other post from yesterday as well, basically saying that the next version is on the home stretch. The Vimeo universal player has been implemented fully in the free version, so you can grab a package from Github if you'd like to start testing. When I modified TubePress to use the universal player, I realized (as you did) that it was not a simple matter of changing the embedded template. There were quite a few JavaScript and PHP changes to go along with it.

Anyway, I have a fire under my arse to get this version out ASAP. I'm sick of delaying it. Thanks for your (extended) patience!

Eric

#4 < no first name > Brumm

< no first name > Brumm

    Member

  • Members
  • PipPip
  • 11 posts

Posted 03 November 2010 - 12:02 PM

Hi Eric,

Thanks for the post/update. I downloaded the latest free version from Github and implemented it on a test site here:
http://redone.org/_d...0/11/tubepress/

When I checked it out on my iPhone4 the thumbnails are no longer broken, but there was no video and no way to access the videos (the thumbnails were no longer active).

Posted Image

Is this a bug? Or will the Pro version remedy this?

Thanks again for all the hard work you're putting into this. Much appreciated.
Mike

#5 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 03 November 2010 - 08:03 PM

Looks like a bug to me. I'll investigate with my iPhone tomorrow.

As a Vimeo user, please see this post that I just published.

#6 < no first name > Brumm

< no first name > Brumm

    Member

  • Members
  • PipPip
  • 11 posts

Posted 03 November 2010 - 08:19 PM

First off, happy birthday.
Second, thanks for the heads up on the Vimeo gallery fix.
Finally, step away from your computer and enjoy the rest of your birthday.

#7 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 05 November 2010 - 02:13 PM

I was able to do some troubleshooting and fixed a few bugs related to this. Just tested Vimeo galleries on my iPhone and they're fully functional! Feel free to grab a fresh copy from github if you'd like to continue testing. This is good news as it means I'm that much closer to releasing version 2.1.0.

#8 < no first name > Brumm

< no first name > Brumm

    Member

  • Members
  • PipPip
  • 11 posts

Posted 05 November 2010 - 03:48 PM

Hey Eric,

I think I ran across another bug w/ the latest version. Here's the how and what of the bug:

1. load page with tubepress gallery of vimeo videos = OK
2. click thumbnails to switch out main video = OK
3. click main video to watch video = OK
4. finish watching video (or click done) to return to the page = OK
5. click thumbnails to switch out main video = BUG: the title of the main video switches out, but the previous video remains in the main video spot

Getting close. Really like how you moved the Key / Secret inputs to the admin section.

iPhone 4 w/ latest iOS.
Tested it with: 1) one Safari window only and 2) mutliple Safari windows. Same effect.

#9 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 08 November 2010 - 11:47 PM

Reproducing your bug report now, please stand by. Btw your feedback is freakin' invaluable.

#10 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 10 November 2010 - 12:01 AM

Well that was fun - nothing like working around browser quirks! Finally fixed. Here's the commit detail: https://github.com/e...om...f499eaf26f.

#11 brandon hall

brandon hall

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 10 November 2010 - 02:08 PM

Hi. Just a note to let you know that this latest build may conflict somehow with the widgets admin panel.

The widgets cannot be dragged around and only the "Available Widgets" section is visible. Additionally, the "Screen Options" and "Help" menus are inaccessible. Only deactivating the TubePress plugin will bring back the functionality of the panel.

Here are the conditions that led to the problem:
• Latest GitHub build of TubePress
• Wordpress 3.0.1
• PHP 5.2.14
• Active Plugins:
-- Members by Justin Tadlock
-- My Brand Login by Kris Jonasson et al.
-- Peter's Login Redirect by Peter
-- PJW Mime Config by Peter Westwood
-- TubePress
-- WPTouch by Dale Mugford et al.
• Inactive Plugins:
-- FancyBox by Kevin Sylvestre
-- Login-Logout by Kevin Howorth
-- Shadowbox JS by Matt Martz
-- Shadowbox JS - Use Title from Image by Matt Martz
• Theme: Piano Black 2.2 by mono-lab

I hope that's enough relevant info.

I reinstalled version 2.0.0 and it's working again, but I really like the ability to store in the Vimeo key and secret in the admin panel. Not to mention the iPhone compatibility. Let me know if you need any more information.


Brandon

#12 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 10 November 2010 - 09:27 PM

Hi. Just a note to let you know that this latest build may conflict somehow with the widgets admin panel.


Fixed now in Git. Thanks for the feedback! Commit details here: https://github.com/e...om...448eb2716b