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

  • Home
  • SEARCH
  • 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

I have a client who wants a page to have their terms of service
I am developing an eshop and the client wants ajax. I think that this
I have a client that wants to insert videos, images, form elements, etc. into
my client wants an E-Zine that can be embedded in an email along with
Our client wants us to implement change history for website articles. What is the
A client wants Word documents saved to a mySQL database despite me arguing against.
A client wants to save and print out a particular page I've made for
I am working on a project when client wants UITabBar lookalike toolbar (icons and
I want to upload video to server and then display it on web page
QUESTION Which of the Youtube Data API auth methods will allow me to upload

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.