static S youtubeEmbed_newer(S youtubeID) { ret embedYoutube_newer(youtubeID); } static S youtubeEmbed_newer(S youtubeID, int w) { ret embedYoutube_newer(youtubeID, w, null); } static S youtubeEmbed_newer(S youtubeID, int w, int h) { ret embedYoutube_newer(youtubeID, w, h, null); }