'', 'width' => 600, 'height' => 400 ), $atts ); // Embed code $embed_code = sprintf( '', esc_url( 'https://live.amcharts.com/' . $atts['id'] . '/embed/' ), esc_attr( $atts['width'] ), esc_attr( $atts['height'] ) ); // Return embed code return $embed_code; } add_shortcode( 'amcharts', 'amcharts_shortcode' );