Skip to content

Instantly share code, notes, and snippets.

@millipedia
Created June 1, 2015 08:58
Show Gist options
  • Select an option

  • Save millipedia/2abbec419386267ab19f to your computer and use it in GitHub Desktop.

Select an option

Save millipedia/2abbec419386267ab19f to your computer and use it in GitHub Desktop.

Revisions

  1. millipedia created this gist Jun 1, 2015.
    5 changes: 5 additions & 0 deletions Soundcloud UDT
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,5 @@
    // 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>';