Sorry, we didn't find any relevant articles for you.

Send us your queries using the form below and we will get back to you with a solution.

How to add a video to your Studio page

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

  1. Open your page in the Page Builder
  2. Go to the Widgets tab
  3. You’ll see two video options:
  4. YouTube Video – Adds a thumbnail that opens your video in a new browser tab
  5. Video – Plays the video inline on your page
  6. Drag the desired widget into a section of your page
  7. 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

Updated at July 11th, 2025

Was this article helpful?