Gathering detailed insights and metrics for youtube-embed-video
Gathering detailed insights and metrics for youtube-embed-video
Gathering detailed insights and metrics for youtube-embed-video
Gathering detailed insights and metrics for youtube-embed-video
embed-video
Get embed code for embedding youtube/vimeo/whatever video in websites from URL or ID
gatsby-remark-embed-video
Embed Videos (Youtube, Vimeo, VideoPress) in Gatsby via Markdown
get-video-id
Get the YouTube, Vimeo, Vine, VideoPress, TikTok, Microsoft Stream, Loom or Dailymotion video id from a url or embed string.
ng-youtube-embed
AngularJS module to embed Youtube videos with support for Youtube player parameters and JavaScript API for iframe embeds. Superlight (less than 5KB) and easy to use! Supports Youtube video URLs and IDs. No 3rd party JS dependencies.
React component to embed Youtube video on the web page.
npm install youtube-embed-video
Typescript
Module System
Node Version
NPM Version
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
MIT License
16 Stars
50 Commits
3 Forks
1 Watchers
8 Branches
1 Contributors
Updated on May 24, 2023
Latest Version
1.2.1
Package Id
youtube-embed-video@1.2.1
Unpacked Size
17.59 kB
Size
6.90 kB
File Count
11
NPM Version
6.9.0
Node Version
12.1.0
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
21
React component to embed Youtube video on web page.
Simply install and import component like below code:
yarn add youtube-embed-video
1import React from "react"; 2import ReactDOM from "react-dom"; 3import YoutubeEmbedVideo from "youtube-embed-video"; 4 5ReactDOM.render(<YoutubeEmbedVideo videoId="RnDC9MXSqCY" suggestions={false} />, document.getElementById("app"));
Above code will load a Youtube video from LEGO® Red Can Break It Down.
Props are same as Youtube options for embedding a video.
videoId
Youtube video ID parameter, it's RnDC9MXSqCY
in this Youtube link. Required
.
autoplay
Make an embedded video play automatically. Default: false
suggestions
Show suggested videos when the video finishes. Default: true
controls
Show player controls. Default: true
showInfo
Show video title and player actions. Default: true
enhancedPrivacy
Enable privacy-enhanced mode. Default: false
width
Player width in px. Default: 560
height
Player height in px. Default: 315
size
Pre-defined video sizes same as Youtube options. size
will override width
and height
values. Available size values are small
, medium
, large
, and largest
.
yarn start
from examples
folderhttp://localhost:8080
Copyright ©2018 Tien Do.
MIT License.
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
license file detected
Details
Reason
0 commit(s) and 0 issue activity found in the last 90 days -- score normalized to 0
Reason
Found 0/18 approved changesets -- score normalized to 0
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
security policy file not detected
Details
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Reason
103 existing vulnerabilities detected
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More