Register widget area for Instagram feed.
<?php
// Do NOT include the opening php tag.
// Register Instagram widget area.
genesis_register_sidebar( array(
	'id'          => 'instagram',
	'name'        => __( 'Instagram', 'theme-name' ),
	'description' => __( 'This is the instagram widget area.', 'theme-name' ),
) );