Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@wistia/wistia-player

Package Overview
Dependencies
Maintainers
2
Versions
106
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@wistia/wistia-player

An embeddable wistia-player web component to add responsive, lightweight, and SEO-friendly videos to your site.

  • 0.0.0-alpha.12
  • npm
  • Socket score

Version published
Weekly downloads
12K
decreased by-6.75%
Maintainers
2
Weekly downloads
 
Created
Source

Wistia Player Web Component

<wistia-player> is Wistia’s player as a lightweight, easy to use web component.

Getting started

npm install @wistia/wistia-player

Usage

Simple player

The only required attribute is media-id, the ID of the video media that will be embedded.

import '@wistia/wistia-player';

<wistia-player media-id="abc123"></wistia-player>

Player with embed options

import '@wistia/wistia-player';

<wistia-player
  media-id="abc123"
  player-color="#1e64f0"
></wistia-player>

Keywords

FAQs

Package last updated on 01 Feb 2024

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc