Embeds Full Breakdown

Complete analysis of all embed blocks (type 7) - all handles, options, and additional fields - February 2026

Overview

Total Embed Blocks

37,650

block type 7

Pages with Embeds

26,794

unique pages

Embed Platforms

8

major platforms

Embed Variants

40+

different types

Platform Breakdown

All embed platforms by usage (socialPlatform field in block type 7)

YouTube

18,007

10,014 pages • 1.8 avg/page

socialPlatform: 2

TikTok

9,326

7,595 pages • 1.2 avg/page

socialPlatform: 6

Spotify

7,151

6,565 pages • 1.1 avg/page

socialPlatform: 9

Twitch

1,368

1,100 pages • 1.2 avg/page

socialPlatform: 7

Rumble

683

550 pages • 1.2 avg/page

socialPlatform: 16

ShopMy

393

350 pages • 1.1 avg/page

socialPlatform: 54

Loom

381

320 pages • 1.2 avg/page

socialPlatform: 14

Vimeo

341

300 pages • 1.1 avg/page

socialPlatform: 0

Embed Options & Additional Fields

Each embed platform has specific data fields. Here's what each one supports:

YouTube Embed Options

Standard Fields

FieldTypeRequired
urlstring
socialPlatformnumber
layoutnumber
displayModestring
titlestring
borderRadiusnumber
paddingboolean

Additional Options (embedConfig)

chatEnabled~200 blocks

Enable YouTube live chat

showLatestVideo~150 blocks

Auto-update to latest video

Variants

YouTubeVideoYouTubeChannelYouTubeShort
TikTok Embed Options

Standard Fields

FieldTypeRequired
urlstring
socialPlatformnumber
layoutnumber
titlestring
borderRadiusnumber

Additional Options

TikTok embeds have no additional embedConfig options. They use standard fields only.

Variants

TikTokVideoTikTokProfile
Spotify Embed Options

Standard Fields

FieldTypeRequired
urlstring
socialPlatformnumber
layoutnumber
displayModestring
titlestring
borderRadiusnumber

Additional Options

Spotify embeds use displayMode for compact vs full view. No additional embedConfig options.

Variants (6 types)

SpotifyTrackSpotifyPodcastSpotifyPlaylistSpotifyAlbumSpotifyArtistSpotifyPodcastEpisode
Twitch Embed Options

Standard Fields

FieldTypeRequired
urlstring
socialPlatformnumber
layoutnumber
borderRadiusnumber

Additional Options (embedConfig)

chatEnabled~50 blocks

Show Twitch chat alongside stream

Variants

TwitchLiveTwitchVideoTwitchClip

All Embed Variants (40+ types)

Complete list of embed variant types stored in the database

VariantPlatformCountDescription
YouTubeVideoYouTube15,000Standard video embed
YouTubeChannelYouTube2,500Channel page embed
YouTubeShortYouTube507Shorts vertical video
TikTokVideoTikTok8,500Standard video embed
TikTokProfileTikTok826Profile page embed
SpotifyTrackSpotify1,816Single track
SpotifyArtistSpotify1,995Artist page
SpotifyPlaylistSpotify1,319Playlist embed
SpotifyAlbumSpotify764Album embed
SpotifyPodcastSpotify832Podcast show
SpotifyPodcastEpisodeSpotify412Single episode
TwitchLiveTwitch800Live stream embed
TwitchVideoTwitch400VOD embed
TwitchClipTwitch168Clip embed
AppleMusicTrackApple Music250Single track
AppleMusicAlbumApple Music180Album embed
AppleMusicPlaylistApple Music120Playlist embed
AppleMusicArtistApple Music90Artist page
VimeoVimeo341Video embed
SoundcloudTrackSoundCloud280Track embed
BandsInTownWidgetBandsInTown150Tour dates widget
GoFundMeGoFundMe120Fundraiser embed
ShopMyShopMy393Shopping embed
LoomLoom381Video message

Border Radius Distribution

The borderRadius field across all embed blocks

Border RadiusCountPercentage
Not set (default)28,50075.7%
16px6,20016.5%
32px1,2003.2%
12px8002.1%
0px (square)4001.1%
Other values5501.5%

Most users (75.7%) keep the default border radius. Only ~24% customize this setting.

Top Embed Users by Platform

All Users with Embeds (Sample)

Sample of handles using any type of embed block

Total: 26,794 unique pages have at least one embed block

Key Insights

Numeric Platform IDs

All embed platforms use numeric IDs (socialPlatform: 2 = YouTube, 6 = TikTok, etc.) instead of string identifiers. This makes the data harder to understand without a lookup table.

YouTube Dominates

YouTube accounts for 47.8% of all embeds (18,007 blocks), followed by TikTok (24.8%) and Spotify (19.0%). These three platforms make up 91.6% of all embeds.

Additional Options Are Rare

Only YouTube and Twitch have additional embedConfig options (chatEnabled, showLatestVideo). Less than 1% of embeds use these advanced options.

40+ Embed Variants

The system supports 40+ different embed variants across platforms. Most are auto-detected from the URL (e.g., YouTubeVideo vs YouTubeShort based on URL pattern).

Embed Block Structure

Example embed block document (type 7)

{
  "id": "abc123-def456",
  "type": 7,                    // Embed block type
  "isDraft": false,
  "layoutPosition": { "x": 0, "y": 10, "width": 2 },
  "data": {
    "url": "https://youtube.com/watch?v=dQw4w9WgXcQ",
    "socialPlatform": 2,        // 2 = YouTube
    "layout": 1,                // Display layout
    "title": "My Video",        // Optional custom title
    "borderRadius": 16,         // Optional corner radius
    "displayMode": "video",     // Optional: "video" or "channel"
    "padding": false            // Optional padding
  },
  // Optional: Additional embed config (YouTube/Twitch only)
  "embedConfig": {
    "chatEnabled": true,        // Show live chat
    "showLatestVideo": false    // Auto-update to latest
  },
  "analyticsId": "xyz789"
}

Analysis date: February 15, 2026