WordPress Directory has the following heading:
This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.
The plugin has bow been flagged as abandoned. Can you attend to previous support issue and confirm compatibility with recent WordPress releases
]]>Hello. How can I get the post to show up as a page? Instead of a gallery appended to a page, I would like to keep the custom post type and use its pages and archive. Is this possible?
Thanks!
]]>I need a wordpress plugin that will display on a screen 10 or 100 videos of youtube or Vimeo, followed one after another, in loop, automatically, respecting the duration of each video, full screen
]]>Thanks for a very useful and versatile plugin.
I have been using debug to check some code issues and found the following:
PHP Notice: Use of undefined constant WB_VID_URL – assumed ‘WB_VID_URL’ in \wp-content\plugins\workbox-video-from-vimeo-youtube-plugin\workbox_video.php on line 1228
Ran deadlinkchecker.com and am getting 40 + errors that WB_VID_URLico-play.png can’t be found. These are mostly on pages that don’t even have video on them (though I have videos in my sidebar). How can I remove the reference to this file so I’m not producing all these 404’s? Thanks in advance!
]]>Hi if you want to increase the thumbs size, you have to change in workbox_video.php under workbox-video-from-vimeo-youtube-plugin directory this line (550):
$thumb = '//i.ytimg.com/vi/' . $youtube_key [0] . '/default.jpg';
with this one:
$thumb = '//img.youtube.com/vi/' . $youtube_key [0] . '/0.jpg';
then in Videos->Options i set:
Specific item container DIV:width:23%;margin:0 1%;
Image link A:padding:0;
Image:width:100%;
Video title link A:text-align:center;margin-top:-35px;font-size:small;
Count of video in line:4 (for 4 columns layout)
then you have to don’t upadate the plugin if you don’t want to not the change.
NB: this works only for new video you add.
bye
Maurizio
Hi,
This plugin looks awesome and looks like it could do everything I need, except it is not working, is this because the plugin is not tested with latest WP version?
I have watched the video tutorial but the version that I have does not have the ‘functionality type’in Options panel.
Please let me know if I am missing something.
Thanks in advance for your time!
]]>I see in options where I can change the number, but I never get more 10. video’s I really need it to be 25
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>I upgraded word press to 4.1.11. This stopped the shortcode for workbox video from working. I then upgraded workbox to version 3.1.2, now there is not shortcode option and no galleries. I can’t seem to get this to work.
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>After upgrade to version 3.1 from 2.4.2, my WordPress installation crashed, and I need to recover a backup copy from server. If version 3.0 was a beta, 3.1 is a time-bomb. A WordPress plugin is not a game; this is the last time I trust in Workbox.
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>The existing video were not migrated, and no longer appear in the site. The legacy DB table wp_video_VY still exists, though I imaging it should have been deleted after a successful migration.
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>This may not be an issue with 4.4.2 comparability so much as the change to saving videos as custom posts.
The existing video were not migrated, and no longer appear in the site. The legacy DB table wp_video_VY still exists, though I imaging it should have been deleted after a successful migration.
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>All posts have div.wb_video_container inserted into them, regardless of whether the plugin is used in that post/page.
.wb_video_container has a fixed width and a padding of 20px, so this means that all posts will have an extra 20px of space at the bottom of the page, even if they are not even using the plugin to display a video on that page.
This should be fixed so div.wb_video_container is only added when needed and it doesn’t break layout.
Also, while you do appear to escape queries and cast numbers to intval, you are not using prepared statements. Prepared statements should be used to prevent the risk of sql injection.
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>This plugin disables the jQuery that ships with wordpress in preference of an different version hosted on ajax.googleapis.com.
It uses a hardcoded non-https link. See below for the function.
This means two things:
A) On any site that uses SSL and this plugin, all jquery functions/scripts will break and/or you will get script warnings that the site is not safe.
B) You are taking responsibility that using this different version of jQuery will have no impact on wordpress and future versions of wordpress, as well as other plugins that expect the standard shipped version. It is also saying you are okay forcing people to use a third-party cdn, rather than their local site. This is taking on a lot of responsibility, especially since you haven’t updated the plugin in over 5 months.
public function add_js() {
wp_deregister_script( 'jquery' );
wp_enqueue_script('jquery', 'https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js');
wp_enqueue_script('fancybox', WB_VID_URL.'jquery.fancybox.js');
}
I would recommend fixing whatever issue there is with your plugin that requires using a different version of jquery.
And, please don’t hard-code a non-https version of a third-party script. Really don’t force people to use third-party in the first place, but if you are, use ‘//www.script’ instead of a hard-coded ‘https://’
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>I’m trying to use a short code to add the Gallery to a page but it is not showing on the page. In the options I’ve changed the “show videos on page” from 0 to 5.
The short code I’m using is: [workbox_video_YV_list gallery_name=”Dr. Michael’s YouTube Channel”]
Any assistance you can provide is great!
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>I’ve recently installed this plugin and it works really well for YouTube videos but unfortunately it’s not displaying the Vimeo videos.
Here’s the page I’m using it on > https://www.autotradenews.co.uk/tradewatch/
And here’s the link I’m using for the Vimeo video > https://vimeo.com/93245367
Any help would be greatly appreciated.
Thanks!
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>I’m trying to activate the latest version of the plugin (2.3.4) after installation on WordPress 4 running on PHP 5.5.12, but it blows up with the following errors:
Strict standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method workbox_YV_video::add_style() should not be called statically in C:\wamp\www\testblog\wp-includes\plugin.php on line 505
Strict standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method workbox_YV_video::menu() should not be called statically in C:\wamp\www\testblog\wp-includes\plugin.php on line 505
Strict standards: call_user_func_array() expects parameter 1 to be a valid callback, non-static method workbox_YV_video::init() should not be called statically in C:\wamp\www\testblog\wp-includes\plugin.php on line 505
Strict standards: Non-static method workbox_YV_video::checkTables() should not be called statically in C:\wamp\www\testblog\wp-content\plugins\workbox-video-from-vimeo-youtube-plugin\workbox_video.php on line 1090
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>I updated the plugin today, and I am suddenly getting the following error:
Warning: mysqli::mysqli(): (HY000/2005): Unknown MySQL server host 'o2542083775661.db.2083775.hostedresource.com:3306' (0) in /home/content/p3nexnas06_data01/75/2083775/html/wp-content/plugins/workbox-video-from-vimeo-youtube-plugin/workbox_video.php on line 93
DB Connect Error
Any ideas on a fix?
Thanks,
Lauren
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>Hi, I am trying to install this plugin, which looks like a great plugin, but I am getting the following warnings (these warning show up on every page of workbox). Pls let me know if this is a bug from Workbox, or it is related to the compatibility with WordPress 3.9.1:.
Thanks,
Michael
Warning: mysql_query(): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) in /www/doc/www.vartesmajklem.cz/www/wp-content/plugins/workbox-video-from-vimeo-youtube-plugin/workbox_video.php on line 93
Warning: mysql_query(): A link to the server could not be established in /www/doc/www.vartesmajklem.cz/www/wp-content/plugins/workbox-video-from-vimeo-youtube-plugin/workbox_video.php on line 93
Warning: mysql_query(): Can’t connect to local MySQL server through socket ‘/var/run/mysqld/mysqld.sock’ (2) in /www/doc/www.vartesmajklem.cz/www/wp-content/plugins/workbox-video-from-vimeo-youtube-plugin/workbox_video.php on line 117
Warning: mysql_query(): A link to the server could not be established in /www/doc/www.vartesmajklem.cz/www/wp-content/plugins/workbox-video-from-vimeo-youtube-plugin/workbox_video.php on line 117
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>Hello,
I have a gallery embedded on one of my pages and it looks good with the video thumbnail visible, title of video and description. But, when you click on the play button nothing happen and the video doesn’t play. Is there something in the setting I need to activate or am I doing something wrong?
Any help would be appreciated, Thanks!
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>Is there a way of increasing thumbnail size for videos?
I’m ok with getting plugin files with FTP and changing a couple of lines of code. But I need some guidance on this. I am not planning to update wordpress/plugin afterwards as I know that all changes will be lost.
Also, I just started using the plugin, so re-uploading videos in order to regenerate thumbnails is not a problem for me.
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>Pictures show up small in pop-up modal box
https://michellezurschmiede.com/2014/02/michelles-farewell-concert/
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>Your plug in layout was exactly what I need. But only part of the X on the close button is visible. Un web savy users my be confused on how to close the light box. My video gallery is at https://www.darrellfortner.com/videos.
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>There is no way to list “own” post types in pulldown on a gallery create page.
Changing your code in workbox_YV_video::get_galleries() to:
$args = array(
'numberposts' => 100,
'post_type' => array('custom_posttype1', 'custom_posttype2', 'post'),
'orderby' => 'post_title', 'order' => 'DESC'
);
$posts = get_posts($args);
fixes the problem.
Can you provide a option to be able to configure “post_types”?
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>I made a gallery of some videos from Youtube and Vimeo and when clicking the thumbnail, a small, blank box shows up, instead of the video. The plugin is essentially broken.
Check it out here:
https://nyudev.wpengine.com/?p=495
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>One shortcoming is that pages listed in pulldown on a gallery does not include drafts (unpublished) pages.
https://www.ads-software.com/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>I’ve set up a gallery at https://theyoungnovelists.com/videos/ but the first four videos are from vimeo and when they play, they are bigger than the screen. Is there a way to limit the size of the lightbox player for these? The rest of the videos from youtube are sized perfectly.
https://www.ads-software.com/extend/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>I’ve noticed with version 2.1 and the previous version my site was using (can’t recall exactly what it was) causes the paragraph “p” tags to show up when I go to the Edit Video page.
If I save the video without removing the p tags, it converts them into ascii characters and shows up on the live site.
I’m wondering if others are experiencing this too? I’ve only used this plugin on one site, so I’m not sure if it’s just me or not, but I’d liked it resolved if it’s a universal issue.
Thanks,
– C.
https://www.ads-software.com/extend/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>How do you embed the shortcode in a post? I can’t seem to get the [workbox_video_YV_list] to work
https://www.ads-software.com/extend/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>After updating the plugin I cannot create videos and galleries. Clicking on Publish button takes me back to a screen with no videos listed.
https://www.ads-software.com/extend/plugins/workbox-video-from-vimeo-youtube-plugin/
]]>