Skip to content
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

Support OEmbed #4905

Closed
enjikaka opened this issue Jan 18, 2021 · 1 comment
Closed

Support OEmbed #4905

enjikaka opened this issue Jan 18, 2021 · 1 comment

Comments

@enjikaka
Copy link

General support over all clients for OEmbed would be nice. It would give the chat possibility to present players for TIDAL, Spotify, Apple Music and similar services when users share links to songs on these platforms. OEmbed is also used for other services.

To reduce clutter this should probably be behind an option flag too.

Should be fairly straight forward to implement. Links that are posted in chat need to be crawled, checking for a <link rel="alternate" type="application/json+oembed" href="..."> tag, which points to an URL where you can fetch information on how to embed it. Example. Most often it's an iframe with some sizing information.

@stale
Copy link

stale bot commented Sep 24, 2021

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

No branches or pull requests

3 participants