Skip to content

s3bubble/s3bubble

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

95 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

S3Bubble JavaScript Library

Here you can download the JavaScript library to use within your own projects.

If you need help setting up secure DRM streaming please contact us at S3Bubble

Getting Started

Add s3bubble.min.js & s3bubble.min.css to your page

Make sure you add your website to your S3Bubble account in the dashboard.

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta name="viewport" content="width=device-width">
  <title>S3Bubble Demo</title>
  <link rel="stylesheet" href="https://unpkg.com/s3bubble-javascript/s3bubble.min.css" />
</head>
<body>
  <div class="s3bubble" data-code="enter-your-code-here"></div>
  <script src="https://unpkg.com/s3bubble-javascript/s3bubble.min.js"></script>
</body>
</html>

You can use unpkg.com hosted versions

<link rel="stylesheet" href="https://unpkg.com/s3bubble-javascript/s3bubble.min.css" />
<script src="https://unpkg.com/s3bubble-javascript/s3bubble.min.js"></script>

Latest Release

Download

Live Examples

S3Bubble Official Documentation

Change Log