Skip to content

Instantly share code, notes, and snippets.

@egoist
Created November 25, 2014 09:55
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 egoist/1bc71612ea13d944370e to your computer and use it in GitHub Desktop.
Save egoist/1bc71612ea13d944370e to your computer and use it in GitHub Desktop.
if(strpos($text, 'www.xiami.com')){
$text = preg_replace('/http:\/\/www.xiami.com\/song\/([a-zA-Z0-9\=]+)?/', '<iframe src="//inmusic.sinaapp.com/xiamiplayer/\1" frameborder="0" scrolling="0" width="420" height="200" allowtransparency></iframe>', $text);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment