Welcome Guest! To enable all features please try to register or login.
Video youtube on profil's background
JoVanWolf_BSN
#1 Posted : Saturday, July 06, 2019 3:23:31 PM(UTC)

Rank: Novice Forum Member

Joined: 7/5/2018(UTC)
Posts: 38
Medals:
hi and hugs all,

i saw on a profil a video youtube on the background, not on one of sections of profil.

someone can explain me how to do this please?

tyvm and have a good day
Silesa
#2 Posted : Sunday, July 07, 2019 5:04:45 PM(UTC)


Rank: Veteran Forum Member

Joined: 6/22/2011(UTC)
Posts: 15,204
Medals:
Code:
<div class="video-background">
<div class="video-foreground">
<iframe src="https://sitv.us/Pub_inc/Profiles/sitv/index.html" allowfullscreen></iframe>
</div>
</div>



The above would have to go in your About me section and you need to host and create a page
similar to the html code that is in https://sitv.us/Pub_inc/Profiles/sitv/index.html and shown below


Code:
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Youtube_To_Background</title>
    <link rel="stylesheet" href="css/style.css">
    <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
    <script type="text/javascript" charset="utf-8" src="js/jquery.tubular.1.0.js"></script>
    <script type="text/javascript" charset="utf-8" src="https://ajax.googleapis.com/ajax/libs/swfobject/2.1/swfobject.js"></script>
</head>
<body style="height: 0% !important; pdding:0px !important; margin:0px !important">
    <div id="wrapper" class="tabular">
        <div class="content">
        </div>
    </div>
    <script>
        $('document').ready(function() {
    var options = { videoId: 'KGfxtbiNoLk', start: 1, mute: false, repeat: true };
    $('#wrapper').tubular(options);
   
});

    </script>



Edit to add: This is just one way of doing it and considering it uses flash probably not the best way

Google "youtube html page background example"

there is many more updated ways to accomplish it and HTML5 updated methods would be the wise way to go
on these
CALL CONGRESS reps/senators
GET Citizens United v. FEC OVERTURNED.END CORPORATE CONTROL
https://www.house.gov/representatives/find/

DON'T PLAY THE FORUM GAME WE ARE ALL BETTER THAN THAT

SUPPORT UV ARTIST/VENDORS/ENTERTAINERS AVI IMAGE BY Mizaki_Tanaka
REGISTER TO VOTE OR CHECK IF REGISTERED @ https://www.usa.gov/election-office
3 users thanked Silesa for this useful post.
JoVanWolf_BSN on 7/7/2019(UTC), Dr_Irene on 7/8/2019(UTC), Joe_Pimp on 7/10/2019(UTC)
Users browsing this topic
Guest
Forum Jump  
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Clean Slate theme by Jaben Cargman (Tiny Gecko)
Powered by YAF | YAF © 2003-2010, Yet Another Forum.NET
This page was generated in 0.164 seconds.
TC-IIS-7
3.129.194.123