Skip to content

Spotify Embed#

View Markdown

Spotify embeds are opt-in and render to the official iframe player.

import { oxContent } from "@ox-content/vite-plugin";

export default {
  plugins: [
    oxContent({
      embeds: {
        spotify: true,
      },
    }),
  ],
};
<Spotify url="https://open.spotify.com/track/abc123"></Spotify>

Supported paths include tracks, albums, playlists, episodes, shows, and artists.

Last updated: