static S youtubeEmbed(S youtubeID) { ret hEmbedYoutube(youtubeID); } static S youtubeEmbed(S youtubeID, int w, int h) { ret hEmbedYoutube(youtubeID, w, h); } static S youtubeEmbed(S youtubeID, int w, int h, S text) { ret hEmbedYoutube(youtubeID, w, h, text); }