PATH:
home
/
letacommog
/
entrepro
/
wp-content
/
plugins
/
content-egg
/
application
/
modules
/
Youtube
/
templates
<?php /* Name: Tile */ __('Tile', 'content-egg-tpl'); ?> <?php \wp_enqueue_style('egg-bootstrap'); ?> <div class="egg-container egg-video"> <?php if ($title): ?> <h3><?php echo esc_html($title); ?></h3> <?php endif; ?> <div class="row"> <?php foreach ($items as $item): ?> <div class="col-md-6"> <div class="embed-responsive embed-responsive-16by9"> <iframe width="560" height="315" src="https://www.youtube.com/embed/<?php echo $item['extra']['guid']; ?>" frameborder="0" allowfullscreen></iframe> </div> </div> <?php endforeach; ?> </div> </div>
[+]
..
[-] data_simple.php
[edit]
[-] data_responsive_embed.php
[edit]
[-] data_tile.php
[edit]