How to auto-generate embed previews for links? #523
Unanswered
AndyReifman
asked this question in
Questions
Replies: 1 comment
-
Yeap. I think this is what you are looking for https://github.com/MarshalX/atproto/blob/main/examples/advanced_usage/send_ogp_link_card.py |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I've just recently started messing around with this Python package.
I'm wondering if there's a way to automatically generate an embed preview, similar to what show's in this post:
https://bsky.app/profile/f1subreddit.bsky.social/post/3lgd7tiw53k26
I was able to use the Link Card
send_embed
andauto_hyperlinks
examples to get close, but it doesn't include a preview.Examining the output for that linked post I think it's because my embed is missing a
thumb=BlobRef...
, but I'm unsure if there's a way to build that on the fly.Beta Was this translation helpful? Give feedback.
All reactions