More HTTPS issue solution
-
We switched on our wordpress to HTTPS (thanks to letsencrypt) and we have problems with HTTPS soundcloud.
There is need of one change in soundcloud-shortcode.php
– $url = ‘https://w.soundcloud.com/player?’ . http_build_query($options[‘params’]);
+ $url = ‘https://w.soundcloud.com/player/?’ . http_build_query($options[‘params’]);Otherwise it redirects to HTTP and stop working. It is an issue in soundcloud (it should redirect to https) but this fixes it.
- The topic ‘More HTTPS issue solution’ is closed to new replies.