WP Manifestindependent plugin directory
manifest / media / wp-wistia-sync

Wistia Sync

Sync Wistia video view count to meta data on WordPress post object.

by CGD Inc. · github.com/clifgriffin/wp-wistia-sync · website

0stars
1forks

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/clifgriffin/wp-wistia-sync/archive/refs/heads/master.zip

Declares an update source (https://github.com/clifgriffin/wp-wistia-sync), so updates arrive through the plugin's own updater.

From the readme

WP Wistia Sync A simple plugin to sync Wistia's play count to a meta field on WordPress posts. Requirements: - a post type - a meta field for your Wistia video ID - a meta field to your play count - the ability to click a save button This plugin is provided with no warranty and is licensed under the GPLv3 license. Pull requests welcome. Instructions - Upload plugin and Activate - Go to Settings - Wistia Sync - Input your Wistia API Key, and other settings. (Note: Wistia API key needs read access to everything) Debugging Instructions If you're having a problem, you can use these instructions. - Change $debug to true in the class variables. - Add ?debugrunwistiasyncnow=true to a URL on the site and press enter. - Check the PHP error log.

Read the full README on GitHub →