$ tweet-embed --test

Testing Twitter/X embed functionality

Example Tweet Embed

Here's an example of an embedded tweet from Astro's official account:

Usage

To embed a tweet in your blog posts or Astro pages:

import { Tweet } from 'astro-embed';

<Tweet id="tweet-url-or-id" />

Features:

  • โ–ธ Zero JavaScript - static HTML only
  • โ–ธ Minimal styling that matches your theme
  • โ–ธ Works in both .astro and .mdx files