elabx Posted January 15, 2021 Share Posted January 15, 2021 Any info on the last pages of this thread? I remember some issues with the most recent php versions. Link to comment Share on other sites More sharing options...
Ivan Gretsky Posted January 15, 2021 Share Posted January 15, 2021 It seems not to work when not on https. Must be a youtube restriction. Maybe it is your case too? Link to comment Share on other sites More sharing options...
EricS Posted January 16, 2021 Share Posted January 16, 2021 I’m developing on Localhost (MAMP), never had this problem before. Installed a fresh Processwire, installed TextformatterVideoEmbed, added this to a textarea (CKE), enter YouTube URL, nothing happens.... no error messages, just no formatting. So I wondered if this has to do with latest version 3.0.165? Link to comment Share on other sites More sharing options...
teppo Posted January 16, 2021 Share Posted January 16, 2021 Just gave it a try and this is the response I get from YouTube when not using HTTPS: { "error": { "code": 403, "message": "SSL is required to perform this operation.", "status": "PERMISSION_DENIED" } } Happens on 3.0.148 as well as 3.0.165. The way TextformatterVideoEmbed is set is that if it doesn't get a proper response (one with "html" key) it won't do anything, so this is technically expected behaviour. That being said, I don't see any reason why this module should use the HTTP protocol even if the site itself does, and since YouTube no longer seems to allow that it's definitely not the right thing to do. I've opened an issue for this for @ryan: https://github.com/ryancramerdesign/TextformatterVideoEmbed/issues/16 ? 1 Link to comment Share on other sites More sharing options...
virtualgadjo Posted January 16, 2021 Share Posted January 16, 2021 Hi, @EricS Having the same kind of issue with a current website i'm working on, i've used this onehttps://github.com/jacmaes/TextformatterLiteYouTubeEmbed it works fine if you just need youtube videos to be displayed, incredibly fast and really easy to use less options than Ryan's one but videos are natively responsive and xith a few css tweaks (Paul Irish lite youtube embed css) it does all i needed in case it helps have a nice day Link to comment Share on other sites More sharing options...
EricS Posted January 16, 2021 Share Posted January 16, 2021 1 hour ago, teppo said: Just gave it a try and this is the response I get from YouTube when not using HTTPS: { "error": { "code": 403, "message": "SSL is required to perform this operation.", "status": "PERMISSION_DENIED" } } Happens on 3.0.148 as well as 3.0.165. The way TextformatterVideoEmbed is set is that if it doesn't get a proper response (one with "html" key) it won't do anything, so this is technically expected behaviour. That being said, I don't see any reason why this module should use the HTTP protocol even if the site itself does, and since YouTube no longer seems to allow that it's definitely not the right thing to do. I've opened an issue for this for @ryan: https://github.com/ryancramerdesign/TextformatterVideoEmbed/issues/16 ? Hi Teppo, thanks for your response! The strange thing is that on version 3.0.148 on my localhost everything works fine! This is the first time I use the latest version. But maybe when it's live (https) it will work... Keep you posted. 28 minutes ago, virtualgadjo said: Hi, @EricS Having the same kind of issue with a current website i'm working on, i've used this onehttps://github.com/jacmaes/TextformatterLiteYouTubeEmbed it works fine if you just need youtube videos to be displayed, incredibly fast and really easy to use less options than Ryan's one but videos are natively responsive and xith a few css tweaks (Paul Irish lite youtube embed css) it does all i needed in case it helps have a nice day Hi Virtualgadjo, thanks for your suggestion! I'll try this one ? Have a nice day! Link to comment Share on other sites More sharing options...
teppo Posted January 16, 2021 Share Posted January 16, 2021 36 minutes ago, EricS said: The strange thing is that on version 3.0.148 on my localhost everything works fine! This is the first time I use the latest version. But maybe when it's live (https) it will work... Keep you posted. Version shouldn't matter, since this change has occurred on the YouTube side. If neither of these sites is using HTTPS, then I'd suspect that it's a caching thing: Textformatter Video Embed stores embed codes in the database, so if that other site has fetched the code via HTTP while it was still possible, it'll continue to work until you clear said cache from the database. Google has in the past also deprecated features in weird ways, so that they've kept working for existing sites/domains but not for new ones, though I doubt that'd be the case here ? 3 Link to comment Share on other sites More sharing options...
EricS Posted January 18, 2021 Share Posted January 18, 2021 On 1/16/2021 at 4:07 PM, teppo said: Version shouldn't matter, since this change has occurred on the YouTube side. If neither of these sites is using HTTPS, then I'd suspect that it's a caching thing: Textformatter Video Embed stores embed codes in the database, so if that other site has fetched the code via HTTP while it was still possible, it'll continue to work until you clear said cache from the database. Google has in the past also deprecated features in weird ways, so that they've kept working for existing sites/domains but not for new ones, though I doubt that'd be the case here ? Hi Teppo, you were completely right (of course ;-)). The module is working fine on HTTPS! Thanks. 1 Link to comment Share on other sites More sharing options...
cb2004 Posted January 29, 2021 Share Posted January 29, 2021 A great module in need of a couple of issues fixed and pull requests actioned to make it work going forward. 1 Link to comment Share on other sites More sharing options...
Spica Posted February 5, 2021 Share Posted February 5, 2021 I only get an empty TextformatterVideoEmbed Tag rendered on a https/vimeo.com/xxx link. Is there any fix for that already? 1 Link to comment Share on other sites More sharing options...
JFn Posted April 14, 2021 Share Posted April 14, 2021 In the latest version 2.0.1 from April 9, the padding-bottom {pct} variable sometimes results in an invalid CSS value, like 56,25% (with comma) This value should be locale independent, so please use an intval or use forced dot notation in the calculation. Thanks Link to comment Share on other sites More sharing options...
netcarver Posted September 24, 2021 Share Posted September 24, 2021 Anyone seeing issues with the generated thumbnail for vimeo-based embedded videos? Currently just getting a stripy image back from vimeo no matter what video is embedded. Pressing play works - the video is streamed and played without issue, it's just the thumbnail from vimeo that's the problem. Looks like this... Link to comment Share on other sites More sharing options...
Robin S Posted September 24, 2021 Share Posted September 24, 2021 8 hours ago, netcarver said: Currently just getting a stripy image back from vimeo not matter what video is embedded. I think this relates to a problem at the video/Vimeo end rather than a problem with the textformatter module. The post below suggests that the stripes thumbnail is what appears when Vimeo fails to successfully generate a thumbnail for a video: http://support.syngency.com/en/articles/3048197-set-a-new-thumbnail-for-your-video 3 Link to comment Share on other sites More sharing options...
OllieMackJames Posted September 25, 2021 Share Posted September 25, 2021 I contacted vimeo support and this is what they told me: Quote My name is xxx and I'm stepping in for the Vimeo team today. I'm very sorry for any inconvenience this issue may have caused. We recently made an update to our security protocols that included all thumbnails in videos. This was intended to be a non-breaking change across the platform but in cases like yours where links were hardcoded, we were not able to seamlessly update to the new image link structure. You will need to update your current workflow/codebase to reflect these new changes. Please review our documentation on initiating an API call to GET the thumbnail of a specific video from the Vimeo servers. Additionally our API allows you to GET the thumbnails for all your videos. (ex. https://api.vimeo.com/me/videos?fields=uri,name,pictures). You can use additional parameters listed on our developer page to specify the results you need While we do not expect the updated thumbnail links to change in the near term, our engineers recommend implementing this regularly instead of caching the video thumbnail URLs and also recommend batching these calls if possible, which will be more efficient. I understand this change alters what’s required for your application and your workflow as a whole. Our team is committed to finding solutions that allow you to maximize your usage of Vimeo to deliver the highest quality experience for your customers. To that, please do let me know if you have any other questions or if there’s anything else I can do to help. Sincerely, xxx So apparently the TextformatterVideoEmbedLazy module needs some adapting. I have attached that file, does anybody know what to change in there? Thanks TextformatterVideoEmbedLazy.module Link to comment Share on other sites More sharing options...
OllieMackJames Posted September 25, 2021 Share Posted September 25, 2021 Oh, I see it is the other module that gets the thumbnails ProcessGetVideoThumbs.module on line 188 I think something needs to cahnge. Here are the new instructions from vimeo: https://developer.vimeo.com/api/reference/videos#get_video_thumbnails Would you know how to fix this? Thanks ProcessGetVideoThumbs.module.php Link to comment Share on other sites More sharing options...
jploch Posted June 8, 2022 Share Posted June 8, 2022 although the module works fine, i found an error today when you make a backup of the database. the backup cannot be restored and an error message appears. If I uninstall the module, the backup works fine again. It took me several hours to find that this module is causing the error. I did the backup using the ProcessDatabaseBackups module. Maybe someone else can confirm this? Link to comment Share on other sites More sharing options...
blynx Posted June 8, 2022 Share Posted June 8, 2022 EDIT: nervmind. Wrong thread ^^ Link to comment Share on other sites More sharing options...
patrick Posted May 23, 2023 Share Posted May 23, 2023 Vimeo private video url's in combination with GDPR activated Vimeo introduced a hash parameter (h) that gets added to private video URL's in order to be embedded. The dnt=1 parameter does not get added anymore, if the GDPR checkbox is checked in the TextformatterVideoEmbed modul settings. In class TextformatterVideoEmbed I had to change the following code (line 284) from: $embedCode = str_replace( "?app_id=", "?dnt=1&app_id=", // add do-not-track parameter $embedCode ); to: $embedCode = str_replace( "app_id=", "dnt=1&app_id=", // add do-not-track parameter $embedCode ); Link to comment Share on other sites More sharing options...
johnners Posted November 15, 2023 Share Posted November 15, 2023 This is fab! Thank you @ryan I'm just wondering if there is a way to set up autostart on this? also - my client has 3 videos he wants to play (Possibly in a slider) but initially I'm wondering if there is a way to queue up several videos - almost like a playlist? Link to comment Share on other sites More sharing options...
Marty Walker Posted May 2 Share Posted May 2 I've noticed vimeo have started to use /'s in their urls which doesn't seem to trigger the embed module. Is there a way around this? Example: https://vimeo.com/941494474/673a4bb0d4 Link to comment Share on other sites More sharing options...
netcarver Posted May 3 Share Posted May 3 @Marty Walker @Robin S @Mats Could you try the attached version of the module and see if it helps with your issues with Vimeo URL formats? Robin, Mats (I hope I got the right one), I've included you both as you have a similar issue open on the repo. TextformatterVideoEmbed.module 2 1 Link to comment Share on other sites More sharing options...
Robin S Posted May 5 Share Posted May 5 On 5/3/2024 at 8:04 PM, netcarver said: Could you try the attached version of the module and see if it helps with your issues with Vimeo URL formats? @netcarver, your version works great for the two examples I gave in the GitHub issue. Thanks! 1 Link to comment Share on other sites More sharing options...
netcarver Posted May 6 Share Posted May 6 @Robin S @Mats @Marty Walker @ryan Pull request is in for this fix. 1 1 Link to comment Share on other sites More sharing options...
Marty Walker Posted May 6 Share Posted May 6 I knew I'd be the odd one out. When I load the page I get this: https://vimeo.com/673a4bb0d4 (404) Link to comment Share on other sites More sharing options...
netcarver Posted May 7 Share Posted May 7 Hmm. Anyone know of a canonical list of valid Vimeo url formats? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now