Adds a 'oEmbed' field type for the Advanced Custom Fields WordPress plugin.
With the news that ACF V5 includes a built-in oEmbed field type, we're discontinuing further development of this plugin. The plugin will remain online for legacy V4 support to those that haven’t upgraded, but only essential updates will be released.
Requires the Advanced Custom Fields plugin. Output can be selected as HTML embed, URL, or data object. Includes settings for preview and output resolution and will accept any provider registered in WordPress. Now listed in the WordPress plugins repository.
This add-on will work with:
- Advanced Custom Fields version 4 and up
- Repeater Field
This add-on can be treated as both a WP plugin and a theme include.
Install as Plugin
-
Install from within WordPress by searching for 'Advanced Custom Fields oEmbed Field'.
-
Copy the 'acf-oembed' folder into your plugins folder
-
Activate the plugin via the Plugins admin page
Include within theme
- Copy the 'acf-oembed' folder into your theme folder (can use sub folders). You can place the folder anywhere inside the 'wp-content' directory
- Edit your functions.php file and add the code below (Make sure the path is correct to include the acf-oembed.php file)
include_once('acf-oembed/acf-oembed.php');
Please read the readme.txt file for more information