WP Video Sync
Sync videos from a hosting provider to WordPress
by Alley · github.com/alleyinteractive/wp-video-sync · website
★ 0stars
378kcomposer installs
0forks
Install
No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:
wp plugin install https://github.com/alleyinteractive/wp-video-sync/archive/refs/heads/develop.zipAlso on Packagist as alleyinteractive/wp-video-sync:
composer require alleyinteractive/wp-video-syncFrom the readme
WP Video Sync
Sync videos from a hosting provider to WordPress.
Runs a scheduled task to sync videos from a supported video hosting provider to WordPress in batches based on the last modified date of the video. Implementers are responsible for installing and configuring a compatible plugin, choosing it as an adapter, and defining the callback that will be run for each video, which will be responsible for performing any post creations or updates in WordPress.
This plugin is a great way to sync videos uploaded to a hosting provider (such as JW Player) to WordPress, such that the video itself remains on the hosting provider, but the video can be displayed in WordPress using a player block or shortcode, appears at its own unique URL, and can be included in search results.
Installation
You can install the package via Composer:
Usage
Activate the plugin in WordPress and use it like so:
This will configure the plugin to import a batch of 1000 videos every hour from JW Player, sorted by least to most recently updated, starting with the date and time of the last video that was updated. If videos have already been imported (as identified by the postmeta value saved for the unique vid
Read the full README on GitHub →
Releases
These releases are tags only. The author does not attach a packaged zip, so there are no download counts to report.