Allow embedding target in obfuscated URI. #1172
RokeJulianLockhart
started this conversation in
Ideas
Replies: 3 comments
-
@steven-tey, why a discussion? |
Beta Was this translation helpful? Give feedback.
0 replies
-
mastodon/mastodon#22424 (comment) is relevant. |
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
-
Request
I'd like to be able to post a Dub URI, (like
https://dub.sh/bZ0Ke7R
) with its target embedded:https://linksta.cc/ already provides this functionality (and is where I gained the idea from):
If this were provided as an option when copying the URI from the dashboard into the user's clipboard, it would be perfect (and wouldn't affect anyone who doesn't want it, since it wouldn't be the default).
Rationale
Summarily, this would help to prevent link rot.
I am aware that
app.dub.co
is primarily a link shortener, but it's also as much a link obfuscator, fundamentally. I don't utilize it for either purpose, however - merely as a means to track engagement and allow me a centralized dashboard whereby I can update hyperlinks that have become 404s.However, in the case that my account were ever removed (by myself or the platform shutting down) I would be seriously disappointed to know that all the Dub URIs I'd posted would become entirely dead hyperlinks.
Alternatives
You might think that merely appending the target to a fragment (
#
) would serve this purpose, but that has defined functionality - it's not equivalent to a mere comment.Beta Was this translation helpful? Give feedback.
All reactions