function sahaha_youtube_lazy_shortcode($atts, $content = null) { $atts = shortcode_atts(array( 'id' => '', ), $atts); $id = trim($atts['id']); // Nếu không có id thì lấy từ link if (empty($id) && !empty($content)) { $url = trim(strip_tags($content)); if (preg_match('/youtu\.be\/([a-zA-Z0-9_-]{11})/', $url, $matches)) { $id = $matches[1]; } elseif (preg_match('/youtube\.com\/watch.*[?&]v=([a-zA-Z0-9_-]{11})/', $url, $matches)) { $id = $matches[1]; } elseif (preg_match('/youtube\.com\/embed\/([a-zA-Z0-9_-]{11})/', $url, $matches)) { $id = $matches[1]; } } if (empty($id)) { return ''; } $id = esc_attr($id); return '
We will call you back in 5 minutes.