mirror of
https://github.com/open-webui/open-webui.git
synced 2026-05-06 10:58:17 -05:00
[PR #12197] [CLOSED] Feat: Add YouTube embed support using VIDEO_YOUTUBE_ID token #38495
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/12197
Author: @JunaidPinjari
Created: 3/30/2025
Status: ❌ Closed
Base:
dev← Head:feat/youtube-embed-token📝 Commits (1)
0ef0eabFeat: Add YouTube embed support using VIDEO_YOUTUBE_ID token📊 Changes
3 files changed (+12 additions, -0 deletions)
View changed files
📝
src/lib/components/chat/Messages/Markdown/MarkdownInlineTokens.svelte(+2 -0)📝
src/lib/components/chat/Messages/Markdown/MarkdownTokens.svelte(+2 -0)📝
src/lib/utils/index.ts(+8 -0)📄 Description
devChangelog Entry
Added
{{VIDEO_YOUTUBE_ID_XXXX}}with<iframe>YouTube embeds.Additional Info
This makes embedding YouTube videos via token simple and safe, preserving formatting while enhancing interactivity.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.