Skip to content

Instantly share code, notes, and snippets.

@creativewild
Created June 3, 2015 14:32
Show Gist options
  • Save creativewild/71a56102b60c48d44b1a to your computer and use it in GitHub Desktop.
Save creativewild/71a56102b60c48d44b1a to your computer and use it in GitHub Desktop.
fix to add after line 32
'\[video\]([\S\s]+?)\[/video\]' => '<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/\1"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/v/\1" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>',
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment