How can I embed a video on the 4th feature area under the slider and have it open and play in a pop up player on our site? Can I do that with a youtube video or do I need to host a media file on my site to do this? Please help.
Go to front-page.php present in your theme directory and replace current code Code: <img src="<?php echo get_template_directory_uri(); ?>/images/img4.jpg"/> with the embed code of the YouTube video Sending image for reference It will show the video in the home page, and you have to adjust the width and height of the video which you can adjust in the embed code of the video. When you go to the YouTube page and open the particular link it will give you the embed code of the video, that embed code should be entered in the text box. When you click on the share button below the video you will find the embed code there. This will solve your issue.
Thanks for the quick response Gourav. Will this open a video player pop up with site in background or just play the video in the fourth feature image/frame?
Hello Deveshd No, it will not open the video in the pop up window with site in background, it will just play the video in the fourth feature images section.