WPIntell

Source evidence

Error while importing videos

photostream-sync · support · 2013-11-26T14:27:00+00:00

mixedsentiment
highseverity
0.95relevance
8replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 25 rows with source links

20.0% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

20 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

support
stereonom resolved
Hi. When the plugin tries to import videos it fails with: Fatal error: Call to undefined function wp_read_video_metadata() in …/wp-admin/includes/image.php on line 122 I clean installed WP 3.7.1. No other plugins active. Any idea? http://wordpress.org/plugins/photostream-sync/ 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?

Comments

8 shown
apokalyptik 2013-11-26T16:41:00+00:00

This *should* be fixed in 2.0.3. Mind upgrading and giving it another go?

stereonom 2013-11-26T16:55:00+00:00

it works. thanks, awesome work!

stereonom 2013-11-26T19:41:00+00:00

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?

stereonom 2013-11-26T19:47:00+00:00

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?

apokalyptik 2013-11-26T20:24:00+00:00

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?

apokalyptik 2013-11-26T20:25:00+00:00

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…

stereonom 2013-11-26T20:58:00+00:00

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.

apokalyptik 2013-11-27T18:51:00+00:00

I added support for adding content inside the [video] shortcodes in version 2.0.4. Mind upgrading and giving it a go?