'; $src = 'http://video.google.com/googleplayer.swf?docId=' . $match[1]; } // default width should be 400 unless the theme's content width is smaller than that global $content_width; $default_width = intval( !empty( $content_width ) ? min( $content_width, 400 ) : 400 ); $height = intval( 0.825 * $default_width ); $src = esc_attr( $src ); return ""; } add_shortcode( 'googlevideo', 'googlevideo_shortcode' );