'Instagram', 'id' => '', 'width' => '', 'height' => '', 'alt' => '', 'class' => '', 'style' => '', 'target' => '', 'rel' => '' ); $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" . '
'; // Photo ID field $field_id = $this -> get_field_id( 'id' ); $field_name = $this -> get_field_name( 'id' ); echo "\r\n" . ''; // Photo width $field_id = $this -> get_field_id( 'width' ); $field_name = $this -> get_field_name( 'width' ); echo "\r\n" . 'px
'; // Photo height $field_id = $this -> get_field_id( 'height' ); $field_name = $this -> get_field_name( 'height' ); echo "\r\n" . 'px
'; // ALT text field $field_id = $this -> get_field_id( 'alt' ); $field_name = $this -> get_field_name( 'alt' ); echo "\r\n" . ''; // CLASS field $field_id = $this -> get_field_id( 'class' ); $field_name = $this -> get_field_name( 'class' ); echo "\r\n" . ''; // STYLE field $field_id = $this -> get_field_id( 'style' ); $field_name = $this -> get_field_name( 'style' ); echo "\r\n" . ''; // TARGET field $field_id = $this -> get_field_id( 'target' ); $field_name = $this -> get_field_name( 'target' ); echo "\r\n" . ''; // REL field $field_id = $this -> get_field_id( 'rel' ); $field_name = $this -> get_field_name( 'rel' ); echo "\r\n" . ''; ?>