voceconnect / multi-post-thumbnails

Adds multiple post thumbnails to a post type. If you've ever wanted more than one Featured Image on a post, this plugin is for you.
143 stars 63 forks source link

Support for Jetpack's Photon and WP 3.5 new Media tools #4

Open raphaelsuzuki opened 11 years ago

raphaelsuzuki commented 11 years ago

Great plugin! It helped me a lot developing a rollover effect for Jigoshop's catalog.

Jetpack's Photon feature is fantastic, but apparently this plugin is not rewriting images URLs, even in loop.

Also, maybe it's too early (3.5 was just released yesterday) but I noticed that this plugin is still using the old media handler.

chrisscott commented 11 years ago

The media handling is being updated. I had it working and then core changed it completely just prior to release.

Can you explain what would be desired for Photon support?

raphaelsuzuki commented 11 years ago

Photon has two features.

One is rewriting every image prepending 'i0.wp.com' to its URL, pointing to WordPress' CDN:

The other is parallelizing the download of these images, incrementing 'i0.wp.com' number from 0 to 2:

It also has a set of GET tools to edit images:

http://developer.wordpress.com/docs/photon/api/

raphaelsuzuki commented 11 years ago

This post has an example of Photon support implementation: http://blog.ryanrampersad.com/2012/12/adding-jetpack-photon-support/

camskene commented 11 years ago

Hi, thank you for your work, really great plugin! I was wondering if you were still working on integrating 3.5's media tools?