Because Conferences i/o is a web-based platform, you can easily embed our application in another website. 


TABLE OF CONTENTS


Embedding Conferences i/o

  1. Find the exact page to embed and copy the URL

    It could be a session dashboard (where people can ask questions), a poll, or something else entirely.

  2. Add an HTML iframe to to the website's HTML


    Example:

    <iframe 
    	src="https://help.cnf.io/sessions/mkta/#!/polls/cr6s" 
    	style="width: 100%; max-width: 400px; height: 600px;">
    </iframe>

      

    There are two things to note in this example:

    • First, you just need to replace help.cnf.io with your URL

    • Second, this example has a customized size of 600px by 400px. You may want to adjust the size to fit in your website accordingly Without the size stylings, the browser will assign defaults that might not be friendly to the display of the embedded page.
       

  3. Test the webpage

    Live example:


    If everything looks good, then you're done.



Useful notes about Conferences i/o and iframes

  • Because our cloud application runs exclusively on HTTPS, iframe embeds will work on HTTPS domains.
  • When testing, remember that your status carries over to the iframe. If you're signed in as an administrator or moderator in the same browser, that status will be inherited by the iframe. So you might want to test in a new browser.