'', 'class' =>'', 'width' =>'', 'height' =>'', 'mute' =>'', 'link' =>'', 'autoplay' =>'', 'loop' =>'', 'controls' =>'', ),$args ); extract( $defaults ); self::$args = $defaults; if(is_numeric($width)) $width = $width.'px'; if(is_numeric($height)) $height = $height.'px'; if( $autoplay == 'yes'): $autoplay = '1'; else: $autoplay = '0'; endif; if( $loop == 'yes'): $loop = '1'; else: $loop = '0'; endif; if( $controls == 'yes'): $controls = '1'; else: $controls = '0'; endif; if( $mute == 'yes'): $mute = '1'; else: $mute = '0'; endif; if( $link !== '') $link = strtok(basename(esc_url($link)),'_'); if( $width == '100%' || $width == '' && $height == '100%' || $height == ''): $html = '
'; else: $html = ''; endif; return $html; } } new Magee_Dailymotion(); endif;