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

s3bubble-javascript

Package Overview
Dependencies
Maintainers
1
Versions
46
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

s3bubble-javascript

Main S3Bubble JS Library

  • 1.4.5
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

S3Bubble JavaScript Library

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

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

Keywords

FAQs

Package last updated on 24 May 2019

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