Stories Widget

Integrate Stories Widget SDK in Plain HTML

Published on August 20, 2025

1. Introduction

Just add the SDK script with your Organization ID as the script id. No extra code or container needed.

2. Prerequisites

  • A static site / HTML hosting
  • Organization ID
  • SDK URL, e.g. https://cdn.usemevo.com/story-sdk.min.js

3. Step-by-Step Instructions

<!doctype html>
<html lang="en">
  <head>
    <meta charset="utf-8" />
    <meta name="viewport" content="width=device-width, initial-scale=1" />
    <title>My Site with Stories</title>
  </head>
  <body>
    <h1>Welcome</h1>
    <script src="https://cdn.usemevo.com/story-sdk.min.js" id="YOUR_ORG_ID" defer></script>
  </body>
</html>

4. Verification

  • Open the page in a browser; the story widget should appear.

5. Troubleshooting

  • If nothing shows, check network errors in DevTools for the script and confirm your Organization ID.
  • Mobile-only setups will not display on desktop widths; resize or test on a device.
  • Use HTTPS and correct CSP for cross-domain scripts.

Add Stories to Any HTML Page

Drop in a script and get an instant stories experience.

Get started