$(document).ready(function(){

    $('#main_social_interactions_button').fancybox(
        {
            'showCloseButton' : true,
            'hideOnOverlayClick' : false,
            'type' : 'iframe',
            'titleShow' : false,
            'padding': 10,
            'width' : 600,
            'height' : 140,
            'opacity': true,
            'autoScale': false,
            'autoDimensions': false,
            'centerOnScroll': false,
            'speedIn': 0,
            'speedOut': 0
        });

    $('.inviter-vos-amis').fancybox(
        {
            'showCloseButton' : true,
            'hideOnOverlayClick' : false,
            'type' : 'iframe',
            'titleShow' : false,
            'padding': 10,
            'width' : 600,
            'height' : 140,
            'opacity': true,
            'autoScale': false,
            'autoDimensions': false,
            'centerOnScroll': false,
            'speedIn': 0,
            'speedOut': 0
        });
});



