Skip to content

Installation

Quick Start

Installing via Package Managers

Terminal window
npm i @social-embed/lib

Using a CDN

For environments that support ES modules from remote sources (e.g., online sandbox environments), you can import the library directly:

import { getYouTubeIdFromUrl } from "https://www.unpkg.com/@social-embed/lib?module";

Where to Next?

  • Head over to the Playground section to explore demos and examples.