| Server IP : 68.178.247.200 / Your IP : 216.73.217.50 Web Server : Apache System : Linux p3plzcpnl489463.prod.phx3.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64 User : x9dppmxs4rgd ( 8559391) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/x9dppmxs4rgd/www/wp-content/plugins/youtube-showcase/layouts/ |
Upload File : |
<?php global $video_items_count, $video_items_filter, $video_items_set_list;
$real_post = $post;
$ent_attrs = get_option('youtube_showcase_attr_list');
?>
<div id="emd-videos" class="item <?php echo (($video_items_count == 0) ? 'active' : ''); ?>">
<div class="emd-embed-responsive">
<iframe src="https://www.youtube.com/embed/<?php echo esc_html(emd_mb_meta('emd_video_key')); ?>
?html5=1" frameborder="0" allowfullscreen></iframe>
</div>
<div class="panel panel-default">
<div class="video-summary">
<p><a title="<?php echo get_the_title(); ?>" href="<?php echo get_permalink(); ?>"><?php echo get_the_title(); ?></a></p>
<div class="video-excerpt"> <?php echo $post->post_excerpt; ?></div>
</div>
<!-- Controls -->
<div class="controls visible-xs-block">
<a data-slide="prev" role="button" href="#emdvideos" class="left carousel-control">
<span class="icon-prev"></span>
<span class="sr-only">Previous</span>
</a>
<a data-slide="next" role="button" href="#emdvideos" class="right carousel-control">
<span class="icon-next"></span>
<span class="sr-only">Next</span>
</a>
</div>
</div>
</div>