Getting Started with DeskDirector
DeskDirector Portals
Browser Support
What is the DeskDirector Admin Portal?
What is the DeskDirector TECH Portal?
What is the DeskDirector Client Portal?
Desktop Portal
Managing Your Account
Pricing & Subscription Plans
Deskdirector - Sign up walk through
Managing your DeskDirector Subscription
Admin Essentials
Release Notes
Enabling Master Admin
Permissions & Feature Configuration (Tokity)
Permissions & Feature Configuration (ConnectWise/Autotask Partners)
Automatic Contact Creation
The Developer Corner
Monitoring Portal Usage
DeskDirector Features Overview
Desktop Portal Version Differences
Logging in to DeskDirector
User Profiles & Profile Pictures
Office Hours
Using Markdown
How Searching Works
Embedding Help Page Media
Get started with the DeskDirector Power Automate Connector
Features
Portal Customization
Service Catalogue
Forms
Getting started with DeskDirector Forms
DeskDirector Forms - Question Types in Detail
Dynamic Form Content
Communication
Actionable Messages for Emails
Real-Time Chats
Notifications
Email Notifications
Email Template Engine
Surveys
Broadcasts
Generative AI
DeskDirector with Generative AI
Setting up AI Service Providers
AI Assistants in DeskDirector
Custom Tools for AI Assistants
Knowledge Bases for AI Assistants
Ticket Summary for Tech Portal
Advanced
Login & Authentication
Contact & User Groups
Approvals
Task Lists
The Learning Center
Group Tags
Custom Domains
File Storage
Portal Deep Linking
Clean Tickets
Contacts
Accounts
Service Dashboard
Auditing and Analytics
Integrations
ConnectWise
ConnectWise Custom Menu Item for DeskDirector
ConnectWise
ConnectWise Quotes & Invoices
ConnectBooster
ConnectWise Sell
ConnectWise - Avoid Aggressive Notifications
AutoTask
Switching or Merging PSAs
QuoteWerks
Wise-Pay
TimeZest
BiggerBrains
OneNote Notebooks
Integrations - Frequently Asked Questions
IT Glue
Microsoft Teams App
Introducing the DeskDirector for Microsoft Team App
Installing the Microsoft Teams App (Client Mode)
Installing the Microsoft Teams App (Tech Mode)
Setting up Tags for Teams Discussions (Tech)
Branding the DeskDirector Teams App
DeskDirector Teams App Notifications
User Groups Integration with Microsoft Teams
Setting up Content Security Policy (CSP)
Advanced topic: Setting up Tech & Client Mode in the same tenancy
Integrating Microsoft Teams with DeskDirector Tech Portal
Smart Alerts for Tech Users
Microsoft Power Automate
Actions
Solutions
Power Automate Template Gallery
Featured Solution: Teams Ticket Discussion
Featured Solution: Ticket Briefing
Introduction to Power Automate
Power Automate Connector - Setting up your first flow
DeskDirector Power Platform Connector Reference
DeskDirector Connector Triggers
Troubleshooting
Troubleshooting via Web Developer Tools
Desktop Portal - Common Issues
Contact & Service Agent Impersonation
Diagnose Entities Tool
DeskDirector Desktop App - Installation Issues
Troubleshooting DeskDirector Connection Issues
Login & Authentication - Common Issues
Permissions & Access - Common Issues
Tickets & Chats - Common Issues
Approvals - Common Issues
Email & Email Delivery - Common Issues
PSA Entity Syncing - Common Issues
PSA Integration - Common Issues
ConnectWise Integration - Common Issues
Autotask Integration - Common Issues
ConnectWise Audit Trail - Exporting API Logs
Microsoft Teams App - Common Issues
Contact DeskDirector Support
Security
Glossary
Archived
Table of Contents
- All Categories
- Getting Started with DeskDirector
- Embedding Help Page Media
Embedding Help Page Media
Updated
by Niamh Ferns
Overview
When users first log in to the DeskDirector Portal, you can show them a piece of media either to guide them how to use the portal or some other useful piece of information. This can be a video, website, article, anything that has a URL and can be embedded.
You can set this item to show for everyone (globally) or specifically for a company (per company setting). The latter part of this guide will show how to grab Youtube's embed URL, so you can use it as the help page URL.
Global Setting
In your Admin Console, navigate to Client Portal > Global Settings > Features > General then scroll down to Help Page section where you will see the Help page URL input field. This is where you put your media URL.

Company Specific Setting
You can also define specific help pages for companies you handle. All you need to do is go to Client Portal > Accounts, select the company you want to set the help page for then head to the Features > General tab. Scroll down to the Help Page section and enter the specific URL you want to set as the help page for this company.

Override global settings and Reset link adjacent to the input field.YouTube Embeds
To obtain a YouTube embed URL, navigate to the video in YouTube. Under the video there is a Share tab with an Embed option (see below):

The embed code will look something like this:
<iframe width="560" height="315" src="https://www.youtube.com/embed/dQw4w9WgXc" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
From this snippet, you only need the URL that comes after src=, highlight it then right-click then "Copy" then paste the URL into the help page URL form discussed above
https://www.youtube.com/embed/[videocode]
There are some additional options you can append to this, after a '?' and separated by '&', for extra effects:
- rel=0 - Stops YouTube showing related videos at the end
- autoplay=1: Causes the video to automatically play once loaded
- showinfo=0: Stops YouTube showing the video title
With all of these added, your final URL should look like this:
https://www.youtube.com/embed/[videocode]?rel=0&autoplay=1&showinfo=0