# automatic-youtube-gallery/1.2.0/admin/templates/welcome.php

Automatic YouTube Gallery – Embed Auto-Updating YouTube Video Galleries, Feeds, Playlists &amp; Channels, version 1.2.0. 56 lines.

- Page: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.2.0/code/admin/templates/welcome.php
- Raw: https://pluginprobe.com/plugins/automatic-youtube-gallery/1.2.0/raw/admin/templates/welcome.php
- Modified: 2019-07-09T16:20:40+00:00

Line numbers below start at 1. Link to a line or a range by appending a fragment to the
page URL, for example `https://pluginprobe.com/plugins/automatic-youtube-gallery/1.2.0/code/admin/templates/welcome.php#L10-L20`.

```php
<?php

/**
 * Welcome Page.
 *
 * @link    https://plugins360.com
 * @since   1.0.0
 *
 * @package Automatic_YouTube_Gallery
 */
?>

<div id="ayg-welcome" class="wrap about-wrap full-width-layout ayg-welcome">
  <h1><?php printf( esc_html__( 'Welcome to "Automatic YouTube Gallery - %s"', 'automatic-youtube-gallery' ), AYG_VERSION ); ?></h1>

  <p class="about-text">
    <?php esc_html_e( 'Create responsive, modern & dynamic video galleries by simply mapping a YouTube USERNAME, CHANNEL, PLAYLIST, SEARCH TERM or a custom list of YouTube URLs.', 'automatic-youtube-gallery' ); ?>
  </p>

  <div class="wp-badge"><?php printf( esc_html__( 'Version %s', 'automatic-youtube-gallery' ), AYG_VERSION ); ?></div>

  <p class="about-description">
    <?php esc_html_e( 'To get started, watch our few seconds intro below.', 'automatic-youtube-gallery' ); ?>
  </p>

  <div class="headline-feature feature-video">
    <iframe width="560" height="315" src="https://www.youtube.com/embed/a90OGk42fJ4?rel=0" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
  </div>

  <p class="ayg-text-center">
    <a href="<?php echo esc_url( admin_url( 'admin.php?page=automatic-youtube-gallery' ) ); ?>" class="button button-primary button-hero"><?php esc_html_e( 'Let\'s Get Started', 'automatic-youtube-gallery' ); ?></a>
  </p>

  <p class="about-description"><?php esc_html_e( 'Need Help?', 'automatic-youtube-gallery' ); ?></p>
        
  <div class="changelog">    
    <div class="two-col">
      <div class="col">
        <h3><?php esc_html_e( 'Phenomenal Support', 'automatic-youtube-gallery' ); ?></h3>
          
        <p>
          <?php printf( __( 'We do our best to provide the best support we can. If you encounter a problem or have a question, simply submit your question using our <a href="%s" target="_blank">support form</a>.', 'automatic-youtube-gallery' ), 'https://wordpress.org/support/plugin/automatic-youtube-gallery' ); ?>
        </p>
      </div>
        
      <div class="col">
        <h3><?php esc_html_e( 'Need Even Faster Support?', 'aautomatic-video-gallery' ); ?></h3>
          
        <p>
          <?php printf( __( 'Our <a href="%s" target="_blank">Priority Support</a> system is there for customers that need faster and/or more in-depth assistance.', 'automatic-youtube-gallery' ), 'https://plugins360.com/support/' ); ?>
        </p>
      </div>                
    </div>
  </div>
</div>

```
