static S embedYoutubeWithoutLink(S youtubeID) { ret embedYoutubeWithoutLink(youtubeID, 300, 250); } static S embedYoutubeWithoutLink(S youtubeID, int w, int h) { youtubeID = extractYouTubeID(youtubeID); ret "".replace("{*}", youtubeID); }