Skip to main content
All CollectionsIntegrations
Embed your Krowden sessions on your own website
Embed your Krowden sessions on your own website

Do you want to keep everything on one website? Insert a simple code to add the Krowden sessions page (krowden.com) on your own page

Updated over a week ago

Embed script to display Krowden:

<script src="https://cdn.iseated.com/assets/js/iframe.js" type="text/javascript"></script>

<script type="text/javascript">jQuery(function(){jQuery('<style>#ntables_container iframe{width:100%;height:100%;border:0px;}</style>').appendTo('head');});</script>

<div id="ntables_container" data-url="https://{{eventname}}.krowden.com/" style="width: 100%; height:1800px;" data-sidebar="show" allow="camera; microphone; fullscreen; speaker"><iframe src="https://{{eventname}}.iseated.com/?iframeSidebar=show" allow="fullscreen; microphone; camera; accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture; display-capture; speaker" style="width: 100%; height: 100%; border: 0px;"></iframe></div>

How to get attendees automatically logged in at my own website where the script is visible - Make sure that you replace {{eventnamehere}} with your event name in the script

In Krowden emails, include the exact link to your website (with visible code) & include ?token=[token] so for example www.thisismywebsite.com/roundtablesignup?token=[token].

Example:ย 

Did this answer your question?