I am trying to understand what is required for a link to support embedded inline videos when unfurled in FigJam. Using Loom links as an example, when a Loom link is pasted into FigJam it is unfurled as a video player.
I know that this is handled by oembed, but when I’ve tried this in my own prototype, ensuring the appropriate oembed response and iframe source, the preview still shows up as a “rich” preview with a view button instead of directly as a video play button. When I click View, my page displays and the video can be played, but if I understand correctly, the oembed response being “type: video” is supposed to treat the preview directly as a video.
Is there something I’m missing?
Thanks!