fallbackEmbedHtml static method

String fallbackEmbedHtml(
  1. String postUrl
)

Minimal fallback when oEmbed is unavailable.

Implementation

static String fallbackEmbedHtml(String postUrl) =>
    '<blockquote class="bluesky-embed">'
    '<p><a href="$postUrl">View post on Bluesky</a></p>'
    '</blockquote>';