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
Just throwing out an idea here. Might not be what bsky.link wants to do at all.
jort.link has an interesting system where it serves a version of a link hosted by them only when requested by fediverse platforms, otherwise it returns a redirect to the actual link.
bsky.link could do something similar when people are using it to get embeds on Discord, Slack, etc: when a link is requested by a link preview agent, return HTML with <meta> elements for preview generation, but if requested by a web browser redirect the user to Bluesky-proper.
Another prior art for a service like this is https://mstdn.link/ (source). This one did no fancy user-agent detecting, instead putting a little bit of JS on the served page that handles a redirect.
The text was updated successfully, but these errors were encountered:
Just throwing out an idea here. Might not be what bsky.link wants to do at all.
jort.link has an interesting system where it serves a version of a link hosted by them only when requested by fediverse platforms, otherwise it returns a redirect to the actual link.
bsky.link could do something similar when people are using it to get embeds on Discord, Slack, etc: when a link is requested by a link preview agent, return HTML with
<meta>
elements for preview generation, but if requested by a web browser redirect the user to Bluesky-proper.Another prior art for a service like this is https://mstdn.link/ (source). This one did no fancy user-agent detecting, instead putting a little bit of JS on the served page that handles a redirect.
The text was updated successfully, but these errors were encountered: