OpenGraph audio tag support #3262
Replies: 15 comments 2 replies
-
I am also seeing this same thing, somehow Spotify is doing it. paste this link into a discord channel or any shared link from any track. |
Beta Was this translation helpful? Give feedback.
-
Spotify has a custom integration by Discord |
Beta Was this translation helpful? Give feedback.
-
We do not currently support OpenGraph audio tags. |
Beta Was this translation helpful? Give feedback.
-
@night Is there any public timeframe of when this might get integrated / Testing phase? |
Beta Was this translation helpful? Give feedback.
-
Audio support would be really nice @night |
Beta Was this translation helpful? Give feedback.
-
Just gonna add my 2 cents. I'd very much like to see OG audio support as well. It'd help me personally but I also know quite a few music community channels and game dev channels where it would be very beneficial. |
Beta Was this translation helpful? Give feedback.
-
I'm in multiple naturalist & birder Discord communities, some with sizeable memberships (> 1k members) who would benefit from greatly from OG audio tag support. For example, xeno-canto.org (a huge repository of birdsong recordings) sets these 3 audio-related tags: <meta property='og:audio' content='https://www.xeno-canto.org/489750/download' />
<meta property='music:duration' content='10' />
<meta property='og:audio:type' content='audio/mp3' /> example is from https://www.xeno-canto.org/489750 Right now, everything but the actual audio itself, which is the primary content of the page, shows in the preview embed, forcing the user to leave the channel to hear it. |
Beta Was this translation helpful? Give feedback.
-
Nothing helpful, just wanted to show support. |
Beta Was this translation helpful? Give feedback.
-
Hey @night. Bumping this old discussion. Is this being considered? An OG audio tag would be really nice to have, for those of us who want to build applications for music communities and have a way to embed directly into discord. I've been looking at a feedback app for a discord community, and there isn't really a great option to do some fancy discord things |
Beta Was this translation helpful? Give feedback.
-
Bump because this can still end up very useful. |
Beta Was this translation helpful? Give feedback.
-
Bump because it would be cool |
Beta Was this translation helpful? Give feedback.
-
Bump. Work around.
This will "loop" your image over the lenth of the audio clip and make a new video out of it. <!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<!-- Base Open Graph Meta Tags -->
<meta property="og:title" content="Song title">
<meta property="og:description" content="Artist">
<meta property="og:image" content="https://example.com/meow/coverImage.jpg">
<meta name='theme-color' content='#6b0c91' />
<meta property="og:site_name" content="meow">
<meta property="og:type" content="video.other">
<!-- Video Embedding -->
<meta property="og:video" content="https://example.com/meow/video.mp4">
<meta property="og:video:secure_url" content="https://example.com/meow/video.mp4">
<meta property="og:video:type" content="video/mp4">
<meta property="og:video:width" content="250">
<meta property="og:video:height" content="100">
<title>meow</title>
</head>
<body>
<h1>meow</h1>
</body>
</html> Now we can upload the Work around 2. |
Beta Was this translation helpful? Give feedback.
-
Bumping this. I have a few communities that would love to be able to use this feature. I am ready as soon as discord opens it up. |
Beta Was this translation helpful? Give feedback.
-
This is a must-have feature. If video is supported, audio really should be too. |
Beta Was this translation helpful? Give feedback.
-
Bump. For the useless lazy fat asses discord devs |
Beta Was this translation helpful? Give feedback.
-
og:video seems supported for an mp4 filetype, but not for mp3, and og:audio doesn't seem to work for mp3 either
is there any way to have an inline audio embed without first wrapping it in a video file?
Beta Was this translation helpful? Give feedback.
All reactions