-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Embed not working on various Vimeo URLs #14
Comments
I also encountered this on this video for example: https://vimeo.com/553329597/04c306a466 |
@netcarver has posted a version of the module that seems to solve this issue. |
netcarver
added a commit
to pwgeeks/TextformatterVideoEmbed
that referenced
this issue
May 6, 2024
This allows newer Vimeo formats where the ID is now a hex string, not just decimals, and where there can be multiple URL segments before the video id. Fixes ryancramerdesign#14 on the [original repo](ryancramerdesign#14) Fixes this issue from the [PW forum](https://processwire.com/talk/topic/1536-module-video-embed-for-youtubevimeo-textformattervideoembed/?do=findComment&comment=240999)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The video embed is not working on the following types of Vimeo URLs, where "123456789" is the ID of the video:
https://vimeo.com/channels/staffpicks/123456789
https://vimeo.com/ondemand/somevideoname/123456789 (should show the trailer for the on demand video)
Real examples:
https://vimeo.com/channels/staffpicks/275891086
https://vimeo.com/ondemand/dyslexia/83856163
The text was updated successfully, but these errors were encountered: