This post is just a quick note to say that the Fluid Video Embeds plugin now supports a shortcode implementation. This is useful if you want to embed a YouTube or Vimeo video in one of your php theme files. Read more about it at the Fluid Video Embeds page in the WordPress plugin repository. Thanks to Alexander for the suggestion!
Plugin en el español http://wordpress.org/plugins/fluid-video-embeds/ por Andrew de WebHostingHub
Ajo
May 25, 2016 — 11:33 am
Hi Jamie, love your FVE plugin however it appears to not be working with new Vimeo videos. It still works with ones that I’ve uploaded many months/years ago but the newer ones are not embedding properly.
Here’s the one I’m having problems with:
https://vimeo.com/167814995
Jim Spadoni
June 4, 2014 — 11:31 am
Hi Jamie:
FVE working perfectly until today. Now the vimeo videos are not displaying in FF 29.0.1 and latest Chrome on Mac. But they do appear correctly in Safari. Very strange… Any suggestions will be greatly appreciated. thanks, Jim
Page: https://truewestmedia.net/video/wine-stories/
Jamie Hamel-Smith
June 8, 2014 — 5:13 pm
Looks like a Vimeo issue. As you can see here the Vimeo iFrame that’s being inserted is blank: http://d.pr/i/Wapp Are the videos set to private or something similar?
Jim Spadoni
June 9, 2014 — 7:56 am
Thanks, Jamie
The vimeo files have always been “public” but the problem continues in FF & Chrome and seems to be an “https://” issue. I’m getting a warning about my SSL certificate. When I use “http://” instead in both browsers, all is well. Getting an error about “Connection Partially encrypted” and have to figure out how to fix this. thanks again for getting back to me. Jim
Jamie Hamel-Smith
June 9, 2014 — 8:33 am
Ahhhh… OK.
It’s probably a SSL issue like you mentioned. Try changing your Vimeo URLs to use https:// at the start of them instead of http://
Simon
March 17, 2013 — 12:54 am
Hi Jamie
I’m trying to use your plugin with my website and am getting a weird result where the width of my videos (from Vimeo) are fluid, but the height is out of proportion. You can see an example of what I mean with the video at the bottom of this page: http://simon.co.za/speaking/
I can’t seem to figure it out, hence my bugging you over here 🙂
Jamie Hamel-Smith
March 17, 2013 — 7:51 am
Hi Simon,
It looks like the CSS my plugin includes is not being added to the page. This is typically due to a missing
wp_head()
function, and can be fixed by making sure that the wp_head function is present in your theme before the closing</head>
tag, and that some CSS prefixed with ‘fve’ is being output on your page in the head tag.