Video Chat, Stream Live, and even Screen Share With Qubeey
Chat with anyone on Qubeey for free!
Invite your contacts to video chat with your own personalized B-Bot Qlone!
Chat with anyone on Qubeey for free!
Enjoy Expanded Video Chat Solutions With Qubeey Video Chat with 1 on 1 in a private room, or expand your video chat with up to 25 of your colleagues, classmates, friends and family.
Qubeey offers full Facebook integration, along with the ability to chat from Qubeey to Facebook! Learn More
With Qubeey notifications, you can make your Twitter experience truly effective.
Learn More
Watch YouTube videos while working on any application such as web surfing, Word & Excel simultaneously. Qubeey harnesses the true essence of multitasking. Learn More
'); //Add the fade layer to bottom of the body tag.
$('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({\filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
return false;
});
//Close Popups and Fade Layer
$('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
$('#fade , .popup_block').fadeOut(function() {
$('#popup_name').html('');
$('#fade, a.close').remove(); //fade them both out
});
return false;
});
});