jamie3d
Forum Replies Created
-
Forum: Reviews
In reply to: [Fluid Video Embeds] Youtube Screenshot blurryThat’s just YouTube. Not the plugin.
Forum: Plugins
In reply to: [Fluid Video Embeds] Vimeo videos not workingAre you able to post the video URL and a link to the page this is happening on?
Forum: Plugins
In reply to: [Fluid Video Embeds] Vimeo videos not workingHave you tried enabling the force 16:9 option for Vimeo?
Forum: Plugins
In reply to: [Fluid Video Embeds] How do I fix this error?The “Lost connection to MySQL server during query” error is not one that I have seen previously. I’m sorry that I can’t be of more help.
Forum: Plugins
In reply to: [Fluid Video Embeds] Load YouTube Player on ClickYes and no. The option to use a hyperlink instead of an iFrame exists, but you will need to enter a creative media query in order to get it to work on all screen sizes (it’s aimed at mobile). In addition, the image will be linked to YouTube itself and will take the user off-site in a new tab. (again, aimed at a mobile experience).
I will consider this for a future update as this is a concern of mine too.
I have added an option that allows you to disable the <style> tag output, and also provides the generated CSS for you to copy and paste into your theme.
Forum: Plugins
In reply to: [Fluid Video Embeds] Black bars…almost gone!I’ve added an option that might help you. If your Vimeo videos are 16:9, you can now force that aspect ratio: http://take.ms/F1ubV
Forum: Plugins
In reply to: [Fluid Video Embeds] Mixed content on secure (HTTPS) siteI just published an update that addresses this. Thanks again for the nudge. This plugin is fairly low on my list of things to do. Day Job > Time with family > Freelance > Hobbies > WordPress Plugins. (If you know what I mean)
Forum: Plugins
In reply to: [Fluid Video Embeds] More optionsI’m trying to keep the plugin as simple as possible. If I get enough requests for adding more options I’ll consider it.
Forum: Plugins
In reply to: [Fluid Video Embeds] Not working without shortcodeMake sure there is white space between the lines the URL is on.
Jetpack may cause issues with this plugin as it attempts to do similar things.Forum: Plugins
In reply to: [Fluid Video Embeds] Vimeo videos not workingHi guys,
I’m sorry about the response time on this issue. My suspicion is that this is more of a (http) communication issue than an issue with Vimeo’s API. Either way, I fear that the correct solution to this is the addition of a catch-all checkbox similar to the one for YouTube: http://take.ms/ztIiOI’ll try to make this change as soon as I can, but I will not promise a date. This plugin is just a hobby project for me, and my other responsibilities come first.
Forum: Plugins
In reply to: [Fluid Video Embeds] Problem with w3c validatorThese are required for maximum browser compatibility. Is the validator being noisy? Or is this actually causing a usability issue?
Forum: Plugins
In reply to: [Fluid Video Embeds] Vimeo videos not workingHmmm… It’s not a recent videos thing either. The video of the oil derrick was uploaded 4 hours ago.
It might be an issue where your server has trouble contacting Vimeo. Or perhaps you added the video to your blog before it was finished uploading?
Forum: Plugins
In reply to: [Fluid Video Embeds] Vimeo videos not workingCan you toss me a link to the public video that this issue is happening with? My demo page is fine, so I’m wondering if it has something to do with recent videos.
Test:
http://jamie3d.com/fluid-video-embeds-demoThe video of the bridge was added as I typed this reply.
I can see how this is a problem.
I did it this way because I didn’t want to include an additional stylesheet for 6 CSS rules. That seemed like a waste of a http request to me.
There’s also the issue of media queries. If the media query is customizable (which it is), then how could I maintain this and use a linked stylesheet at the same time? Inline styles are a no-go at that point. While your issue is legitimate, I’m not entirely sure of the right way to handle this.