Skip to content

Bluesky Embed#

View Markdown

Bluesky embeds are opt-in and render static links/cards.

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

export default {
  plugins: [
    oxContent({
      embeds: {
        bluesky: true,
      },
    }),
  ],
};
<Bluesky url="https://bsky.app/profile/example.com/post/abc123">
  Post text shown in the static card.
</Bluesky>

Last updated: