Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 933801
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T20:53:33+00:00 2026-05-15T20:53:33+00:00

My client wants a YouTube video (embeded object) to popup when a user comes

  • 0

My client wants a YouTube video (embeded object) to popup when a user comes to their site.

Does anyone know how it do this and what to use. It should be a lightbox or shadowbox, something that’s not a popup.

The video should run automatically and ideally close when it’s over. Maybe I can specify a time until auto-close or something?

Please help. Thanks all!

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-15T20:53:33+00:00Added an answer on May 15, 2026 at 8:53 pm

    This is a full working solution. Just copy this html. Don’t forget to change the path to the js and css.

    <!DOCTYPE html>
    <html>
    <head>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
        <title></title>
        <script type="text/javascript" src="http://code.jquery.com/jquery-1.4.2.min.js"></script>
        <script type="text/javascript" src="./fancybox/jquery.fancybox-1.3.1.js"></script>
        <link rel="stylesheet" type="text/css" href="./fancybox/jquery.fancybox-1.3.1.css" media="screen" />
    
        <script type="text/javascript">
            $(document).ready(function() {
    
                $("#yt").click(function() {
                    $.fancybox({
                            'padding'        : 0,
                            'autoScale'      : false,
                            'transitionIn'   : 'none',
                            'transitionOut'  : 'none',
                            'title'          : this.title,
                            'width'          : 680,
                            'height'         : 495,
                            'href'           : this.href.replace(new RegExp("watch\\?v=", "i"), 'v/'),
                            'type'           : 'swf',
                            'swf'            : {
                                'wmode'              : 'transparent',
                                'allowfullscreen'    : 'true'
                            }
                        });
                    return false;
                });
            });
            $('#foo').bind('click', function() {
                  alert($(this).text());
                });
                $('#foo').trigger('click');
        </script>
    </head>
    
    <body onload='$("#yt").trigger("click");'>
    
            <h1>fancybox example</h1>
            <p><a id="yt" title="" href="http://www.youtube.com/watch?v=2y8G7wMgIPY&amp;fs=1&amp;autoplay=1"></a></p>
    </body>
    </html>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

A client wants to ensure that I cannot read sensitive data from their site,
My client wants twitter integration in my iPhone app in this way that User
I am working on ASP>Net site and my client wants when any user insert
I have a page with a YouTube video on it. The client wants the
My client wants their app to always show a WARNING screen when the application
A client wants a multilingual site with a CMS. Is there a Ruby on
My client wants a wide screen look for their slideshow on the front page.
A client wants his site to link to another site for the purpose of
Does any know of any free or cheap OSS browser based Flash video player?
My client wants to encrypt/compress the html-code for their medical books in the iPhone

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.