Socket
Socket
Sign inDemoInstall

@wistia/wistia-player

Package Overview
Dependencies
Maintainers
0
Versions
74
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 and React wrapper to add responsive, lightweight, and SEO-friendly videos to your site.


Version published
Weekly downloads
14K
decreased by-10.87%
Maintainers
0
Weekly downloads
 
Created
Source

⚠️ Note: This package is in active development. Updates may unexpectedly introduce breaking changes. Use in production at your own risk.

🚧 Note: The React Wrapper has been removed from this package. To use the new React Wrapper, please use @wistia/wistia-player-react.

Wistia Player Web Component

<wistia-player> is Wistia's embeddable web component which can be used to add responsive, lightweight, and SEO-friendly videos to your site.

Getting started

npm install @wistia/wistia-player

Simple player

The only required attribute is media-id, the ID of the 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 25 Sep 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