Here are two methods for adding a video from YouTube or Vimeo to your web page:
Method 1: iFrame
Step 1: Get the URL
Go to the YouTube url > click the Share button > then click the Embed button & copy only the link portion. The link will look like this: https://www.youtube.com/embed/B1CPE6WWsAQ
Step 2: Create an iFrame
On your site, in the section to which you'd like to add the video, click Edit Section and select the globe/iFrame icon in the CKeditor
Paste the video url you copied in Step 1 into the iFrame popup and save. You can adjust the size of the iFrame if you like (measured in pixels). Note that the content area of most ShulCloud pages is approximately 600-850 pixels wide. Don't hesitate to experiment with the iFrame size - you can always readjust if you don't like the results!
Method 2: HTML
If you prefer (or if all you have is the video's code, rather than the url), you can add the code from YouTube or Vimeo to your page's HTML code.
Step 1: Get the Code
Find the video you plan to use on either YouTube or Vimeo, and click Share (usually found just underneath the video frame). Click Embed, and copy the code that appears.
Step 2: Add the Code to Your Site
On your site, in the web page and section to which you'd like to add the video, click Edit Section and select the Source Code icon (<>) in the CKeditor
Paste the embed code into the source. You can adjust the width and height of your video to fit your page by entering your own dimensions directly into the code. Click OK to save.