How To Upload & Embed Videos
Last updated
Last updated
This guide will walk you through the process of uploading and embedding videos on your websites.
If you've used our API to upload videos, you'll receive a channelKey
in the upload response. This channelKey is essential for creating a video embed code on your HTML page.
Follow these steps:
First things first, ensure that DynTube's script finds its way into the <head> section of your webpage.
Add a <div>
element with the attribute data-dyntube-key
and set its value to the channelKey.