Sutherland Boswell
Forum Replies Created
-
Forum: Plugins
In reply to: [Video Thumbnails] YouTube Playlist IssueHave you tested the embed code on the debugging page? I just copy pasted your code and it seemed to work.
Forum: Plugins
In reply to: [Video Thumbnails] why i dont see video thumbnails?WordPress supports one thumbnail per post or page. When you publish something with a video embedded, it automatically detects a video and sets a thumbnail. Check the settings page for Video Thumbnails to make sure it’s enabled on pages.
I’m not sure it’s what you’re looking for, because thumbnails are typically used to link to a page and not on a page itself.
Forum: Plugins
In reply to: [Video Thumbnails] can I use it not in WP, but in any website?No, this is a WordPress plugin, so it would take a substantial amount of modification to use outside of WordPress. If you’re familiar with PHP you may be able to look at the source code and figure out how to write a solution for your own site, but otherwise you’ll need to look elsewhere for help.
I highly recommend using WordPress.
Forum: Plugins
In reply to: [Video Thumbnails] No thumbnails after updatex10ader could you send me a login to test it out? My email is on this page.
Forum: Plugins
In reply to: [Video Thumbnails] Fatal error – Test Thumbnail ProvidersJust released version 2.0.2 which provides a more detailed error message when a test fails.
Going to mark this thread as resolved, so if anyone has an issue with a provider test failing please open a new thread specific to the error details you receive.
Forum: Plugins
In reply to: [Video Thumbnails] Fatal error on activationJust released version 2.0.2 which should take care of the issue, test it out and let me know!
Forum: Plugins
In reply to: [Video Thumbnails] Fatal error on activationIt looks like the conflicting plugin is External Videos after a quick peek at its code. I’ll try to release a fix today.
Forum: Plugins
In reply to: [Video Thumbnails] No thumbnails after updateThanks Panos, that helps guide me in the right direction. Do you mind sharing what host/server you’re using?
Forum: Plugins
In reply to: [Video Thumbnails] Fatal error on activationIt sounds like you’re probably using another plugin that works with the Vimeo API. If this is a case I should be able to release an easy fix, but do you mind sharing what other plugins you’re using?
Forum: Plugins
In reply to: [Video Thumbnails] No thumbnails after updateOn the debugging page, have you used the option to “Test Providers” and “Test Image Downloading”?
If you need to downgrade until this is fixed, other versions are available on the plugin page’s “Developers” tab. Here’s a link to 1.8.2.
Forum: Reviews
In reply to: [Video Thumbnails] This is my go to plugin for video pluginsThank you for the kind words! Glad something I needed has been able to help others as well.
In case anyone upgrading to 2.0 sees this and is trying to remove older thumbnails, I wanted to point out that the new remove feature works with custom fields on all posts, but only can remove thumbnails entirely from the media library if they were added using 2.0 or later because older versions added an item to the media library without storing anything identifying it as a video thumbnail. Wish I had thought to do this sooner, but I’m glad to hear that everything worked fine for you!
Forum: Plugins
In reply to: [Video Thumbnails] Fatal error – Test Thumbnail ProvidersWhat looks like is happening is that Justin.tv and Dailymotion aren’t working for some reason on your server. If you don’t use those services you probably won’t run into any other issues, but if you do please let me know.
I’ll see about replacing the warnings you’re seeing in the test with a more descriptive error.
Forum: Plugins
In reply to: [Video Thumbnails] Facebook ThumbnailAh, I was unaware of their iframe embed code. I’ll add support for it!
Forum: Plugins
In reply to: [Video Thumbnails] Facebook ThumbnailGlad everything seems to be working other than Facebook. Is the Facebook video public or private? Can you share the embed code you’re using?
Forum: Plugins
In reply to: [Video Thumbnails] Scan posts by date or filterRight now each post is sent as an individual AJAX request, but the problem is that when you have 1,000 or more simultaneous requests it could slow down your server enough to make the scripts time out. What I’ll likely do first is make the individual requests sequential so that it reduces the load on the server and hopefully eliminates the problem for most users. Once that’s done I’ll work on a UI for selecting only a range of posts to scan.