Adds a 'Vimeo Pro Data' field type for the Advanced Custom Fields WordPress plugin.
The field offers an easy way to fetch video data (sources, poster-frames, sizes and more) from a specified Vimeo Pro account.
This ACF field type is compatible with:
- ACF 5
To keep your plugin up to date, install the GitHub updater plugin and follow the instructions to install this repo.
- Copy the
acf-vimeo_pro_data
folder into yourwp-content/plugins
folder - Activate the Vimeo Pro Data plugin via the plugins admin page
- Inside your Vimeo Admin, register a new app, generate an Access Token. Make sure you tick the
Video Files
scope (as well asPublic
andPrivate
depending on your needs). - Open the Vimeo Pro Data settings (inside the Settings menu) and paste the generated token.
- Create a new field via ACF and select the
Vimeo Pro
Data type
Please see readme.txt
for changelog