Skip to main content
All CollectionsVidalytics and Landing Page Builders
How to Embed videos while using WordPress
How to Embed videos while using WordPress
Erika Lehmann avatar
Written by Erika Lehmann
Updated this week

Embedding a Vidalytics video on your WordPress site is simple, but there’s one quick setup step to ensure smooth functionality.

Step 1: Enable oEmbed for Your Site

Before embedding, you need to add a single line of code to your theme’s functions.php file:

wp_oembed_add_provider( 'https://preview.vidalytics.com/video/*', 'https://preview.vidalytics.com/oembed' );

This step only needs to be done once and will enable oEmbed functionality across your entire WordPress site.

Step 2: Embed Your Video

Once the setup is complete, simply paste your video’s Quickshare Link (not the oEmbed link) into your WordPress editor, and the video will automatically appear.


Need Help?

If you have any issues embedding your videos, feel free to reach out to our support team at [email protected].

Did this answer your question?