Support #12961
closedEmbed Loom.com resources
0%
Description
Jon Nissenbaum wonders if we can create a shortcode for Loom.com embeds? He is using Loom to create resources for his courses. Here is an iframe example:
<div style="position: relative; padding-bottom: 62.5%; height: 0;"><iframe src="https://www.loom.com/embed/26172371630c41a89a03966d4bbbf6a3" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;"></iframe></div>
Updated by Boone Gorges over 4 years ago
- Status changed from New to Resolved
- Target version set to 1.16.14
Yes. Implemented in https://github.com/cuny-academic-commons/cac/commit/e3668fcac37d714c4fafcf21c14f9821e71d3ba1, https://github.com/cuny-academic-commons/cac/commit/a42cff99d0c0570303517f651d4191ecf868bfb9
To use, just put a loom.com video URL on its own line in the editor. Accepted URLs must be in one of the following formats:
https://www.loom.com/share/26172371630c41a89a03966d4bbbf6a3 https://www.loom.com/embed/26172371630c41a89a03966d4bbbf6a3
I needed to test this in production, so it's live and available immediately.