Live transcript widget
An embeddable transcript widget for live captions
Overview
The Live Transcript Widget provides a scrollable, searchable transcript for live video streams. It can be embedded on any webpage with a simple JavaScript snippet.
Embedding the widget
To add the Live Transcript Widget to a webpage, insert the following:
<script src="https://cdn.captionhub.com/live/transcript-widget.js"></script>
<script>
document.addEventListener('DOMContentLoaded', (_event) => {
window.liveTranscriptWidget({ id: "example-id" });
});
</script>
You will also find this embed code pre-filled with your project id on a live project page in the ‘Transcript widget’ tab

Did this answer your question?
😞
😐
🤩