- DarkLight
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.
Create a Visualforce page.
Give the page a relevant name.
Copy and paste the contents below to render an iFrame.
<apex:page standardController="Gong__Gong_Call__c">
<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}"/>
</apex:page>
If required, adjust the iFrame's width and height.
Go to any Gong conversation record and select Edit Page.
Add a new Tab, and name it Gong Call.
Drag a Visualforce component to the new Tab area.
Select the Visualforce page you’ve created.
Set the height to 850.
Save the record page. The Gong player is now available in the Gong Call page.