Instagram

e( 'First of all, Instagram account is required.' ) ?>

Step1. e( 'Create new Project' ); ?>

e( 'Go to Instagram developer and click Manage Clients.' ); ?>

e( 'Then register new client. Enter required information.' ); ?>

Application Name _( 'e.g. %s' ), get_bloginfo( 'name' ) ); ?>
Description e( 'Write what this app will do. This information will be displayed to user.' ); ?>
Website e( 'Website\'s URL. Use this blog\'s URL' ); ?>
_( 'e.g. %s' ), home_url( '/' ) ); ?>
Valid redirect URIs e( 'The URL where user will be redirected after authentication.' ); ?>
_( 'e.g. %s' ), home_url( "/{$instance->url_prefix}/", $this->option->is_ssl_required() ? 'https' : 'http' ) ); ?>

_( 'Now you can get client\'s credentials. Save it on setting page.' ), $this->setting_url( 'setting' ) ) ?>

Step2. e( 'Get out of sandbox' ); ?>

_( 'Input and save 2 information(Client ID and Client Secret) on WordPress admin screen.' ), $this->setting_url() ); ?>

_( 'By default, any instagram client is inside sandbox. This means that the instagram account which can log in to your site is just yours! So, to use it in production environment, you have to pass Permissions Review. If you just need login, basic permission satisfies.' ), 'https://www.instagram.com/developer/review/' ); ?>