Ribbon open button to play Lightbox YouTube video Posted in : BookCard WP emann56Participant 17 November 2013 at 06:59 #10101 What I want to do is when you click on the open ribbon from the cover page, I want it to open like usually but I want it also to open up one of my Lightbox Youtube videos (at the same time) as an introduction to my website. Is there a way to do that? ahmetsaliKeymaster 19 November 2013 at 13:45 #10144 Hi, yes it is possible with some javascript code. Put the code below to the External JS box under Theme Options > Style Tab. <script> jQuery(document).ready(function($) { $('.rm-button-open').click(function() { $.fancybox({ type : 'iframe', href : 'http://www.youtube.com/embed/Du8ld5hrqN0?rel=0' }); }); }); </script> and change href to your video embed url accordingly. Viewing 2 posts - 1 through 2 (of 2 total) You must be logged in and have valid license to reply to this topic. License required for the following item BookCard WP - 3D Folded vCard WordPress Themeby pixelwars Login and Registration Log in · Register