All Collections
Integration & APIs
How to use Zoom within webinar.net?
How to use Zoom within webinar.net?
Updated over a week ago

You will need to integrate Zoom with webinar.net in order to take advantage of the features of Zoom.

The easiest way to integrate Zoom with webinar.net is through HTML code.

Note. Currently this feature is supported only on Firefox. For support across multiple browsers, we encourage you to add Zoom meetings as a resource link and have meetings open in a new tab.

In the Components menu select HTML.


Paste the following code, replacing {meeting-id} with your meeting ID

<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://zoom.us/wc/join/{meeting-id}"
frameborder="0"></iframe> </div>

into HTML Content area as shown below.


Click Save.

After you save, select the Properties component in the top right corner and select Show on Launch to ensure the component displays.


For further assistance, contact us through chat or send us an email at support@webinar.net.

Did this answer your question?