Embed the player

Drop a single snippet on your storefront and you are live.

5 min readUpdated Apr 3, 2026

The player embed is a lightweight script that mounts a Buuse video container anywhere on your page. It works on any framework: server-rendered, SPA, or static.

Where to place the embed

Add it once on the page where you want the player to appear. For storefronts, that is usually the home page or a product page. The script reads a data-show attribute to figure out which show to load.

Snippet

<div data-buuse-show="YOUR_SHOW_ID"></div>
<script async src="https://cdn.buuse.co/embed.js"></script>

Responsive behavior

The container fills 100% of its parent width. Set a max-width on the parent to control how large the player gets. The player keeps a 9:16 aspect ratio by default.

Was this article helpful?
Related articles