-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
Implement oEmbed protocol #94
Comments
Implemented: d8755ee But most consumers use whitelist to accept or not HTML from OEmbed servers (for security reasons), so this does not really work. Since PeerTube can be installed under any domain, I don't think there is an easy way to have the player embedded on social networks (even on Diaspora, Mastodon...). |
There's the OpenGraph |
Thanks @tcitworld -> 7ff7802 |
The og:video tag is missing and should have a url to the file, not the embed url. If you want to use the og:video:url and og:video:secure_url then it's the same thing it should be a url to the file and not the embed link. Example: |
@PeterAlfonsLoch It's what dailymotion, youtube or vimeo already do. I don't say they are doing it correctly, but we need to keep consistency with existing video platforms. |
Spec: https://oembed.com/
The text was updated successfully, but these errors were encountered: