oEmbed is an open standard format that enables you to easily embed ScreenPal videos and images on external websites by pasting a URL. WordPress automatically converts this link into HTML, eliminating the need to copy and paste longer embed codes.
Add ScreenPal as an oEmbed Provider
Before you can add ScreenPal embeds to your WordPress pages, you need to add ScreenPal as an oEmbed provider within your theme's functions file. You will only need to do this once.
1. From your WordPress Dashboard, do one of the following:
- If you are using a Classic Theme, go to Appearance > Theme File Editor.
- If you are using a Block Theme, go to Tools > Theme File Editor.
2. From the sidebar on the right, click Theme Functions (functions.php).
3. Add the ScreenPal oEmbed snippet to the functions.php file, on its own line:
add_action('init', function () {
wp_oembed_add_provider(
'#https?://go\.screenpal\.com/(watch|player)/[A-Za-z0-9]+#i',
'https://go.screenpal.com/oembed',
true
);
}, 1);

Tip: You can simply this snippet to the bottom of the file if you like, just above the closing '?>' tag.
4. Click Update File to save your changes.
Embed a ScreenPal video on your WordPress site
Follow the steps below to get the oEmbed link for the ScreenPal content you want to embed.
1. From your ScreenPal Hosting Library, hover over a video and click Manage.
2. Click the
Share Video tab (

).
3. Click Embed Options to display the Video Embed code options.
4. Select the Player Options and Viewer Actions you would like to use.
5. Select the checkbox next to Use oEmbed URL.
6. Finally, click Copy Code under Code Preview to copy the oEmbed URL to use in WordPress.
Related Articles
Share Videos using the ScreenPal Google Chrome extension
The ScreenPal extension for Google Chrome records enables you to record from your browser. You can record a specific browser tab, a window, or your entire screen. You can also record videos from text boxes on the web and insert them into these text ...
ScreenPal AI
When you have a Solo Max plan, or are a member of a Team Plan, you can use ScreenPal AI to generate content for your ScreenPal videos. This content including a title, video summary, chapters, and captions. Additionally, if you are using a ScreenPal ...
Find your videos and images on your hosting account
Please note, we do not automatically upload videos to our site. Your hosting account will only contain the videos that you have uploaded. 1. Go to our website. 2. Log into the account that you used to upload videos or images and click My content at ...
Capture video with the ScreenPal Chrome extension
Record using the ScreenPal extension 1. Click the ScreenPal icon in the lower right of box where you want to link to your audio and video. 2. The ScreenPal extension controls will open. You will see options to record your screen and camera. Turn on ...
Update your Screencast-O-Matic app to ScreenPal
If you are still running the Screencast-O-Matic desktop application on your computer, you can quickly and easily update your tools to ScreenPal. You might still be running the old version of our app if you typically launch Screencast-O-Matic by ...