wiki:embedding_soundcloud_players

SoundCloud Player Embedding

The iframe plugin makes it possible to embed SoundCloud players on Audiobus Wiki pages.

  • Go to the track's SoundCloud page and click on the share icon
  • Click on the the Embed tab
  • Copy the embed code which will look something like:
<iframe width="100%" height="300" scrolling="no" frameborder="no" allow="autoplay" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/605590776&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true"></iframe>
  • Carefully copy the text starting with https: and ending with the character that precedes the final quotation mark character
  • Create an almost empty iframe tag by typing {{url> 400,140}}
  • 400, 140 specify the width and height of the player. You can adjust these values
  • Set the insertion point after the > sign
  • Paste in the text that you copied earlier
  • You should now have something like this:
{{url>https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/605590776&color=%23ff5500&auto_play=false&hide_related=false&show_comments=true&show_user=true&show_reposts=false&show_teaser=true&visual=true 400,140}}

Preview your page and you should see a SoundCloud Player such as the one below:

  • wiki/embedding_soundcloud_players.txt
  • Last modified: 2020/02/07 06:57
  • by _ki