Ribbon open button to play Lightbox YouTube video

  • Posted in : BookCard WP
  • emann56
    Participant

    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?

    ahmetsali
    Keymaster

    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
Login and Registration Log in · Register