We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Test A
Test B
Now, I follow the doc and add custom options, as follow:
config={{ soundcloud: { options: { color: '00ff00', // ...
The URL contains now &color=true instead of &color=00ff00.
&color=true
&color=00ff00
The text was updated successfully, but these errors were encountered:
include the '#' before your HEX color value
Sorry, something went wrong.
It sould be without # (cf this example: https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/38306562&color=00ff00)
But even with # or %23, it still doesnt work. After digging, I think the issue in on soundcloud's side (I opened an issue: soundcloud/api#400)
But I leave this one open because of the main problem (player loaded twice).
No branches or pull requests
Test A
orTest B
)Now, I follow the doc and add custom options, as follow:
The URL contains now
&color=true
instead of&color=00ff00
.The text was updated successfully, but these errors were encountered: