山に住む一家は千個の巣から蜂蜜を収穫し、幼い子供たちは新しい畑で5エーカーの野菜を栽培している。<html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><html><link rel='icon' href='https://e.top4top.io/p_26973oc9i1.png' sizes='20x20' type='image/png'><?php
$foogallery_url = 'https://fooplugins.com/foogallery-wordpress-gallery-plugin/?utm_source=foobox_free_plugin&utm_medium=foobox_free_link&utm_campaign=foobox_free_admin_getting_started';

$fs_instance = freemius( FOOBOX_BASE_SLUG );
$show_trial_message = !$fs_instance->is_trial_utilized();
$tab_text = $show_trial_message ? __( 'Free Trial', 'foobox-image-lightbox' ) : __( 'Upgrade to PRO', 'foobox-image-lightbox' );
$button_text = $show_trial_message ? __( 'Already convinced? Upgrade to PRO!', 'foobox-image-lightbox' ) : __( 'Upgrade to PRO!', 'foobox-image-lightbox' );

?>
<style>
	.feature-section .dashicons {
		font-size: 1.8em;
		color: green;
		padding-right: 10px;
	}
</style>
	<h2 class="nav-tab-wrapper">
		<a class="nav-tab nav-tab-active" href="#getting-started">
			<?php esc_html_e( 'Getting Started', 'foobox-image-lightbox' ); ?>
		</a>
		<a class="nav-tab" href="#pro-features">
			<?php echo esc_html( $tab_text ); ?>
		</a>
		<a class="nav-tab" href="#demo">
			<?php esc_html_e( 'Demo', 'foobox-image-lightbox' ); ?>
		</a>
	</h2>
	<div id="getting-started_tab" class="feature-section nav-container">
        <div>
            <h2><?php esc_html_e( 'See FooBox In Action', 'foobox-image-lightbox' );?></h2>
            <h4><?php printf( '<a rel="foobox" class="foobox" href="%s">%s</a>', esc_url ( foobox_asset_url( 'img/foobot_red.png' ) ), esc_html__( 'Click to open FooBox!', 'foobox-image-lightbox' ) ); ?></h4>
            <p style="text-align: center; font-size:0.9em;"><?php esc_html_e( 'You know you want to...😉', 'foobox-image-lightbox' );?></p>
        </div>
		<div>
			<h2><?php esc_html_e( 'Zero Configuration', 'foobox-image-lightbox' );?></h2>
			<p><?php esc_html_e( 'FooBox FREE works out-of-the-box with the following standard features:', 'foobox-image-lightbox' );?></p>
			<p> → <strong><?php esc_html_e( 'Gutenberg Editor', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e('images within gallery and image blocks will open in FooBox (set Linked To -&gt; "Media File").', 'foobox-image-lightbox' ); ?></p>
			<p> → <strong><?php esc_html_e( 'Captioned Images', 'foobox-image-lightbox' ); ?></strong> - <?php echo wp_kses(__('images that use the <code>[caption]</code> shortcode.', 'foobox-image-lightbox'), array('code' => array())); ?></p>
			<p> → <strong><?php esc_html_e( 'WordPress Galleries', 'foobox-image-lightbox' ); ?></strong> - <?php echo wp_kses(__('image galleries that use the <code>[gallery]</code> shortcode.', 'foobox-image-lightbox'), array('code' => array())); ?></p>
			<p> → <strong><?php esc_html_e( 'Attachment Images', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e('images that are added using the "Add Media" tool.', 'foobox-image-lightbox' ); ?></p>
			<p>
				<?php esc_html_e( 'No configuration for the above is needed! But you can still customize the plugin from the settings page if you want to.', 'foobox-image-lightbox' ); ?>
			</p>
            <h4>
				<?php printf( '<a href="%s">%s</a>', esc_url ( foobox_settings_url() ), esc_html__( 'Visit the FooBox settings page', 'foobox-image-lightbox' ) ); ?>
            </h4>
		</div>
		<div>
			<h2><?php esc_html_e( 'class="foobox"', 'foobox-image-lightbox' );?></h2>
			<p>
				<?php echo wp_kses(__('Use your own links to open images in FooBox. Just add a class of "<strong>foobox</strong>" to your links, and make sure the link points to an image, for example:', 'foobox-image-lightbox'), array('strong' => array())); ?>
			</p>
			<p style="text-align: center;">
				<code>&lt;a href=&quot;point/to/image.jpg&quot; class=&quot;foobox&quot;&gt;open with FooBox!&lt;/a&gt;</code>
			</p>
			<p style="text-align: center"><strong><a href="<?php echo esc_url( foobox_asset_url( 'img/foobot_red.png' ) ); ?>" class="foobox"><?php esc_html_e( 'open an image', 'foobox-image-lightbox' ); ?></a></strong></p>
		</div>
		<div>
			<h2><?php esc_html_e( 'rel="gallery"', 'foobox-image-lightbox' );?></h2>
			<p>
				<?php esc_html_e( 'Group your images into galleries that open in FooBox. Just add the same rel attribute to the links you want to group together, for example:', 'foobox-image-lightbox' ); ?>
			</p>
			<p style="text-align: center;">
				<code>
					&lt;a href=&quot;image1.jpg&quot; class=&quot;foobox&quot; rel=&quot;gallery&quot;&gt;1&lt;/a&gt;<br />
					&lt;a href=&quot;image2.jpg&quot; class=&quot;foobox&quot; rel=&quot;gallery&quot;&gt;2&lt;/a&gt;<br />
					&lt;a href=&quot;image3.jpg&quot; class=&quot;foobox&quot; rel=&quot;gallery&quot;&gt;3&lt;/a&gt;
				</code>
			</p>
			<p style="text-align: center"><strong><a rel="foobox" href="<?php echo esc_url( foobox_asset_url( 'img/foobot_red.png' ) ); ?>" class="foobox"><?php esc_html_e( 'open a gallery', 'foobox-image-lightbox' ); ?></a></strong></p>
		</div>
		<div>
			<h2><?php esc_html_e( 'Captions', 'foobox-image-lightbox' );?></h2>
			<p>
				<?php echo wp_kses(__('FooBox will try to find captions from the link and image titles, but you can be sure by adding <strong>data-caption-title</strong> and <strong>data-caption-desc</strong> attributes onto your links, for example:', 'foobox-image-lightbox'), array('strong' => array()));?>
			</p>
			<p style="text-align: center;">
				<code>
					&lt;a data-caption-title=&quot;A Caption Title&quot;<br />
					data-caption-desc=&quot;A longer caption description&quot;<br />
					href=&quot;image1.jpg&quot; class=&quot;foobox&quot;&gt;1&lt;/a&gt;
				</code>
			</p>
			<p style="text-align: center"><strong><a data-caption-title="A Caption Title" data-caption-desc="A longer caption description" href="<?php echo esc_url( foobox_asset_url( 'img/foobot_red.png' ) ); ?>" class="foobox"><?php esc_html_e( 'open a captioned image', 'foobox-image-lightbox' ); ?></a></strong></p>
		</div>
	</div>
	<div id="pro-features_tab" class="feature-section nav-container" style="display: none">
		<?php if ( $show_trial_message ) { ?>
		<div>
			<h2><?php esc_html_e( 'FooBox PRO Free Trial', 'foobox-image-lightbox' );?></h2>
			<p><?php esc_html_e( 'Want to test out all the PRO features? No problem! You can start a 7-day free trial immediately. No credit card is required!', 'foobox-image-lightbox' );?></p>
			<h4><?php printf( '<a href="%s">%s</a>', esc_url ( foobox_freetrial_url() ), esc_html__( 'Start Your 7-day Free Trial', 'foobox-image-lightbox' ) ); ?></h4>
		</div>
		<?php } ?>
		<div id="foobox-free-upgrade">
			<h2><?php esc_html_e( 'PRO Features', 'foobox-image-lightbox' );?></h2>
			<p><span class="dashicons dashicons-yes"></span><strong><?php esc_html_e( 'ALL content types', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e( 'Images, galleries, videos, iframes, html. You name it, FooBox can open it.', 'foobox-image-lightbox' ); ?>
			<p><span class="dashicons dashicons-yes"></span><strong><?php esc_html_e( 'Supported Galleries', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e( 'WordPress, FooGallery, Justified Image Grid, JetPack, NextGen, Envira, WooCommerce product images.', 'foobox-image-lightbox' ); ?>
			<p><span class="dashicons dashicons-yes"></span><strong><?php esc_html_e( 'Social Sharing', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e( 'Share content to your favourite social networks with ease.', 'foobox-image-lightbox' ); ?>
			<p><span class="dashicons dashicons-yes"></span><strong><?php esc_html_e( 'Look and feel', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e( 'Default, Glass, Metro and Flat styles available. You can also change colors, icons and animations.', 'foobox-image-lightbox' ); ?>
			<p><span class="dashicons dashicons-yes"></span><strong><?php esc_html_e( 'Fullscreen Mode', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e( 'Use the browser\'s native fullscreen mode to showcase your media.', 'foobox-image-lightbox' ); ?>
			<p><span class="dashicons dashicons-yes"></span><strong><?php esc_html_e( 'Custom JS &amp; CSS', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e( 'Power-users can add custom JS and CSS using our advanced settings.', 'foobox-image-lightbox' ); ?>
			<p><span class="dashicons dashicons-yes"></span><strong><?php esc_html_e( 'PLUS tons more!', 'foobox-image-lightbox' ); ?></strong> - <?php esc_html_e( 'With 85+ settings available, you can customize FooBox to your heart\'s content.', 'foobox-image-lightbox' ); ?>

			<?php if ( !foobox_hide_pricing_menu() ) { ?>
			<h4><?php printf( '<a href="%s">%s</a>', esc_url ( foobox_pricing_url() ), esc_html( $button_text ) ); ?></h4>
			<?php } ?>

		</div>
	</div>
	<div id="demo_tab" class="feature-section nav-container" style="display: none">
        <p>
	        <?php esc_html_e( 'Click on an image:', 'foobox-image-lightbox' );?>
        </p>
		<?php
		$size     = 70;
		$location = 'https://s3.amazonaws.com/foocdn/';
		$demo_images = array(
			array(
				'src'  => '1.jpg',
				'title' => __( 'Your Image Title Goes Here', 'foobox-image-lightbox' ),
				'desc'  => __( 'You can have a nice long image description that goes here', 'foobox-image-lightbox' ),
			),
			array(
				'src'  => '2.jpg',
				'title' => __( 'Beach Sandcastle', 'foobox-image-lightbox' ),
				'desc'  => __( 'HTML is also <a href=\'#\'>allowed</a> in your <em>descriptions</em>!', 'foobox-image-lightbox' )
			),
			array(
				'src'  => '3.jpg',
				'title' => __( 'Title With No Description', 'foobox-image-lightbox' ),
			),
			array(
				'src'  => '4.jpg',
				'desc'  => __( 'A caption with no title, and only a long description describing the image', 'foobox-image-lightbox' )
			),
			array(
				'src'  => '6.jpg'
			)
		);
		?>
		<style>
			.about-wrap .feature-section p.demo-gallery {
				max-width: 40em;
			}
			.demo-gallery a
			{
				display: inline-block;
				float: left;
				margin: 10px;
				text-align: center;
				padding: 2px;
				border: 1px solid #9D9B8B;
				-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
				-moz-box-shadow: 0 0 10px rgba(0,0,0,0.5);
				box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
			}

			.demo-gallery a img
			{
				padding: 0px;
				width: 70px;
				display: block;
			}

			.demo-gallery a:hover
			{
				opacity: 0.8;
			}
		</style>
		<p class="demo-gallery">
			<?php foreach ($demo_images as $demo_image) { ?>
				<a href="<?php echo esc_url($location . $demo_image['src']); ?>"<?php if ( !empty($demo_image['title']) ) { ?> data-caption-title="<?php echo esc_attr($demo_image['title']); ?>"<?php } ?><?php if ( !empty($demo_image['desc']) ) { ?> data-caption-desc="<?php echo esc_attr($demo_image['desc']); ?>"<?php } ?> class="foobox" rel="foobox"><img src="<?php echo esc_url($location . 'thumbs/' . $demo_image['src']); ?>" width="<?php echo (int) $size; ?>" height="<?php echo (int) $size; ?>"/></a>
			<?php } ?>
		</p>
		<div style="clear:both"></div>
		<p style="text-align: center">
			<a target="_blank" href="https://pixabay.com"/><?php esc_html_e( 'images found on pixabay.com', 'foobox-image-lightbox' );?></a>
		</p>
		<?php if ( !class_exists( 'FooGallery_Plugin' ) ) { ?>
		<h2><?php esc_html_