> For the complete documentation index, see [llms.txt](https://docs.vintcer.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.vintcer.com/wistia-video.md).

# Wistia Video

Login into your Wistia Account- <https://secure.wistia.com/login>

Open the Video that you want to add into your Website.

Click on the Video Action and choose Embed & Share.

![](/files/-LBultXQGLEfUzrEtQvx)

Now, copy the Video Embed code using Copy Button

![](/files/-LBum8HpFjlyrNbP5TuO)

Here is a Example Embed code:-

```markup
<script src="https://fast.wistia.com/embed/medias/r65t3l8mgb.jsonp" async></script>
<script src="https://fast.wistia.com/assets/external/E-v1.js" async></script>
<div class="wistia_responsive_padding" style="padding:56.25% 0 0 0;position:relative;">
<div class="wistia_responsive_wrapper" style="height:100%;left:0;position:absolute;top:0;width:100%;">
<div class="wistia_embed wistia_async_r65t3l8mgb videoFoam=true" style="height:100%;position:relative;width:100%">
<div class="wistia_swatch" style="height:100%;left:0;opacity:0;overflow:hidden;position:absolute;top:0;transition:opacity 200ms;width:100%;">
<img src="https://fast.wistia.com/embed/medias/r65t3l8mgb/swatch" style="filter:blur(5px);height:100%;object-fit:contain;width:100%;" alt="" onload="this.parentNode.style.opacity=1;" />
</div></div></div></div>
```

After copying the Embed code, Go back to your website editor and Add a RAW element by adding section first. (Click on the blue colored + button to add a section).

![](/files/-LBuk9MEe27aPD27srZS)

Now, choose RAW element.

![](/files/-LBukdLSkvy23UxWxGVe)

Click on the Raw element to open the code editor. (Don't worry, you don't need any programming skills 😃)

![](/files/-LBukrE89CYUhG0zd1He)

Click on Edit RAW

![](/files/-LBulAwMoHtFTKhX2i2q)

Paste the Embed code into the Code editor and click save.

![](/files/-LBumqXhA-4ShUkUEqyw)

That's it. Publish your website and Video will be available on your website.&#x20;

You can customize Background and embed size etc from Settings.

![](/files/-LBunLkOZiKsxKIS9mTb)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.vintcer.com/wistia-video.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
