/home/fdhrevqn/public_html/wp-content/themes/fox/widgets/facebook/fields.php
<?php
$fields = array(
array(
'id' => 'title',
'type' => 'text',
'name' => esc_html__( 'Title', 'wi' ),
'std' => 'Facebook',
),
array(
'id' => 'url',
'type' => 'text',
'name' => esc_html__( 'Your Fanpage URL', 'wi' ),
'std' => 'https://www.facebook.com/withemes',
),
array(
'id' => 'show_faces',
'type' => 'checkbox',
'name' => esc_html__( 'Show Faces', 'wi' ),
),
array(
'id' => 'stream',
'type' => 'checkbox',
'name' => esc_html__( 'Stream', 'wi' ),
),
array(
'id' => 'header',
'type' => 'checkbox',
'name' => esc_html__( 'Header?', 'wi' ),
),
);