Soundcloud color config doesn't seem to work
See original GitHub issueHi, I was trying to create a soundcloud embed with a specific button color, which according to the soundcloud api documentation should work. All of the other soundcloud config works smoothly, but for the color it just adds ‘color=true’ to the iframe url
config={{ soundcloud: { options: { color: '#00174F', visual: false, show_playcount: true, buying: false, sharing: false, download: false } } }}
Issue Analytics
- State:
- Created 6 years ago
- Reactions:1
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Soundcloud Widget API doesn't seem to listen to color option
I was trying to create a soundcloud embed with a specific button color through the Widget API, which according to the Soundcloud documentation ......
Read more >Unable to play tracks - SoundCloud Help Center
If you are unable to play a certain track it might be that this SoundCloud member does not have the licensing rights to...
Read more >SoundCloud Audio Player – WordPress.com Support
WordPress.com and SoundCloud provide an easy-to-use embed tool that makes it simple to share music from SoundCloud to your blog. Users can upload...
Read more >Here's how to add proper dark themes for Ableton Live ...
Live's dark themes are grayish, but not black (without customization); SoundCloud seems to have adopted its color scheme from the garish ...
Read more >Soundcloud embed shortcode does not work
You do not need to use the embed code, WordPress handles the embedding via ... api.soundcloud.com/tracks/151456970&color=ff5500&auto_play=false& ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
One workaround for this is to add the color property to the url instead of the config.
@cookpete it looks like none of the
config
overrides are working for SoundCloud which is no surprise given the age of that widget 😅Options can be passed into the URL using @gilluminate’s suggestion e.g.
?show_artwork=false&buying=false