Question

How to set Questions as the default tab on the embedded web view?

  • 30 November 2020
  • 1 reply
  • 231 views

At current time, if there is Q&A and Polls enabled, when the Slido panel loads, the Polls tab is displayed as default. I am unable to find any information on how to change it so that Q&A is displayed as default when the page is first loaded. Some assistance would be appreciated!


1 reply

Userlevel 1
Badge

Hi there,

If you want to make sure that the Q&A tab is displayed by default, please add /live/questions to the end of your Slido link in the embed code. 

Here’s an example of the original iframe code:

<iframe src="https://app.sli.do/event/jfvocub5" height="100%" width="100%" frameBorder="0" style="min-height: 560px;"></iframe>

And this is the code after editing to force Q&A as a default tab in the embed:

<iframe src="https://app.sli.do/event/jfvocub5/live/questions" height="100%" width="100%" frameBorder="0" style="min-height: 560px;"></iframe>

I hope this helps! :) 

 

Best wishes

Adam

Reply