This *should* be fixed in 2.0.3. Mind upgrading and giving it another go?
it works.
thanks, awesome work!
when I add a video only to photostream and the video gets insert into wordpress the code is:
[gallery][video mp4="http://www…video.mp4"]
Is it possible for you to remove the unnecessary [gallery]-element?
and one additional request: videos from photostream are often very big. would you please add a setting where I can say preload=”none” or even make it the default?
Is it possible for you to remove the unnecessary [gallery]-element?
Maybe. It’s not going to be a simple thing though. That tag allows WordPress to add the image gallery into the post automagically. It doesn’t, however, add videos to the auto-generated gallery. So my workaround here was to leave the existing [gallery] which gets *all* the images in one code, and then add the individual videos to the page… Since we don’t necessarily know if more images and/or videos are coming through at the time we are adding videos to the post it gets tricky…
Is it actively causing a problem?
and one additional request: videos from photostream are often very big. would you please add a setting where I can say preload=”none” or even make it the default?
I can add the ability to customize the video shortcode in a similar way to how I allow customizing the gallery shortcode…
Is it actively causing a problem?
No, I just thought it would be cleaner without it.
But when it’s that hard you can leave it there.
I can add the ability to customize the video shortcode in a similar way to how I allow customizing the gallery shortcode…
That would be very nice.
I added support for adding content inside the [video] shortcodes in version 2.0.4. Mind upgrading and giving it a go?