spaceshelter / orbitar

Experimental collective social/blogging platform with self-regulation.
MIT License
61 stars 24 forks source link

Add coub support via lightweight embed #318

Closed Aivean closed 1 year ago

Aivean commented 1 year ago

Demo: coub-demo

Implementation details:

  1. Added a simple support for fetching coub previews to orbitar-media See this commit Urls like this: https://orbitar.media/coub/3808rb redirect to the preview image

  2. Added lightweight embed for coubs (works for links like https://coub.com/view/3808rb) When coub iframe goes out of screen, it's replaced back with the embed.

maximt commented 1 year ago

Works fine, but maybe need to add support for stopVideo/stopInnerVideos and call it on click event?

Aivean commented 1 year ago

Works fine, but maybe need to add support for stopVideo/stopInnerVideos and call it on click event?

@maximt, good point, fixed, see the latest commit.