Getting Started
Hippo Video is a REAL video solution for every business. Hippo Video is a Personalized Video Experience Platform that helps you easily create videos, personalize, and distribute them through multiple channels.
With Hippo Video, you can get a complete video experience. Use videos for every business,
Let’s get started quickly,
Welcome to the getting started guide for Hippo Video. This article gives you a quick overview of the features and their purpose for having it. This way, you can quickly scan the screen in just a few minutes.
As soon as you log in to Hippo Video as a new user, you’ll be redirected to this getting started screen.
Follow the steps below to setup your site with Hippo Video SDK:
- SDK can be imported as an NPM package or via CDN link
To install via NPM:
npm install @hippovideo/video-sdk@latest
To add via CDN:
Add the following CDN links to the <head> tag in your website:
Script to include required SDK Widget methods
<script type="module" src="https://unpkg.com/@hippovideo/video-sdk@latest/app/hv_recorder.js"></script>
Script to include required CSS Styles
<link rel="stylesheet" href="https://unpkg.com/@hippovideo/video-sdk@latest/app/hv_recorder.css"/>