[X] I have checked "open" AND "closed" issues and this is not a duplicate
Is your feature request related to a problem/unavailable functionality? Please describe.
At the moment, it is only possible to upload YouTube or Vimeo videos, Since Yoopta would be part of other software products, it would be interesting I think to be able to add Wistia videos and Loom videos by adding Loom or Wistia urls.
Proposed Solution
For example to detect wistia & loom urls, we can use this regex:
Is this a unique feature?
Is your feature request related to a problem/unavailable functionality? Please describe.
At the moment, it is only possible to upload YouTube or Vimeo videos, Since Yoopta would be part of other software products, it would be interesting I think to be able to add Wistia videos and Loom videos by adding Loom or Wistia urls.
Proposed Solution
For example to detect wistia & loom urls, we can use this regex:
wistia: [%r{(?:https?://)?(?:www.)?wistia.com/medias/(.+)}] loom: [%r{(?:https?://)?(?:www.)?loom.com/share/(.+)}]
The Wistia embed would look like this:
The Loom embed would look like this:
Screenshots
No response
Do you want to work on this issue?
Yes
If "yes" to the above, please explain how you would technically implement this (issue will not be assigned if this is skipped)
I would implement the proposed solution by adding new embed providers, I might be a bit slow though while I get used to Typescript.