Livid is a video hosting platform. This plugin serves two purposes:
Enable Livid embeds — Register Livid as an oEmbed provider so pasting Livid URLs into WordPress automatically creates video embeds, just like YouTube or Vimeo.
Migrate from Vimeo — Scan your WordPress post content for Vimeo videos and replace them with equivalent Livid videos via the Livid platform.
[embed] shortcodes, and shortcodesThe plugin registers Livid as an oEmbed provider, which is active immediately upon installation. For migration:
Migration scans and rewrites post_content only. Post meta, widget content, theme settings, and page builder data stored outside post_content are not modified.
This plugin interacts with Livid in two ways:
1. Video migration
When you initiate a migration, the plugin sends a listing of Vimeo videos found on your site along with basic information about the pages they appear on. This is necessary so that Livid can match the Vimeo videos on your site to the ones you have uploaded to your Livid account. No data is sent unless you actively start a migration.
2. oEmbed provider
This plugin registers Livid as an oEmbed provider in WordPress. When a Livid video URL is embedded in a post or page, WordPress will make a request to Livid’s oEmbed endpoint to retrieve embed information (such as the video title and player HTML). This happens whenever a post containing a Livid embed is edited or its embed cache is refreshed.
Both interactions are in line with Livid’s terms of service and privacy policy.