Skip to content

Instantly share code, notes, and snippets.

@milohuang
Created July 23, 2013 02:19
Show Gist options
  • Save milohuang/6059364 to your computer and use it in GitHub Desktop.
Save milohuang/6059364 to your computer and use it in GitHub Desktop.
snipt
// add support for snipt.net
function snipt_shortcode( $atts, $content = null ) {
return "<script type='text/javascript' src='http://snipt.net/embed/" . $content . "'></script>";
}
add_shortcode( 'snipt', 'snipt_shortcode' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment