Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot use short link of Flickr album #723

Open
ioanaa20 opened this issue Dec 6, 2023 · 3 comments
Open

Cannot use short link of Flickr album #723

ioanaa20 opened this issue Dec 6, 2023 · 3 comments

Comments

@ioanaa20
Copy link

ioanaa20 commented Dec 6, 2023

We noticed that the schema for short link of albums for Flick provider has different paths than the one specified here: https://oembed.com/providers.json

Can this schemes be updated with the needed pattern?
The pattern looks like this https://flic.kr/s/*

Thank you!

@iamcal
Copy link
Owner

iamcal commented Dec 8, 2023

I don't work at Flickr and I don't have example URLs to see if they actually work. If you can provide examples of patterns that are supported, then I can make that update. Flickr's definition file is https://github.com/iamcal/oembed/blob/master/providers/flickr.yml

@vever001
Copy link
Contributor

vever001 commented Dec 8, 2023

This seems like a Flickr issue.

I also found this discussion in wordpress.
So I assume Flickr would first needs to fix this, only then we can add the URL scheme in here.
Not sure how we can report issues to Flickr.

@pdokas
Copy link

pdokas commented Jul 17, 2024

Hello! Thanks for this report. Turns out the Flickr oEmbed endpoint understood flic.kr URLs for photos but not for other types of URLs that can be represented with an oEmbed response.

A fix has just been deployed that basically makes it true that if Flickr can provide an oEmbed response for a flickr.com URL it can now also provide an oEmbed response for its matching flic.kr URL.

E.g.

  1. https://www.flickr.com/services/oembed/?format=json&url=https://flic.kr/s/aHBqjB47HN
  2. https://www.flickr.com/services/oembed/?format=json&url=https://www.flickr.com/photos/flickr/albums/72177720312835512/

Ditto galleries and other types too:

  1. https://www.flickr.com/services/oembed/?format=json&url=https://flic.kr/y/3NJtxNR
  2. https://www.flickr.com/services/oembed/?format=json&url=https://www.flickr.com/photos/flickr/galleries/72157722991312360/

Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants