How to Embed a Video Widget to an InSales Website: Step-by-Step Guide
Introduction
Video is a great way to showcase products and demonstrate them in action — visitors stay on the site ~2.5 times longer than with regular text. Video content builds more trust with customers and helps you stand out from competitors. If you want to increase engagement and sales, be sure to try adding video widgets to your InSales website.
Why a Video Widget Will Make Your InSales Website More Effective
- 🧲 Attention-grabbing — video helps keep visitors on the site ~2.5 times longer compared to regular text
- 📈 Conversion growth — websites with video can increase conversion by ~60%
- ⏱️ SEO benefits — video content increases time on page, which can improve search rankings
- 🎬 Easy to understand — video makes complex information clearer, which is especially important when demonstrating products and services
- 🤝 Trust-building — video content creates a sense of personal contact, increasing customer loyalty and confidence
Ways to Add Video to InSales
Manual Embedding via Code
This method is suitable if you know how to work with HTML and have access to edit InSales templates. Here's a brief guide on how to manually embed video on a page:
- Open the template or page where you want to place the video.
- On the video hosting platform (e.g., YouTube), click "Share" under the desired video and select "Embed". Copy the provided iframe code.
<iframe width="560" height="315" src="https://www.youtube.com/embed/%VIDEO_ID%" frameborder="0" allowfullscreen></iframe>
- To ensure the video displays correctly on all devices, wrap the iframe in an adaptive container:
<div style="position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden;"> <iframe style="position: absolute; top: 0; left: 0; width: 100%; height: 100%;" src="https://www.youtube.com/embed/%VIDEO_ID%" frameborder="0" allowfullscreen></iframe> </div>
- ✅ Pros: full control over the result, no third-party dependencies.
- ❌ Cons: requires programming knowledge, difficult to maintain.
Using Apps and Modules
In InSales, there are ready-made apps and modules to extend functionality, including adding videos to store pages. These solutions allow you to embed videos from popular platforms like YouTube or RUTUBE, as well as use your own files — all without manually editing the site's code.
- ✅ Pros: easy installation, minimal technical knowledge, quick integration.
- ❌ Cons: sometimes limited functionality, potential conflicts with other plugins.
Adding via a No-Code Platform
WEBSET allows you to place video widgets on your InSales website without programming. Simply add the WEBSET installation code to your site once — after that, you can manage all widgets through your account, adding new videos in just a few clicks.


- Sign up on the platform → copy the installation code from your account
- Log in to the InSales admin panel
- Open the "Design" → "Files and Templates" section
- Find the desired template and insert the WEBSET installation code before the closing </head> tag
- Save the changes
Frequently Asked Questions (FAQ)
- Can I add multiple video widgets to one page?
Yes, you can place as many video widgets as needed on one page. This is convenient for showcasing different products, customer reviews, or instructions directly on the product card or service description. - Will the video widget work on mobile devices?
WEBSET video widgets automatically adapt to mobile devices. Videos are displayed correctly on smartphones and tablets without additional configuration. - Does embedding videos affect website loading speed?
Videos embedded via widgets or hosting services usually load only when the page is viewed by the user, minimally affecting site speed. For optimization, it is recommended to use videos from popular hosting platforms and monitor file sizes.