You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say I am trying to share a Bsky post elsewhere on the web. I use "..." menu and choose the "Copy link to post" option on webapp or "Share" option on mobile app. The URL for the post shared is something like: https://bsky.app/profile/nilesh.trivedi.link/post/3laqk2h2rc22h even though this user is using a domain-based identity "nilesh.trivedi.link".
This has profound implications. The more such links are shared, the more locked-in users get into bsky app host, at least for accessing their past content, despite bringing their own domain for identity. The whole point of domain ownership is to have durable links to content. at:// links have this property but it is possible to get both durability and web-compatibility with the help of CNAME records.
Bluesky should encourage users' ownership for their content as much as possible, and not try to insert itself as a permanent intermediary between users' posts and their audience.
We need an option, preferably the default, to share post URLs which are both user-owned AND web-compatible. This does not require a change in the protocol, only in the application. The user already added a custom TXT record to prove their domain ownership for the the purpose of handle/username. They can be asked to add a CNAME record like at, pointing to the app's server.
So, instead of https://bsky.app/profile/nilesh.trivedi.link/post/3laqk2h2rc22h, I would like the default shared URL to be https://at.nilesh.trivedi.link/post/3laqk2h2rc22h which is shorter, gives ownership to the user and works in the existing web browsers.
This would be similar to Github Pages supporting custom domains via CNAME records.
Ideally, the content would be served directly on https://at.nilesh.trivedi.link/post/3laqk2h2rc22h but if there are security concerns, an HTTP redirect to https://bsky.app/profile/nilesh.trivedi.link/post/3laqk2h2rc22h would also be fine.
Since Bluesky is growing and links are already being shared on the web, this should be implemented as soon as possible to ensure durability and user-ownership of links.
This would be similar to Github Pages supporting custom domains via CNAME records.
Ideally, the content would be served directly on https:/at.nilesh.trivedi.link/post/3laqk2h2rc22h but if there are security concerns, an HTTP redirect to https://bsky.app/profile/nilesh.trivedi.link/post/3laqk2h2rc22h would also be fine.
@vyv03354 That is great! Also "bsky" and "bluesky" are considered special as they are stripped before redirecting to user's profile. So, with an ALIAS record set up, now https://bsky.nilesh.trivedi.link/post/3laqk2h2rc22h indeed redirects to https://bsky.app/profile/nilesh.trivedi.link/post/3laqk2h2rc22h 👏
Would love to know if this feature is still experimental. Once this gets tested well, Bluesky should make these as the default URLs when sharing posts.
nileshtrivedi
added a commit
to nileshtrivedi/bsky-social-app
that referenced
this issue
Nov 13, 2024
Describe the Feature
Let's say I am trying to share a Bsky post elsewhere on the web. I use "..." menu and choose the "Copy link to post" option on webapp or "Share" option on mobile app. The URL for the post shared is something like:
https://bsky.app/profile/nilesh.trivedi.link/post/3laqk2h2rc22h
even though this user is using a domain-based identity "nilesh.trivedi.link".This has profound implications. The more such links are shared, the more locked-in users get into bsky app host, at least for accessing their past content, despite bringing their own domain for identity. The whole point of domain ownership is to have durable links to content.
at://
links have this property but it is possible to get both durability and web-compatibility with the help of CNAME records.Bluesky should encourage users' ownership for their content as much as possible, and not try to insert itself as a permanent intermediary between users' posts and their audience.
We need an option, preferably the default, to share post URLs which are both user-owned AND web-compatible. This does not require a change in the protocol, only in the application. The user already added a custom TXT record to prove their domain ownership for the the purpose of handle/username. They can be asked to add a CNAME record like
at
, pointing to the app's server.So, instead of
https://bsky.app/profile/nilesh.trivedi.link/post/3laqk2h2rc22h
, I would like the default shared URL to behttps://at.nilesh.trivedi.link/post/3laqk2h2rc22h
which is shorter, gives ownership to the user and works in the existing web browsers.This would be similar to Github Pages supporting custom domains via CNAME records.
Ideally, the content would be served directly on
https://at.nilesh.trivedi.link/post/3laqk2h2rc22h
but if there are security concerns, an HTTP redirect tohttps://bsky.app/profile/nilesh.trivedi.link/post/3laqk2h2rc22h
would also be fine.Since Bluesky is growing and links are already being shared on the web, this should be implemented as soon as possible to ensure durability and user-ownership of links.
Attachments
No response
Describe Alternatives
No response
Additional Context
This came up in this BlueSky thread.
The text was updated successfully, but these errors were encountered: