Embed Tubonics

Choose panels, copy the snippet, or read the JavaScript API.

Panels

panels = caption, speed, controls

<div id="tubonics-embed"></div>
<script src="http://localhost:3000/embed.js"></script>
<script>
  function onTubonicsReady() {
    var player = Tubonics.mount("tubonics-embed", {
      width: 640,
      panels: ["caption","speed","controls"]
    });
    player.search("こんにちは", { lang: "japanese" });
  }
</script>

Live preview