All Collections
General
Can I embed the webinar playback page on my own website?
Can I embed the webinar playback page on my own website?
Corey avatar
Written by Corey
Updated over a week ago

The short answer is yes.

For now, you can just use this iframe to host the webinar playback page on your site. In future, we will have a way to show the webinar playback page on your own website with an easier way and more features.

First, grab the webinar playback url from your event dashboard:

Your link will look something like this

https://joinnow.live/a/123abc

Now, take this code, make sure to replace what you see after <iframe src=" with the url that you got the above way

<iframe src="https://joinnow.live/a/123abc" style="border:0px #ffffff none;" name="myiFrame" scrolling="no" frameborder="1" marginheight="0px" marginwidth="0px" height="1400px" width="100%" allowfullscreen></iframe>


This will embed the webinar page with video, chats and calls to action (if you are using any), but it will show you a login screen where you have to enter name and email to log into the webinar page.

Did this answer your question?