Videos are a powerful way to showcase your cause, highlight impact, and increase conversions. In Payments2us Studio, you can add videos directly into your donation or thank you pages using built-in widgets or a custom embed layout.Â
📹 Add a Video Using Widgets
- Open your page in the Page Builder
- Go to the Widgets tab
- You’ll see two video options:
- YouTube Video – Adds a thumbnail that opens your video in a new browser tab
- Video – Plays the video inline on your page
- Drag the desired widget into a section of your page
- Click Add a video url and paste your YouTube or video URL into the settings panel
✅ Use the Video widget if you want the video to play directly on your page
✅ Use the YouTube Video widget for simpler performance and cleaner page speed


💡 Want to Embed a YouTube Video Inline with Custom Layout?
If you want to display a video inline next to text or in a more styled layout (like the example shown), follow these steps:
- In the Layouts tab, drag in a Content layout block
- Inside the block, click the imageÂ

- Click the
<>
(code) button to open the HTML editor - Replace the existing HTML with the following snippet:
<div style="width: 100%; min-width: 300px; max-width: 800px;">
<div style="position: relative; width: 100%; overflow: hidden; padding-top: 56.25%;">
<p>
<iframe
style="position: absolute; top: 0; left: 0; right: 0; width: 100%; height: 100%; border: none;"
src="https://www.youtube.com/embed/1JaYaf9xROE?si=rB2_pXA6Xnk8OHsy
width="560" height="315"
allowfullscreen="allowfullscreen"
allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture">
</iframe>
</p>
</div>
</div>

- Replace the
src
URL (https://www.youtube.com/watch?v=IfEcTTeuLgc
) with your own YouTube video iframe embed link.Â- To get it, go to your video on Youtube, then click Share, then select Embed
- Copy the link there

- Click Save
