react-soundcloud-widget
react-soundcloud-widget copied to clipboard
react.js powered SoundCloud player component
I tried to use the widget providing as url prop all different urls on the /tracks soundcloud API https://developers.soundcloud.com/docs/api/reference#tracks and I couldn't make it work what is expecting on url...
This line https://github.com/troybetz/react-soundcloud-widget/blob/master/src/SoundCloud.js#L119 is causing lots of 404 errors to be dumped to console: ``` src="https://w.soundcloud.com/player/?url=" ``` You need to open `IFRAME` with some other URL that is more safe.
Warning: Accessing PropTypes via the main React package is deprecated. Use the `prop-types` package from npm instead.
This addresses issue #12 . I have not written any new tests for this PR but the current tests pass for me. LMK if you'd like me to add a...
The Soundcloud Widget API allows a callback function to be specified in widget opts that is fired when the widget is loaded and ready. Invaluable for any interactions between React...
Link from readme http://troybetz.com/react-soundcloud-widget/ returns 404