I second that.
Chrome logs this error in Console:
[blocked] The page at ‘<snip>’ was loaded over HTTPS, but ran insecure content from ‘http://w.soundcloud.com/player/?url=https%3A%2F%2Fapi.soundcloud.com%2Ftrac…ents=true&visual=true&hide_related=false&show_user=true&show_reposts=false’: this content should also be loaded over HTTPS.
Any solution?
I’ve the same problem. On Chrom only works setting Widget Type: Flash, but it doesn’t work fine with IOS. HTML5 setting doesn’t work for Chrome.
Extra info to go with alteregovoices.com above.here are my details
ApplicationChrome 38.0.2125.102 2125102OSAndroid 4.4.4; Nexus 7 Build/KTU84PBlink537.36 (@183147)JavaScriptV8 3.28.71.15
Thanks
Hi,
I got the same problem but I have solved it. Looking at this page (http://stackoverflow.com/questions/23921891/the-soundcloud-wordpress-plugin-generates-mixed-content-errors-when-viewing-page) I came up with the following modification.
Added a trailing slash after http://w.soundcloud.com/player. Line number 170 of file soundcloud-shortcode.php (folder wp-content/plugins/soundcloud-shortcode)
function soundcloud_iframe_widget($options) {
// Build URL
$url = 'https://w.soundcloud.com/player/?' . http_build_query($options['params']);
I hope this helps others!
YES!!!! This worked – thanks so much xxx