Start a DiscussionOld revisionsBacklinksBack to top This page is read only. You can view the source, but not change it. Ask your administrator if you think this is wrong. ====== SoundCloud Player Embedding ====== The iframe plugin makes it possible to embed SoundCloud players on Audiobus Wiki pages. ===== How to Embed SoundCloud Players ===== * 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 <nowiki>{{url> 400,140}}</nowiki> * 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: {{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}} {{tag> wiki_authoring}} wiki/embedding_soundcloud_players.txt Last modified: 2020/02/07 06:57by _ki