fallbackEmbedHtml static method
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>';