'Vine', 'id' => '', 'size' => $options[ 'size' ], 'type' => $options[ 'type' ] ); $instance = wp_parse_args( ( array ) $instance, $default ); // Widget Title field $field_id = $this -> get_field_id( 'titles' ); $field_name = $this -> get_field_name( 'titles' ); echo "\r\n" . '
'; // Video ID field $field_id = $this -> get_field_id( 'id' ); $field_name = $this -> get_field_name( 'id' ); echo "\r\n" . ''; // Video size $field_id = $this -> get_field_id( 'size' ); $field_name = $this -> get_field_name( 'size' ); echo "\r\n" . 'px
'; // Embed type field $field_id = $this -> get_field_id( 'type' ); $field_name = $this -> get_field_name( 'type' ); echo "\r\n" . ''; ?>