Title: Default video type
Last modified: April 6, 2020

---

# Default video type

 *  Resolved [tester743](https://wordpress.org/support/users/tester743/)
 * (@tester743)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/default-video-type/)
 * Greetings.
    Thanks for an awesome and free plugin.
 * I need help with setting Youtube as default selected option in video type selection
   field in admin editor.
 * I tried changing `'value' => 'default'` to `'value' => 'youtube'` for $fields
   in plugin’s functions.php but got no result. Reordering array of aiovg_get_video_source_types
   also does not help.
 * Kindly ask you for assistance. Direct code edits without filters would be acceptable.
 * Thanks in advance.

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Plugin Contributor [wpvideogallery](https://wordpress.org/support/users/wpvideogallery/)
 * (@wpvideogallery)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/default-video-type/#post-12635205)
 * 1. Open the **/wp-content/plugins/all-in-one-video-gallery/admin/videos.php**
   file.
 * 2. Fine the line,
 * `$type = isset( $post_meta['type'] ) ? $post_meta['type'][0] : 'default';`
 * 3. Replace it as,
 * `$type = isset( $post_meta['type'] ) ? $post_meta['type'][0] : 'youtube';`
 * 4. Save the changes and try now.
 * Hope, this solved your issue!
    -  This reply was modified 6 years, 2 months ago by [wpvideogallery](https://wordpress.org/support/users/wpvideogallery/).
 *  Thread Starter [tester743](https://wordpress.org/support/users/tester743/)
 * (@tester743)
 * [6 years, 2 months ago](https://wordpress.org/support/topic/default-video-type/#post-12638458)
 * Many thanks, just what I needed!

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Default video type’ is closed to new replies.

 * ![](https://ps.w.org/all-in-one-video-gallery/assets/icon-256x256.png?rev=3078876)
 * [All-in-One Video Gallery](https://wordpress.org/plugins/all-in-one-video-gallery/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/all-in-one-video-gallery/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/all-in-one-video-gallery/)
 * [Active Topics](https://wordpress.org/support/plugin/all-in-one-video-gallery/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/all-in-one-video-gallery/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/all-in-one-video-gallery/reviews/)

## Tags

 * [default](https://wordpress.org/support/topic-tag/default/)
 * [video](https://wordpress.org/support/topic-tag/video/)
 * [Youtube](https://wordpress.org/support/topic-tag/youtube/)

 * 2 replies
 * 2 participants
 * Last reply from: [tester743](https://wordpress.org/support/users/tester743/)
 * Last activity: [6 years, 2 months ago](https://wordpress.org/support/topic/default-video-type/#post-12638458)
 * Status: resolved