Skip to content

Instantly share code, notes, and snippets.

@millipedia
Created June 1, 2015 08:58
Show Gist options
  • Save millipedia/2abbec419386267ab19f to your computer and use it in GitHub Desktop.
Save millipedia/2abbec419386267ab19f to your computer and use it in GitHub Desktop.
// tag for a soundcloud html5 player
$scCode=$params['code'];
echo '<iframe width="100%" height="132" scrolling="no" frameborder="no" src="https://w.soundcloud.com/player/?url=https%3A//api.soundcloud.com/tracks/' . $scCode . '&amp;auto_play=false&amp;hide_related=true&amp;show_comments=false&amp;show_user=true&amp;show_reposts=false&amp;visual=true"></iframe>';
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment