Twitter

e( 'First of all, your twitter account is required. If you don\'t have one, create it at twitter' ); ?>

Step1. e( 'Create twitter application' ); ?>

e( 'Go to Twitter Developer and sign in with your twitter account. Then go to My Applications and click Create new application.' ); ?>

_( 'In Application detail section, enter application name(same as %s recommended), description and Website. If you are not bot, enter reCaptha and creation flow will be done :)' ), get_bloginfo( 'name' ) ); ?>

e( 'Now you have new application. Go to your new app\'s detail page. On Settings tab, various information can be editted. Besides the required informations, you had better to upload Application icon which will be displayed on authentication screen.' ); ?>

Name e( 'App name. Blog name is recommended. User will see this name on authentication screen.' ); ?>
_( 'e.g. %s' ), get_bloginfo( 'name' ) ); ?>
Description e( 'Description about your site. It is recommended explaining your user why you request authentication.' ); ?>
Website e( 'Website\'s URL. Use this blog\'s URL' ); ?>
_( 'e.g. %s' ), home_url( '/', 'http' ) ); ?>
Callback URL e( 'The URL where user will be redirect after authentication. If you use other application which use twitter OAuth, leave this blank.' ); ?>
_( 'e.g. %s' ), home_url( '/twitter/', $this->option->is_ssl_required() ? 'https' : 'http' ) ); ?>

e( 'Take care of application access type. Default is readonly and it\'s sufficient. Users tend to avoid strong access like Read and Write.' ); ?>

e( 'Now you have finished setting application up.' ); ?>

Step2. e( 'Enter app information' ); ?>

e( 'Gianism requires 5 information. Go to your application\'s detail page and click OAuth tools tab. There, you can get 4 information below: ' ); ?>

  1. Consumer key
  2. Consumer secret
  3. Access token
  4. Access token secret

_( 'Besides above, your twitter screen name will be required. Now please enter these credentials on Setting page.' ), $this->setting_url() ); ?>