Skip to content

Instantly share code, notes, and snippets.

@Cameron-D
Last active December 25, 2015 10:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Cameron-D/6962600 to your computer and use it in GitHub Desktop.
Save Cameron-D/6962600 to your computer and use it in GitHub Desktop.

Regular Expression:

\[soundcloud\](https?:\/\/(www\.)?soundcloud\.com\/[a-z0-9\-\/]*)\[/soundcloud\]

Replacement:

<iframe src="http://w.soundcloud.com/player/?url=$1" width="100%" height="166" scrolling="no" frameborder="no"></iframe>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment