Embed a video in 4th feature

Discussion in 'Andrina WordPress Theme' started by deveshd, Apr 27, 2013.

  1. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    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. Screen shot 2013-04-26 at 7.57.03 PM.png
     
  2. Gourav

    Gourav Support Staff

    Joined:
    Oct 19, 2012
    Messages:
    7,728
    Likes Received:
    207
    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

    [​IMG]


    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.
     
  3. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    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?
     
  4. Piyush

    Piyush Support Staff

    Joined:
    Dec 8, 2012
    Messages:
    4,745
    Likes Received:
    107
    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.
     
  5. deveshd

    deveshd Member

    Joined:
    Jul 21, 2012
    Messages:
    282
    Likes Received:
    4
    okay thanks, anyways!
     

Share This Page