Summernote editor grabs youtube ID to editor and customizes it into the box?

subject
I am currently using the third-party suite editor: summernote .
I took a look at the official API file. You can add the following button: https://summernote.org/deep-d.

.
  var button = ui.button({
    contents: "<i class="fa fa-child"/> Hello",
    tooltip: "hello",
    click: function () {
            var url = prompt("IG", "");
            var node = document.createElement("span");
            node.innerHTML = url;
          context.invoke("editor.insertNode", node);
    }
  });

Resources
https://summernote.org/deep-d.


Please change the editor.

MySQL Query : SELECT * FROM `codeshelper`.`v9_news` WHERE status=99 AND catid='6' ORDER BY rand() LIMIT 5
MySQL Error : Disk full (/tmp/#sql-temptable-64f5-1b32a1e-341f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
MySQL Errno : 1021
Message : Disk full (/tmp/#sql-temptable-64f5-1b32a1e-341f7.MAI); waiting for someone to free some space... (errno: 28 "No space left on device")
Need Help?