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
A photographer wants to be featured at the site but does not want to upload their photos to the site. Instead, they want to host their photos at Flickr or some other external site.
Figure a way to add these as "redirect albums" so that they show up in the listing but clicking them opens the album instead in a new window.
If an album has redirect_url, it's called a "link album".
If such an album is a visible subalbum of another album, it will be displayed with a redirect icon.
Selecting said subalbum will open the redirect_url in another browser window.
When adding a link album, one picture should be uploaded to it to give it a cover picture.
When creating link albums that link to popular services (such as Flickr), a thumbnail image should be extracted automatically. Possible sources include service specific APIs and HTML <meta> values, such as <meta name="og:image">.
The use of redirect_url is not consistent now. This should be fixed. See comment.
The text was updated successfully, but these errors were encountered:
Initial support for this done, see example at larppikuvat.fi.
The use of the redirect_url field is not very consistent now:
✅Navigating to an album with a redirect_uri to an internal path like /fooalbum will trigger an internal redirect in the frontend and open the referenced album instead
This was the original use case of redirect_uri.
It should be used when you want to change the slug of an album without breaking links to said album: change the slug of the original album and create a hidden "redirect album" in its place.
⚠️Navigating to an album with a redirect_uri to an off-site URL like https://kompassi.eu will probably barf.
🤔Viewing an album that has a subalbum with a redirect_uri opens that URL in another window. As intended for external URLs, but internal paths here don't really make sense.
A photographer wants to be featured at the site but does not want to upload their photos to the site. Instead, they want to host their photos at Flickr or some other external site.
redirect_url
, it's called a "link album".redirect_url
in another browser window.<meta>
values, such as<meta name="og:image">
.redirect_url
is not consistent now. This should be fixed. See comment.The text was updated successfully, but these errors were encountered: