All Collections
Vidalytics 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 over a week ago

Adding an oEmbed link to your WordPress site requires one simple step, which you only have to set up only once for your whole site:

In the theme functions.php file you have to add following line:

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

Then, just pasting video's Quickshare Link (not oEmbed link) would make the video appear in the video editor:

Did this answer your question?