-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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 integration does not fetch URL previews #394
Comments
Just found this today, and #hashtags as well, sadly :-( I'll try a patch for this tonight. assigning to me. |
Yup, looks like hashtags follow the same treatment... Thank you very much! 🙏 |
Heya, fixed in PR #404 . See below for proof; Are you running Postiz in a container? If so, I'll queue up a new container image for you. |
bugfix: #394 Bluesky posts now support "richtext" (URLs, tags, etc)
I indeed tested it, and it works quite well! Thank you very much! However, I might probably be picky, but it might miss one last feature to make that fully complete, and that would be the inclusion of link cards (seen here for instance: https://docs.bsky.app/docs/advanced-guides/posts#website-card-embeds ). That would probably mean to check in advance the URI, and verify if the link has all the Sorry in advance for this request... 🙏 Do you believe it might be possible to add them? |
Yeah, I saw that too when I was testing - but I didn't see that we had to fetch this client side, that's crazy. I'll look into it when I get a moment. |
📜 Description
When sending out an URL to the Bluesky service (such as https://google.com), it seems that nothing can be clickable on the BlueSky post due to the lack of an important feature from the protocol. As a result, the followers cannot click links posted by the poster, limiting its usage.
👟 Reproduction steps
👍 Expected behavior
The URL should be parsed just fine, and users can click on it.
👎 Actual Behavior with Screenshots
💻 Operating system
Linux
🤖 Node Version
I'm using Docker...
📃 Provide any additional context for the Bug.
The atproto protocol references how to add URLs to their posts. The document is refered here : https://docs.bsky.app/docs/advanced-guides/post-richtext .
👀 Have you spent some time to check if this bug has been raised before?
Are you willing to submit PR?
None
The text was updated successfully, but these errors were encountered: