Shortcode with atproto URI

Test that the shortcode works with Bluesky atproto post URIs.

As direct argument

{{< bluesky-comments at://did:plc:72jpccg3u3vbohc67rqrplei/app.bsky.feed.post/3lbu5opiixc2j >}}

As named uri argument

{{< bluesky-comments uri="at://did:plc:72jpccg3u3vbohc67rqrplei/app.bsky.feed.post/3lbu5opiixc2j" >}}

Using profile from metadata

This post includes the following in its frontmatter:

bluesky-comments:
  profile: did:plc:72jpccg3u3vbohc67rqrplei

As direct argument with post ID

{{< bluesky-comments 3lbu5opiixc2j >}}

As named uri argument with ID

{{< bluesky-comments uri="3lbu5opiixc2j" >}}