Skip to content

Instantly share code, notes, and snippets.

@emarket-design
Last active October 29, 2016 17:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save emarket-design/923469dfb30dcac7e42e64030c84b803 to your computer and use it in GitHub Desktop.
Save emarket-design/923469dfb30dcac7e42e64030c84b803 to your computer and use it in GitHub Desktop.
YouTube Showcase WordPress plugin demo site front page HTML
<div class="row">
[std_coverflow filter="attr::emd_video_featured::is::1;"]
</div>
<div class="row">
<div class="col grid_6_of_12">
<div style="background-color: #708090; border: 2px solid #708090; border-radius: 4px; margin: 25px; padding: 25px; -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75); box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);">
<div style="color: white; font-size: 1.5rem;">
YouTube Showcase Pro WordPress Plugin allows to categorize, tag, and display your YouTube videos in many ways.
</div>
<div style="color: white; font-size: 1.2rem; padding: 25px;">
YouTube Showcase Pro WordPress Plugin comes with:
<ul>
<li style="margin: 20px;">Full stack of views to display your videos anywhere, anytime
</li>
<li style="margin: 20px;">Use multiple shortcodes to create your own unique view
</li>
<li style="margin: 20px;">Darker gradient to display video titles on the image
</li>
<li style="margin: 20px;">On-demand video embedding, offering 40-65% faster page loads
</li>
<li style="margin: 20px;">Custom Video Comments which separates video comments in its own menu and adds additional features such as "Private video comments". Private video comments can only be seen by "Administrators and Video Manager" users. Check out the single video view comments
</li>
<li style="margin: 20px;">Optional video stats; can be enabled or disabled per video basis
</li>
</ul>
</div>
<div style="color: #00ff00; font-size: 1.2rem; padding: 5px;">
Click on the links on the menu bar to see YouTube Showcase Pro WordPress plugin video views and features.
</div>
<div class="demo-buy-now">
<a class="button btn btn-primary btn-lg" href="https://emdplugins.com/plugins/youtube-showcase-professional/" title="BUY YOUTUBE SHOWCASE WORDPRESS PLUGIN NOW">BUY NOW</a>
</div>
</div>
</div>
<div class="col grid_6_of_12">
[video_gallery filter="tax::video_tag::is::front;"]
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment