Objective
- How to Iframe Zoom on a Thinkific Site Page
- Can I embed Zoom on my Thinkific site?
Solution
To embed a Zoom meeting page on your Thinkific site:
- Add a Text & Media Site Builder Section to a Thinkific site page in Site Builder
- Copy this code: <div class="iframe-container" style="overflow: hidden; padding-top: 56.25%; position: relative;"> <iframe allow="microphone; camera" style="border: 0; height: 100%; left: 0; position: absolute; top: 0; width: 100%;" src="https://success.zoom.us/wc/join/{meeting-id}" frameborder="0"></iframe> </div>
- Replace the entire URL between the quotation marks, in the code above, with your Zoom Join URL
- Click the Code View </> button, in the Text Editor, in the Text & Media Site Builder Section
- Paste your code
- Click the Code View </> button
- Click Save
This code will embed the Launch Meeting page from Zoom on your Thinkific site. Students may also see a pop-up to Open Zoom Meetings when viewing pages with Zoom embedded using this method.
Important Considerations
- It's always best practice to test embedded content and meeting links well ahead of a scheduled webinar in case links or Zoom meeting settings need to be adjusted.
- Some platforms like Google Hangouts and Whereby are not iframeable. We suggest testing your embedded content to ensure it's working as expected.