About Slido

The easiest way to make your meetings interactive

Engage your participants with live polls, Q&A, quizzes and word clouds — whether you meet in the office, online or in-between.

More information can be found: https://www.slido.com/

The Integration

Slido can be embedded into Gevme at the following 2 levels:

  1. As a menu item under the LiveBar
  2. As a Block on a Page

[Slido]Settings Required

To get started, there are a few settings you will have to set on Slido before integrating Slido into your event page on Gevme.

1. On your Slido, go to your account - Settings (as shown below)

2. Under Integrations, select Embed Slido and Copy Embed Code


This is how the embed code looks. 

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


* The "event hash" is unique for each event

* Retrieve the EVENTHASH and have it ready to add to Gevme


[Gevme] Integrating in the LiveBar (Option 1)

When you integrate Slido in the LiveBar, it may look as follows:


Create a Custom App

Edit the Page where you want to embed Pigeonhole. 

Click on the LiveBar item under Widgets:

Click on the Advanced tab, and select “Embed Iframe” under App(s): 

Go to Live Bar Menu, scroll to the bottom and you now will see "My New App" as an option.
You can customise the title, label & width under the LiveBar item’s option:


In the IframeSrc field, copy and paste the following URL:

https://app.sli.do/event/EVENTHASH/live/questions?&user_name={{user.firstname}}%20{{user.lastname}}&user_email={{user.email}}&user_company={{user.company}}

With the event hash that you have retrieved in your Slido account, replace it in the URL.


Press Save when you’re done, and you should see Slido nicely in your LiveBar. 


[Gevme] Integrating as a Block in a Page (Option 2)

When editing the Page where you want to integrate Slido, add a new HTML block:

Copy and paste the following code in the HTML text area:

<iframe src="https://app.sli.do/event/EVENTHASH/live/questions?&user_name={{user.firstname}}%20{{user.lastname}}&user_email={{user.email}}&user_company={{user.company}}" height="100%" width="100%" style="min-height: 560px;"></iframe>


With the event hash that you have retrieved in your Slido account, replace it in the URL.

Press Save when you’re done, and you should see Slido nicely in your LiveBar.