# Let's Get Digital iframes

### 1. Introduction

Let's Get Digital provides several iFrame integrations that allow event data to be displayed on an external website.

Each iFrame loads live data directly from the event. Changes made in Let's Get Digital are automatically reflected in the embedded iFrame.

This article describes:

* How to obtain and embed an iFrame
* Which iFrames are available
* What data each iFrame displays
* Any package or configuration requirements

***

### 2. How to Embed an iFrame

#### Step 1 – Locate the iFrame in Let's Get Digital

The exact location of these iFrames will be specified per iframe further on in the article

***

#### Step 2 – Copy the iFrame Code

Example:

```html
<iframe
  src="<https://your-event-domain.com/[feature]>"
  width="100%"
  height="800"
  frameborder="0">
</iframe>
```

Copy this snippet and paste it into the HTML of your website where the content should appear.

***

#### Step 3 – Adjust Dimensions (if needed)

You may adjust:

* `width` (typically `100%`)
* `height` (depends on content length)

***

### 3. Available iFrames

Below is an overview of available iFrame integrations.

***

#### 3.1 Registration Form

**Location in Let's Get Digital:**

Registration → Registration forms → click on the “< />” icon next to the registration form

**Requirements:**

* Advanced or extensive package

<div data-with-frame="true"><figure><img src="https://772941315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M5LNCGpK5lyymcFZU4V%2Fuploads%2F0VlPUFI45XuVW4ap0mZM%2Fimage.png?alt=media&#x26;token=4b89996f-b3b0-44bb-8e83-9b7ae5cff69c" alt="" width="563"><figcaption><p>Page with an embedded registration form.</p></figcaption></figure></div>

***

#### 3.2 Programme

**Location in Let's Get Digital:**

Content → Programme → Actions → Programme Iframe (preferred language)

**Requirements:**

* Advanced or extensive package

<div data-with-frame="true"><figure><img src="https://772941315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M5LNCGpK5lyymcFZU4V%2Fuploads%2FpfoYCVR0sIftQikvmS9e%2Fimage.png?alt=media&#x26;token=f3f5f7bf-9beb-4960-8882-32f91dd73e63" alt="" width="563"><figcaption><p>Page with an embedded programme.</p></figcaption></figure></div>

#### 3.3 Social wall

**Location in Let's Get Digital:**

Networking → Social wall → Settings cog in top right → Open iframe

**Requirements:**

* None

<div data-with-frame="true"><figure><img src="https://772941315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M5LNCGpK5lyymcFZU4V%2Fuploads%2FbXdo9jxCDYOdM4jfZZrf%2Fimage.png?alt=media&#x26;token=1aa65cf8-1b12-4d0d-b828-2f7e895e197e" alt="" width="563"><figcaption><p>Page with embedded social wall</p></figcaption></figure></div>

***

#### 3.4 Companies

**Location in Let's Get Digital:**

Content → Companies → Companies → Actions → Company overview iframe

**Requirements:**

* None

<div data-with-frame="true"><figure><img src="https://772941315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M5LNCGpK5lyymcFZU4V%2Fuploads%2FWhOPePVXyj1beJpnmdZo%2Fimage.png?alt=media&#x26;token=02e59535-6bb8-4a91-9f74-397b9f4371da" alt="" width="563"><figcaption><p>Page with embedded company overview.</p></figcaption></figure></div>

***

#### 3.5 Chat

**Location in Let's Get Digital:**

Settings → App Settings → Layout → Generate chat iFrame url

**Requirements:**

* Only available in App/Hybrid events

Special remarks:

* A separate iframe url can be generated for:
  * Lobby chat
  * Talk chat
  * Company chat
  * Poster chat

<div data-with-frame="true"><figure><img src="https://772941315-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2F-M5LNCGpK5lyymcFZU4V%2Fuploads%2Feve97VxY0v9LKCDyvi7S%2Fimage.png?alt=media&#x26;token=deb60f17-f772-48bf-aaab-4c44a688ce10" alt="" width="563"><figcaption><p>Page with embedded chat.</p></figcaption></figure></div>

### 4. Custom CSS

In Extensive packages, it is possible to modify the styling of iFrames (and other parts of the platform) using custom CSS.

To add custom styling:

Go to:

**Settings → General settings → Custom code → Add your own CSS**

Any CSS added here will be applied to the relevant parts of your event environment.

Example:

```css
.modal-header {background-color: blue;
}
```

This example changes the background colour of elements with the class `modal-header` to blue.

Please note:

* Custom CSS is applied at your own responsibility.
* Incorrect or conflicting CSS may affect layout or functionality.
* Let’s Get Digital does not provide support for custom CSS implementations.
