---
title: "Embed the Gong Player in Salesforce"
slug: "embed-the-gong-player-in-salesforce"
updated: 2024-09-10T14:36:04Z
published: 2024-09-10T14:36:04Z
---

> ## Documentation Index
> Fetch the complete documentation index at: https://help.gong.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Embed the Gong Player in Salesforce

Embed the Gong player in Salesforce to enhance your call listening and viewing experience.

- Listen to an entire call without leaving Salesforce
- Quickly jump to different parts of the call to listen to key areas
- View screen shares for a fuller context

## **How to embed the Gong player**

Applicable for: Lightning Experience, Classic.

1. Create a Visualforce page.
2. Give the page a relevant name.
3. Copy and paste the contents below to render an iFrame.

`&lt;apex:page standardController="Gong__Gong_Call__c"&gt; ` `&lt;iframe frameBorder="0" id="theIframe" name="theIframe" width="900px" height="815px" src="https://app.gong.io/embedded-call?call-id={!Gong__Gong_Call__c.Gong__Call_ID__c}"/&gt; ` `&lt;/apex:page&gt;`
4. If required, adjust the iFrame's width and height.
5. Go to any Gong conversation record and select **Edit Page**.

![Embed_gong_player](https://cdn.us.document360.io/2837c190-3ec8-4120-9116-6d427e774667/Images/Documentation/24883055740557.png)
6. Add a new **Tab**, and name it **Gong Call**.

![Embed_gong_player2](https://cdn.us.document360.io/2837c190-3ec8-4120-9116-6d427e774667/Images/Documentation/Embeded Call Player.png)
7. Drag a Visualforce component to the new Tab area.

![GIF_embed_gong_palyer](https://cdn.us.document360.io/2837c190-3ec8-4120-9116-6d427e774667/Images/Documentation/24883080158093.png)
8. Select the Visualforce page you’ve created.
9. Set the height to **850**.
10. Save the record page. The Gong player is now available in the **Gong Call** page.

![](https://cdn.us.document360.io/2837c190-3ec8-4120-9116-6d427e774667/Images/Documentation/Embeded Call Player Live(2).png)
