Skip to content

Instantly share code, notes, and snippets.

@Cameron-D
Last active December 25, 2015 10:38
Show Gist options
  • Select an option

  • Save Cameron-D/6962600 to your computer and use it in GitHub Desktop.

Select an option

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