I’m using jQuery fancybox http://fancyapps.com/fancybox/ for soundcloud tracks in my web application where it is not working. Here is the jsfiddle http://jsfiddle.net/QNHN5/106/
The soundcloud url is http://w.soundcloud.com/player/?url=https://api.soundcloud.com/tracks/53816732&show_artwork=true
It shows this error
The requested content cannot be loaded.
Please try again later.
Could anyone tell me the mistake I’ve done?
Thanks!
Since you are opening an external site, fancybox should be opened in
iframemode.You either add the class
fancybox.iframeto your selector likeor add
type: "iframe"to your fancybox script options