Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

11
LINES

< > BotCompany Repo | #1003255 // youtubeEmbed - synonym of hEmbedYoutube

JavaX fragment (include)

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);
}

Author comment

Began life as a copy of #1003254

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1003255
Snippet name: youtubeEmbed - synonym of hEmbedYoutube
Eternal ID of this version: #1003255/3
Text MD5: 1187557ce19ba934ef7143a79589daeb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-04-23 22:57:52
Source code size: 278 bytes / 11 lines
Pitched / IR pitched: No / No
Views / Downloads: 499 / 504
Version history: 2 change(s)
Referenced in: [show references]