ACF YouTube Picker Field
================
Search and select videos on YouTube without leaving the page.

- [Compatibility](#compatibility)
- [Installation](#installation)
- [Retrieving data](#retrieving-data)
- [Retrieving data - Single](#single)
- [Retrieving data - Multiple](#multiple)
Compatibility
================
This ACF field type is compatible with:
* ACF 5
* ACF 4
Installation
================
1. Copy the `acf-youtubepicker` folder into your `wp-content/plugins` folder
2. Activate the `YouTube Picker` plugin via the plugins admin page
3. Create a new field via ACF and select the `YouTube Picker` type
Retrieving data
================
#### Single
```php
// how to display data
$video = get_field( 'youtube_single_video' );
if( $video ) {
echo '