5 lines
257 B
Plaintext
5 lines
257 B
Plaintext
|
macro.youtube.HTML = "<div class=\"video\">\n<span class=\"vspan\"></span>\n" \
|
||
|
"<iframe src=\"https://www.youtube.com/embed/\1\"" \
|
||
|
"frameborder=\"0\" allowfullscreen>\n" \
|
||
|
"</iframe></div>\n"
|