Folks, you don’t need URL shorteners here like buff•ly, bit•ly, etc.
In fact, I am *far* less likely to click a link using a shortener. It’s a signal that you are tracking clicks, that the content is just marketing chaff.
Share it because you see value, not for the engagement farming.
It would be helpful to see this tip in the actual compose UI on Mastodon, because URLs take the same amount of characters, regardless of length, regardless if using the full URL or a shortener.
@alextecplayz You mean in the UI for users about to post? If so, I am sure you can file an issue. After my own interactions with the Benevolent Dictator for Life, I am unlikely to try contributing again.
Bitly’s Connections Platform is more than a free URL shortener, with robust link management software, advanced QR Code features, and a landing page solution.
@greyduck Same. I had rosel.li (still do) but I also had a naming convention so that the date was the shortened address. There was always a staleness signal if nothing else.
Bitly’s Connections Platform is more than a free URL shortener, with robust link management software, advanced QR Code features, and a landing page solution.
Bitly’s Connections Platform is more than a free URL shortener, with robust link management software, advanced QR Code features, and a landing page solution.
2024 was a landmark year for the FreeBSD Foundation—expanding advocacy, strengthening community ties, and showcasing new WiFi, security, and container capabilities. Here’s to building on our open-source legacy and inspiring innovation in the years ahead. #FreeBSD https://buff.ly/3D8WWOq
yep have seen that attitude on Masto before, and I don't think people are wrong to be cautious especially with the amount of & tags now that URLS also get attached at the end for source tracking purposes. The big advantage of them for me would be mainly friendly short links, where giving that to a person for a file download is just much easier than expanding a full URL. Beyond that though, I don't see a use for ever wrapping a link with one, and what you expressed is why I haven't done it as people may think I'm tracking their clicks. (in reality I can get file access logs / stats from my Cpanel anyway, but whatevs.)
Mastodon by default uses 23 characters for URLs, as per these two lines of code:
https://github.com/mastodon/mastodon/blob/0ac43700d8a88c08e6f8f854e8bb85838df5fc51/app/validators/status_length_validator.rb#L5-L6
Admins can modify this code to whatever they want, I use 1 character as the length of a URL (https://github.com/VantaInteractive/Social/blob/223f253e918b8d5b2a4ea0da5087fb497596a49d/app/validators/status_length_validator.rb#L5).
mastodon/app/validators/status_length_validator.rb at 0ac43700d8a88c08e6f8f854e8bb85838df5fc51 · mastodon/mastodon
GitHub