Soundcloud Widget API how to change the playlist? - soundcloud

How can I modify the current Soundcloud Widget API so I can listen to some other playing or track?

Use the 'load' method described here
https://developers.soundcloud.com/docs/api/html5-widget

Related

Embed a web page as a Widget inside Flutter for Web application (similar to iframe)

I'm basically looking for a widget that works on Flutter for Web that allows you to embed a website as a widget inside an application.
This relates to Embedded Youtube video widget disappears while the web page (created by Flutter for Web) is scrolled up or down
you need to use IFrameElement.
here you can find a good explanation of how to do it.

Update Playlist Image Deezer API

Is it possible to update a playlist artwork image thanks the Deezer API ?
There's no specific information on how do that here => https://developers.deezer.com/api/playlist
Unfortunately it is not possible to update the playlist artwork with the Deezer API.
The only solution is to use the front website https://www.deezer.com/fr/playlist/(playlist_id) --> Edit button

Is it possible to feed the Soundcloud widget a list of song track IDs?

Is it possible to feed the Soundcloud widget a list/array of song IDs, or do I need to listen for specific events and load them in that way?
sure, you can.
next time, pls come up with code.
docs:
https://developers.soundcloud.com/docs/api/html5-widget
playground:
https://w.soundcloud.com/player/api_playground.html
(i guess in the playground example you will find a list example, favs from user with id 1539950)

How to make widgets that show in facebook comments

I wondered if anyone know how soundcloud has been able to create a widget that plays directly in posts and comments on facebook?
Is this done via a specific deal they made with facebook, or is there actually a way to create a widget display when a certain type of link is shared?
Any insight on how this works would be great.
Thanks.
read the FB documentation on open graph - og:video tag.
facebook allows to show SWF inside the posts/comments. So all you need is to create a flash player for your content.

Integrate an iframe in user status

Exploring the obscur posts on this forum, I didn't found any convenient answer. I'm developping a player widget in HTML5 and I'd like to add a "share" functionality which would display, in the same way than soundcloud does for ex, in the user's status, the playable widget and not only a link. I would like it fully playable in the status update. Is it possible to publish an iframe in the status and not only a text/link... ?