_ANDYP - Post Plan Pro - FFMPEG
Additional plugin to extend postplanpro
by Andy Pearson · github.com/ioroot/postplanpro_ffmpeg · website
★ 0stars
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/ioroot/postplanpro_ffmpeg/archive/refs/heads/master.zipReadme

PostPlanPro
This plugin is used to schedule posts / media to social platforms.
Prerequisites
- Wordpress
- ACF Pro (Needs pro features - repeater)
- simple-calendar-acf plugin. (This is for the calendar view) [optional]
- Make.com Scenario
Intro
The idea is to programatically generate social media posts. There are many parts to the pipeline, but in essense the following is what should happen:
- Video + thumbnail is created on server with public URL.
- This plugin is notified and a new 'release' is created.
- The release is assigned a schedule that determines when it should be posted.
- A template for each social platform is associated with that schedule.
- The release is updated using the templates for each social profile.
- The publication date is changed to meet the schedule requirements.
- When the publication date hits, all data is sent to make.com via a webhook.
- Make.com has a scenario that will post to each social media platform.