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

Mixcloud widget URL #1673

Open
kevinvergauwen opened this issue Sep 14, 2023 · 0 comments
Open

Mixcloud widget URL #1673

kevinvergauwen opened this issue Sep 14, 2023 · 0 comments

Comments

@kevinvergauwen
Copy link

Current Behavior

The Mixcloud embed widget has its own subdomain. https://www.mixcloud.com/widget/iframe/ became https://player-widget.mixcloud.com/widget/iframe/.

Mixcloud redirects automatically to player-widget.mixcloud.com, except on mobile. On mobile, Mixcloud redirects to m.mixcloud.com which results in a 404. Even though the redirect is a (temporary) Mixcloud issue, it can be resolved by directly using player-widget.mixcloud.com in the src.

Steps to Reproduce

  1. Visit https://www.mixcloud.com/widget/iframe/?feed=https%3A%2F%2Fwww.mixcloud.com%2Fspartacus%2Fparty-time%2F&hide_cover=1 on desktop
  2. See how it redirects to https://player-widget.mixcloud.com/?feed=https%3A%2F%2Fwww.mixcloud.com%2Fspartacus%2Fparty-time%2F&hide_cover=1
  3. Visit https://www.mixcloud.com/widget/iframe/?feed=https%3A%2F%2Fwww.mixcloud.com%2Fspartacus%2Fparty-time%2F&hide_cover=1 on mobile (in my case iPhone)
  4. See how it redirects to https://m.mixcloud.com/widget/iframe/?feed=https%3A%2F%2Fwww.mixcloud.com%2Fspartacus%2Fparty-time%2F&hide_cover=1 which results in a 404 (on mobile).

Note: Visiting https://m.mixcloud.com/widget/iframe/?feed=https%3A%2F%2Fwww.mixcloud.com%2Fspartacus%2Fparty-time%2F&hide_cover=1 on desktop redirects normally.

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

1 participant