-
-
Notifications
You must be signed in to change notification settings - Fork 14
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Bluesky: Twitter previews not turned into Bluesky preview cards #123
Comments
Images Formatting Content (232 chars or something like this) then a link (about 100 chars here). Don't forget that links |
Maybe it would be possible to put links through another URL shortener to avoid the posted message being longer than the original message? Ok, if previews work it might be unnecessary. |
It might be interesting too. The point here is to post on platforms that are by definition more open. Relying on a shortener may not be the best idea even though it would let you get a single tweet in this case. I'll look into that, but I don't want to enforce a specific tool. |
I added both features I needed to my fork: In Bluesky, it supports both previews with links to videos & previews to links (links are then removed from chunks, empty chunks deleted) - this is just a quick fix for myself, but you might have a look Thank you again for the good work! |
Twitter posts with link previews - that is, almost all tweets with links - are not converted into Bluesky preview cards (type app.bsky.embed.external), but instead into two Bluesky posts: first with text, second one quoting the first, with the link.
IMHO that is less readable and unnecessary, as a similar function exists.
The previews will be more similar to old style Twitter previews, with headlines and descriptions.
There is documentation on the ATProto protocol page on how to create previews based on OG tags:
https://atproto.com/blog/create-post (example at the bottom)
The text was updated successfully, but these errors were encountered: