Thursday, December 1, 2022

[FIXED] How to embed Soundcloud in HTML?

Issue

I want to embed a sound cloud in my html and below is link of the track file.

https://soundcloud.com/aviciiofficial/preview-avicii-vs-lenny

How to make this display in my webpage like embedding YouTube video?


Solution

Open the https://soundcloud.com/aviciiofficial/preview-avicii-vs-lenny link in browser and in page there is a share button, click it and popup will load and in there click embed tab and copy the code

use

<iframe width="100%" height="450" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/41395010&amp;auto_play=false&amp;hide_related=false&amp;show_comments=true&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>


Answered By - Tamil Selvan C
Answer Checked By - Clifford M. (PHPFixing Volunteer)

No comments:

Post a Comment

Note: Only a member of this blog may post a comment.