Pigeonhole Live

Pigeonhole Live 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

Settings on Pigeonhole

To get started, there are a few settings you will have to set on Pigeonhole.

Enable attendee and registrant profile settings

Enable the following settings on the Pigeonhole Live Workspace before integrating Pigeonhole Live to your event page on Gevme.

On your Pigeonhole, go to More Settings> Attendees.

1. Under the Profile Information section, enable the setting Allow creating attendee profiles through embed and click Save.

image

2. Under the Registrant Profiles section, enable the setting Enable registrant profile for this event and click Save.

image

Then, go to Registrant Profile Settings by clicking on the drop-down next to the Add a registrant button and select Settings.

image

Enable the setting Allow adding new Registrant Profiles through embed and disable all other settings (as shown below). Click Save.

Note: This option is only available on the Enterprise (Events) plan. If you are not on the Enterprise (Events) plan you will need to manually upload the Registrants list to your Pigeonhole.

image

Integrating in the LiveBar

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

image

Create a Custom App

Edit the Page where you want to embed Pigeonhole.

Click on the LiveBar item under Widgets:

image

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

image

Customise the title, label & width under the LiveBar item’s option:

image

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

https://pigeonhole.at/EVENTPASSCODE-{{user.id}}/i/SESSIONID?disablebackbutton&phName={{user.firstname}}%20{{user.lastname}}&phCompany={{user.company}}

You will then need to replace the following 2 words in the URL:

EVENTPASSCODE

SESSIONID

You can find the Event Passcode and Session ID on your Pigeonhole Live Workspace (as shown below).

image

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

Integrating as a Block in a Page

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

image

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

<iframe src="https://pigeonhole.at/EVENTPASSCODE-{{user.id}}/i/SESSIONID?disablebackbutton&phName={{user.firstname}}%20{{user.lastname}}&phCompany={{user.company}}" height="100%" width="100%" style="min-height: 560px;"></iframe>

You will then need to replace the following 2 words in the code:

EVENTPASSCODE

SESSIONID

You can find the Event Passcode and Session ID on your Pigeonhole Live Workspace (as shown below).

image

Press Save when you’re done, and you should see Pigeonhole nicely in your Page.