Closed zkvvoob closed 2 years ago
If you click on the "Share" button in the menu and select "As link", you will get a link for the currently visible photo/album which does not contain a hash tag. The URL will look like https://your-domain.tld/r/<album-id>/<photo-id>
. The r
in the URL stands for "redirection".
We actually have built this feature, because we are aware of the problem that Twitter and some other social media channels don't respect the HTTP standard, grab the hash tag for their own purposes and behave silly, if a hash tag occurs in a URL.
When you migrate to version 4.5.0 you will also see random alpha-numeric IDs. However, they are not shorter and cannot be made shorter without compromising security. Their length is selected to provide at least 128bit randomness in the IDs.
As someone has asked somewhere, what I meant and where the button is. Here are the screenshots:
For albums:
For photos:
Hello,
Could you perhaps see your way to simplifying the URL of a shared album? What I'd really like to be able to have is no
/gallery
slug, no#
sign and the album ID to either be with fewer digits or, even better, a random alphanumeric string.The reason for this is, when I share a link in a DM on Instagram, because of the
#
, the URL doesn't get converted into a link and some less tech-savvy recepients can't actually click on it.Thank you!