Freshdesk Portal
How to add a Screendesk button to Your Freshdesk Portal to receive screen recordings.
Last updated
How to add a Screendesk button to Your Freshdesk Portal to receive screen recordings.
Last updated
You must be an admin for both Freshdesk and Screendesk to complete this setup.
Adding a Screendesk button to your Freshdesk portal enables customers to share screen recordings directly through the help center form when they reach out. This setup eliminates the need to request recordings separately, saving time and reducing back-and-forth communication, which streamlines the support process and improves response efficiency.
Access the Freshdesk Portals Settings
Go to the Portals section in Freshdesk settings: Admin > search for "Portals"
Edit Your Portal Appearance
Click on Edit next to your desired portal.
Navigate to the Appearance section.
Click on Edit Theme to modify the portal’s layout and settings.
Open the Pages Tab
Select the Pages tab within the theme editor.
Edit the Layout Page
In the Layout section, click on the Layout page to access the HTML editor.
Get the Screendesk Code Snippet
Open Screendesk in a new tab and go to Account settings > Integrations > Freshdesk > Configure via this link.
Copy the code snippet provided.
Paste the Code Snippet into the Layout Page
Return to the Layout page in Freshdesk.
Paste the Screendesk code snippet just below {{footer}}
in the HTML editor.
Make sure to update the query selectors in the code snippet.
Publish the Changes
Click on Publish to save your changes.
Your Screendesk button is now live on the Freshdesk portal.
To find the ID of the email and description input fields on the Freshdesk portal, follow these steps:
Open your Freshdesk portal in a web browser.
Right-click on the email input field and select "Inspect" or "Inspect Element" from the context menu.
In the developer tools that appear, look for the HTML code of the input field. The ID will be listed as an attribute, typically something like id="email_address".
Repeat the process for the description field, right-clicking and inspecting it to find its ID in the HTML.
Make sure to append # to the email and description ids when updating the code snippet. E.g: email_field becomes #email_field.
After publishing, preview your Freshdesk portal to ensure that the Screendesk button appears as expected and is functioning properly.